Skip to content

Releases: guyfedwards/nom

v2.1.0

30 Nov 12:47
Compare
Choose a tag to compare

Changelog

  • fdd0d1b feat: remove old feed items
  • 38fa43d fix: show feedname when refreshing

v2.0.5

17 Nov 12:06
Compare
Choose a tag to compare

Changelog

  • 2c4a784 fix: add .release-env to .gitignore
  • 8d93ba9 fix: cross compile binary with cgo for sqlite (#45)

v2.0.2

09 Nov 10:17
Compare
Choose a tag to compare

Changelog

  • 552094a add description to readme
  • a9fc991 remove error on no config file, create file instead

v2.0.1

08 Nov 19:42
Compare
Choose a tag to compare

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.1

08 Mar 22:45
ec7d543
Compare
Choose a tag to compare

Changelog

v1.2.0

29 Jan 11:01
4866ff2
Compare
Choose a tag to compare

Changelog

  • dbefabe Update README to fix typo and add preview feed arg (#32)
  • 4866ff2 feat: add miniflux/freshrss backends

v1.1.7

28 Jan 10:10
5bb44e0
Compare
Choose a tag to compare

Changelog

  • 5bb44e0 Use short-lived in-memory cache to cache previewed feeds (#31)

v1.1.6

26 Jan 18:33
e6e78c8
Compare
Choose a tag to compare

Changelog

  • e6e78c8 Add option to view feed without loading feeds from a config

v1.1.5

21 Jan 16:00
fe920a3
Compare
Choose a tag to compare

Changelog

  • a5e0566 fix: disable http2 client for requests
  • fe920a3 fix: duplicate feed entries are now disallowed (#29)

v1.1.4

09 Jan 00:02
Compare
Choose a tag to compare

Changelog

  • 0855432 fix: go version >1.19 for action
  • 13cc59e fix: missing parsed feed properties causing panic
  • 7168421 fix: release action