Skip to content

Releases: Necoro/feed2imap-go

v1.7.2

10 Jul 20:09
Compare
Choose a tag to compare

Fixed

  • Cache loading problem introduced by v1.7.1

v1.7.1

10 Jul 19:45
Compare
Choose a tag to compare
  • Upgraded dependencies

v1.7.0

13 Jun 07:47
Compare
Choose a tag to compare

Fixed

  • Issue #97: Fix panic when an IMAP connection is tried to established when the program has already entered the Disconnect state.

Added

  • New global config variable max-imap-connections, with a default of 5.

Changed

  • Change go-readability back to track upstream. This now incorporates an overhaul of the readability engine, so changes are to be expected when using body: fetch.
  • Improve strictness regarding config parsing, especially in the differentiation between feeds and groups of feeds.
  • Issue #95: Ensure cache is not world-readable. Add a warning when the config is world-readable.

v1.6.0

28 Mar 18:41
Compare
Choose a tag to compare
  • Upgrade dependencies

Fixed

v1.5.2

31 Jan 20:43
Compare
Choose a tag to compare
  • Upgrade dependencies

v1.5.1

10 Jun 22:40
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Minor lifting to Go 1.18

v1.5.0

11 Jan 16:50
Compare
Choose a tag to compare

Added

  • Issue #66: Allow specifying custom template files for HTML/Text output (configuration: html-template/text-template).
  • Issue #67: Support for fetching the linked article/website instead of using the body in the feed (configuration: body: fetch). This is especially useful when the feed only supplies links/teaser and not the full content.

Fixed

  • Panic on setting body on feed-level.

v1.4.0

21 Dec 22:24
Compare
Choose a tag to compare

Added

Docker images

  • docker pull necorodm/feed2imap-go:1.4.0
  • docker pull docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:1.4.0

v1.3.0

01 Nov 13:46
Compare
Choose a tag to compare

Added

  • Issue #64: Set filename for included images.

Docker images

  • docker pull necorodm/feed2imap-go:1.3.0
  • docker pull docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:1.3.0

v1.2.0

20 Oct 17:06
Compare
Choose a tag to compare

Added

  • Location of the cache can now be specified in the config.yml. Rationale: Easier way of dealing with multiple configurations, as each also requires a distinct cache.
  • Issue #6: Support old-style configurations with imap targets on each feed. Restriction: Servers must be equal over all connection strings!

Fixed

Docker images

  • docker pull necorodm/feed2imap-go:1.2.0
  • docker pull docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:1.2.0