Releases: guyfedwards/nom
Releases · guyfedwards/nom
v2.1.0
Changelog
- fdd0d1b feat: remove old feed items
- 38fa43d fix: show feedname when refreshing
v2.0.5
Changelog
- 2c4a784 fix: add .release-env to .gitignore
- 8d93ba9 fix: cross compile binary with cgo for sqlite (#45)
v2.0.2
Changelog
- 552094a add description to readme
- a9fc991 remove error on no config file, create file instead
v2.0.1
2.0.1
- v2 with sqlite backend (#41)
- sqlite refactor and removal of cache (#5)
- split out rss parsing and test
- add migrations
- add Read for items and h/l navigation through items;
- show/hide read and mark as read (#35)
- open in browser (#8)
- add filtering (#34, #4)
- autoread config option
v1.2.0
Changelog
- dbefabe Update README to fix typo and add preview feed arg (#32)
- 4866ff2 feat: add miniflux/freshrss backends
v1.1.7
Changelog
- 5bb44e0 Use short-lived in-memory cache to cache previewed feeds (#31)
v1.1.6
Changelog
- e6e78c8 Add option to view feed without loading feeds from a config
v1.1.5
Changelog
- a5e0566 fix: disable http2 client for requests
- fe920a3 fix: duplicate feed entries are now disallowed (#29)
v1.1.4
Changelog
- 0855432 fix: go version >1.19 for action
- 13cc59e fix: missing parsed feed properties causing panic
- 7168421 fix: release action