Skip to content

Releases: guyfedwards/nom

v3.0.0

23 Dec 14:47
d9b414f

Choose a tag to compare

Changelog

  • d9b414f feat: allow multiple backend instances (#147)

BREAKING CHANGE: backends.freshrss and backends.miniflux are now
arrays
Old:

  backends:
    freshrss:
      host: foo.bar
      api_key: 123123

New:
old:

  backends:
    freshrss:
      - host: foo.bar
        api_key: 123123
  • bca2520 chore: make GetFeeds method on backends
  • 041b0c3 feat: add support for XDG_CONFIG_HOME with fallback to OS default
  • 4acfab9 fix: Add tag docs to README
  • 1a98668 fix: Add unit tests that exercise filter syntax
  • 28347c9 fix: Support tags in add command
  • 7c07215 fix: Tags code cleanup

v2.20.0

18 Oct 21:54
a50fd43

Choose a tag to compare

Changelog

v2.18.0

12 Oct 21:23
a6b7a03

Choose a tag to compare

Changelog

v2.17.0

09 Oct 18:31
5de9cb8

Choose a tag to compare

Changelog

v2.16.2

02 Oct 14:36
ae96e1d

Choose a tag to compare

Changelog

v2.16.1

01 Oct 17:01
188547f

Choose a tag to compare

Changelog

v2.16.0

01 Oct 16:38
de9363f

Choose a tag to compare

Changelog

  • f9b5751 feat: Use transactions when storing feeds to local database (#157)
  • de9363f fix: Correct .gitignore syntax (#159)

v2.15.0

18 Sep 15:03
045a63b

Choose a tag to compare

Changelog

v2.14.0

03 Sep 09:23
491d2af

Choose a tag to compare

Changelog

v2.13.0-beta

06 Jul 11:21

Choose a tag to compare

Changelog

  • f382ef5 feat: add readability to get link content