Releases: slurdge/goeland
Releases · slurdge/goeland
v0.12.2
v0.12.1
What's Changed
- fix: do not include source with no entries in ToC by @sweenu in #87
- chore(deps): bump github.com/xhit/go-simple-mail/v2 from 2.12.0 to 2.13.0 by @dependabot in #88
- chore(master): release 0.12.1 by @github-actions in #90
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- chore(deps): bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.20 by @dependabot in #57
- chore(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #59
- chore(deps): bump github.com/microcosm-cc/bluemonday from 1.0.20 to 1.0.21 by @dependabot in #61
- chore(deps): bump github.com/tdewolff/minify/v2 from 2.12.0 to 2.12.4 by @dependabot in #62
- chore(deps): bump github.com/xhit/go-simple-mail/v2 from 2.11.0 to 2.12.0 by @dependabot in #63
- doc: add template documentation by @slurdge in #64
- doc: add screenshots and small tweaks to readme by @slurdge in #66
- feat: add basic i18n by @slurdge in #67
- feat: scaffolding for supporting other css/theme, tested with sakura by @slurdge in #68
- fix: wrong translations by @slurdge in #69
- chore(deps): bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #73
- chore(deps): bump docker/setup-buildx-action from 2.0.0 to 2.1.0 by @dependabot in #72
- chore(deps): bump docker/setup-qemu-action from 2.0.0 to 2.1.0 by @dependabot in #71
- chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #70
- chore(deps): bump golang.org/x/text from 0.3.8 to 0.4.0 by @dependabot in #75
- chore(deps): bump docker/setup-buildx-action from 2.1.0 to 2.2.1 by @dependabot in #76
- chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #77
- fix: default to SSLTLS encryption when port is 465 by @sweenu in #78
- feat: get config from standard places by @sweenu in #82
- feat: add password_file option by @sweenu in #83
- Allow defining templates for pipes by @sweenu in #80
- chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 by @dependabot in #85
- fix: default encryption set twice by @sweenu in #84
- chore(master): release 0.12.0 by @github-actions in #86
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- chore(deps): bump github.com/tdewolff/minify/v2 from 2.11.7 to 2.11.9 by @dependabot in #40
- chore(deps): bump github.com/tdewolff/minify/v2 from 2.11.9 to 2.11.10 by @dependabot in #45
- chore(deps): bump github.com/tdewolff/minify/v2 from 2.11.10 to 2.12.0 by @dependabot in #49
- chore(deps): bump github.com/microcosm-cc/bluemonday from 1.0.18 to 1.0.19 by @dependabot in #48
- chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #46
- [fix] another syntax change by @slurdge in #53
- [fix] add space by @slurdge in #52
- Add email template as an optional config by @fabianofranz in #50
- chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #54
New Contributors
- @fabianofranz made their first contribution in #50
Full Changelog: v0.10.3...v0.11.0
v0.10.3
What's Changed
- Fixed empty UID in some RSS feeds
- chore(deps): bump actions/setup-go from 2 to 3 by @dependabot in #22
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #23
- chore(deps): bump actions/setup-python from 2.2.1 to 3.1.2 by @dependabot in #24
- chore(deps): bump docker/setup-buildx-action from 1.0.4 to 2.0.0 by @dependabot in #25
- chore(deps): bump docker/setup-qemu-action from 1.0.1 to 2.0.0 by @dependabot in #27
- chore(deps): bump github.com/microcosm-cc/bluemonday from 1.0.16 to 1.0.18 by @dependabot in #26
- chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.4.0 by @dependabot in #28
- chore(deps): bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1 by @dependabot in #30
- chore(deps): bump github.com/spf13/viper from 1.9.0 to 1.11.0 by @dependabot in #29
- chore(deps): bump github.com/tdewolff/minify/v2 from 2.9.22 to 2.11.2 by @dependabot in #31
- chore(deps): bump github.com/xhit/go-simple-mail/v2 from 2.10.0 to 2.11.0 by @dependabot in #33
- chore(deps): bump github.com/tdewolff/minify/v2 from 2.11.2 to 2.11.4 by @dependabot in #32
- chore(deps): bump docker/login-action from 1.8.0 to 2.0.0 by @dependabot in #34
- chore(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 by @dependabot in #37
- chore(deps): bump github.com/tdewolff/minify/v2 from 2.11.4 to 2.11.7 by @dependabot in #39
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v0.10.2...v0.10.3
v0.10.2
v0.10.1
v0.10.0
What's changed
- Add a
daemon
command for daemons. Also add a--run-at-startup
flag for daemon - Allow to override log level on the command line
- Allow to specify which pipes are running. Example:
goeland run <pipename>
- Add a reddit filter that gets better pictures. Useful for picture intensive subreddits.
- Fix reddit rss download
- Create an email pool only if it's needed
- Various small fixes