Skip to content

Releases: nning/transmission-rss

v1.2.3

16 Nov 15:35
v1.2.3
d2ba291
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Jun 15:26
v1.2.2
9c65d68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Nov 08:05
v1.2.1
b5080ed
Compare
Choose a tag to compare

1.2.1

README

Changelog

Changes since 1.2.0:

  • Fix import of RSS library (fix #118)

v1.2.0

22 Jan 11:27
v1.2.0
Compare
Choose a tag to compare

1.2.0

README

Changelog

Changes since 1.1.0:

  • Set "transmission-rss" as User-Agent for aggregator (thanks to @k3s4, see #85)
  • Enable syntax highlight in README code blocks (thanks to @PeterDaveHello, see #91)
  • Update to Ruby 2.7 on CI and in Docker images
  • Explicitly use URI.open instead of Kernel#open in Aggregator (fix #94)
  • Fix obsoletion warnings in Ruby 2.7

v1.1.0

30 Sep 09:02
Compare
Choose a tag to compare

1.1.0

README

Changelog

Changes since 1.0.0:

  • Handling unencoded URLs as suggested by @peskdale (fix #71)
  • Add TLS option for connection to transmission-daemon (see #74)
  • Single run mode contributed by @eyalzek (see #68, #80)
  • Improvements on docker image

v1.0.0

24 Aug 21:30
Compare
Choose a tag to compare

1.0.0 🎉

It is about time, transmission-rss gets a major version increase, since it is existing now for over 7 years and I would call it adequately stable in its current form!

Changelog

Changes since 0.2.6:

  • Refactor Log (e.g. allow specifying level, fix #10)
  • Pass additional client options (e.g. timeout) to Client
  • Make sure, options is not nil in Client (fix #58)
  • Do not send download-dir and paused options if not specified in config (fix #53)
  • Officially drop support for Ruby < 2.1
  • Reset seen file CLI option
  • Seen file config fix
  • Warn on duplicate urls (fix #67)
  • Add possibility to specify UID/GID for docker (fix #69)
  • Rake tasks for docker (rake docker:build and rake docker:run)
  • Update dependencies

v1.0.0.beta1

16 Jun 13:33
Compare
Choose a tag to compare
v1.0.0.beta1 Pre-release
Pre-release

1.0.0

It is about time, transmission-rss gets a major version increase, since it is existing now for over 7 years and I would call it adequately stable in its current form!

Please test this release thoroughly if you can!

Changelog

Changes since 0.2.6:

  • Refactor Log (e.g. allow specifying level, fix #10)
  • Pass additional client options (e.g. timeout) to Client
  • Make sure, options is not nil in Client (fix #58)
  • Do not send download-dir and paused options if not specified in config (fix #53)
  • Officially drop support for Ruby < 2.1
  • Reset seen file CLI option
  • Seen file config fix
  • Warn on duplicate urls (fix #67)
  • Add possibility to specify UID/GID for docker (fix #69)
  • Rake tasks for docker (rake docker:build and rake docker:run)
  • Update dependencies

1.0.0.alpha2

01 Apr 11:24
1.0.0.alpha2
Compare
Choose a tag to compare
1.0.0.alpha2 Pre-release
Pre-release

1.0.0

It is about time, transmission-rss gets a major version increase, since it is existing now for over 7 years and I would call it adequately stable in its current form!

Please test this release thoroughly if you can!

Changelog

Changes since 0.2.6:

  • Refactor Log (e.g. allow specifying level, fix #10)
  • Pass additional client options (e.g. timeout) to Client
  • Make sure, options is not nil in Client (fix #58)
  • Do not send download-dir and paused options if not specified in config (fix #53)
  • Officially drop support for Ruby < 2.1
  • Reset seen file CLI option
  • Seen file config fix
  • Update dependencies

1.0.0.alpha1

07 Dec 05:17
1.0.0.alpha1
Compare
Choose a tag to compare
1.0.0.alpha1 Pre-release
Pre-release

1.0.0

It is about time, transmission-rss gets a major version increase, since it is existing now for over 7 years and I would call it adequately stable in its current form!

Please test this release thoroughly if you can!

Changelog

Changes since 0.2.6:

  • Refactor Log
  • Pass additional client options (e.g. timeout) to Client
  • Make sure, options is not nil in Client (fix #58)
  • Do not send download-dir and paused options if not specified in config (fix #53)
  • Officially drop support for Ruby < 2.1

0.2.6

04 Oct 05:59
0.2.6
Compare
Choose a tag to compare

Changelog

Changes since 0.2.5:

  • Fix crash when feeds being specified by URL only (see #52)