Releases: prplecake/gof
Releases · prplecake/gof
v1.1.4
What's Changed
- Create codeql.yml by @prplecake in #16
- Create .github/dependabot.yml by @prplecake in #18
- Cache go packages by @prplecake in #17
- Bump github.com/SlyMarbo/rss from 1.0.3 to 1.0.5 by @dependabot in #19
- Update dependabot.yml by @prplecake in #20
- Bump actions/checkout from 2 to 3 by @dependabot in #23
- Bump actions/setup-go from 2 to 4 by @dependabot in #22
- Bump wangyoucao577/go-release-action from 1.17 to 1.37 by @dependabot in #21
- Bump wangyoucao577/go-release-action from 1.37 to 1.38 by @dependabot in #24
- Add version to UA string by @prplecake in #26
- Update release action by @prplecake in #29
Full Changelog: 1.1.3...1.1.4
v1.1.3
v1.1.2
v1.1.1
Matthew Jorgensen (9):
Update release action, only publish artifacts to release on release publish
Add badges to README
s/yaml.example/example.yaml
Update installation instructions
Linted README
Bump Go version to 1.17
Add VS Code workspace stuff
Run `go mod tidy`
Update dependencies
1.1.0
Matthew Jorgensen (11):
Update README.md
Clean up comments
Remove unused `summary` key
WIP #1: Add CLI arguments
Break postMessage into messages.go
Don't check RSS item date when debugging
Introduce new message struct
Fixes #5: Allow visibility to be customized
Fix compiler warning
Fixes #6: Allow post to be marked sensitive
Fixes #7: Allow for content warnings
1.0.0
Matthew Jorgensen (13):
Update release.yml
Update release.yml
Fix example config
Fixes #4: Update go mod url
Update readme
Revert "Update readme"
Merge pull request #3 from prplecake/dependabot/go_modules/gopkg.in/yaml.v2-2.2.8
Update README
Change example instance URLs
Add `go install` command to README
Default format to "plain", if blank
Revert "Update release.yml"
Update release action
dependabot[bot] (1):
Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.8
1.0.0-alpha.2
Create release.yml
1.0.0-alpha.1
Matthew Jorgensen (11): Explain .gitignore Remove clientid and clientsecret from example config, they're unused and unnecessary; fixes #2 Fixes #5: Remove reference to wiki in README Fixes #7: Go's ioutil package to be deprecated in 1.16 Clean up dependencies Use go version 1.16 Add support to specify config file via command line flag Remove ClientID and ClientSecret from Account{} struct Fixes #6: Add support for formatted posts Log account name Update READMME
1.0.0-alpha
Matthew Jorgensen (16): Add README.md Add links... Add resources Add LICENSE Add .gitignore Make Go Module In the beginning there were feeds... Update config file in README Add template support and use "LastUpdated" Add template notes Remove madon dependency Add multiple account support Update config example Update README Stop logging config data Update crontab example. Fixes #4