Releases: noam09/deluge-telegramer
Releases · noam09/deluge-telegramer
Deluge 2.1.1.3
- Add Python 3.12 build
Add certifi module
- Add certifi (#42)
Release 2.1.1.0
- Tested on Deluge v2.1.1
- Fixes #33
- Fix "torrent added" notifications being sent for all torrents on every Deluge start
Deluge 2.0.5 Support (Beta)
For #22
Markdown for all notification messages
- Markdown formatting enabled for all notification messages
- Better build process, lighter
.egg
file
RSS filters, proxy support, quick-add (Alpha)
Thanks to some awesome developers, this beta release brings new features to Telegramer. The pull requests were put on hold for far too long (entirely my fault). Please report any and all issues/bugs/enhancements on the issue tracker.
- #20: Add new RSS download filters to the YaRSS2 plugin using the
/rss
command (thanks to @DimaBroi) - #18: Proxy support (thanks to @Tan4ek)
- #19: Directly sending
.torrent
files will start downloading them using default settings (magnets too)
In the works:
- #14: Receive notifications regarding slow torrents (thanks to @mattiaforc)
Added November 2019:
- #16: Custom notification messages
First Stable Release
Judging by the issue tracker for this repository, Telegramer has been stable for over a year now.
This release marks its first stable release, and it will be followed by beta releases incorporating new features and enhancements from pull requests provided by other developers.
Fix list commands (Alpha)
- Fix encoding errors in list commands (#12)
- Fix sending long messages
Notify other users and groups (Alpha)
- The "Notify IDs" text box has been added to the plugin settings (per request #10), to which a Telegram user ID or group ID can be added (comma-separated).
- IDs in this text box will also receive torrent addition and completion notifications.
- Telegram user IDs can easily be queried using @myidbot, and group IDs can also be retrieved by adding @myidbot to any group and sending the appropriate command.
- Sending commands from within a group is still not an option. Will be added in the future.
Update wrapper, bot lives on longer (Alpha)
Changes:
- Updated python-telegram-bot wrapper (v8.0)
- Wrapper update aims to fix issues regarding bot becoming unresponsive after sleep/suspend/hibernate or simply after a while of running (issue #8)
- All required packages still come prepackaged in the plugin egg
Known issues:
- Currently none, all issues can be reported on the issues page