Releases: guyfedwards/nom
Releases · guyfedwards/nom
v2.1.5
Changelog
- d0b5208 feat: add ability to favourite items (#60)
v2.1.4
Changelog
- 719f5d9 feat: improve error handling and refreshing
- 06dfae4 fix: error on marking empty list
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