Skip to content

Releases: prplecake/gof

v1.1.4

31 Jul 02:23
c5c8aca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

v1.1.3

24 Nov 18:50
c5c7aa2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

v1.1.2

10 Jul 18:25
57a440c
Compare
Choose a tag to compare

Minor documentation changes

Matthew Jorgensen (5):
      Create FUNDING.yml
      Update FUNDING.yml
      Add CODEOWNERS
      Update README; fixes #10
      Update README

v1.1.1

27 Apr 03:47
291306c
Compare
Choose a tag to compare
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

12 Feb 22:30
6205088
Compare
Choose a tag to compare
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

12 Feb 17:48
8fe8bbb
Compare
Choose a tag to compare
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

12 Feb 10:36
037a477
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release
Create release.yml

1.0.0-alpha.1

12 Feb 10:36
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release
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

12 Feb 10:35
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release
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