Releases: nning/transmission-rss
v1.2.3
What's Changed
- Add seen_by_guid property to feeds for dynamic link feeds by @StormPooper in #131
- Add option to set unlimited seed ratio by @rapperskull in #108
- Optimize docker image as suggested in #97 by @nning in #98 (thanks to @sedlund!)
- Support exclude filters by @jntn-st in #83
New Contributors
- @StormPooper made their first contribution in #131
- @rapperskull made their first contribution in #108
- @jntn-st made their first contribution in #83
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Fix encoded feed url error (fix #110 #115) by @totorowechat in #125
New Contributors
- @totorowechat made their first contribution in #125
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
1.2.0
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 ofKernel#open
inAggregator
(fix #94) - Fix obsoletion warnings in Ruby 2.7
v1.1.0
v1.0.0
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
andrake docker:run
) - Update dependencies
v1.0.0.beta1
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
andrake docker:run
) - Update dependencies
1.0.0.alpha2
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
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: