Releases: noam09/deluge-telegramer
Releases · noam09/deluge-telegramer
Windows Fix (Alpha)
Changes:
- Fixed error caused by missing
certifi
module - #5 (thanks @vakulenchuk) - Catch Label plugin exceptions - #6 (thanks @BlackLynxBY)
Known Issues:
- Bot stops running after sleep/suspend, should be fixed in next release.
New wrapper, new features (Alpha)
Changes:
- Switched to python-telegram-bot wrapper
- Added the ability to specify new directory instead of existing category/directory
- All users in whitelist can now view stats and add torrents (read-write) - #3 (thanks @viktor-c)
- Windows support!
- All required packages now come prepackaged in the plugin egg
Known issues:
- Bot stops functioning after suspend/sleep, this will be fixed after this Alpha version
- Any other issues which will be reported on the issues page
ReplyKeyboardHide vs ReplyKeyboardRemove
Updated pyTelegramBotAPI
uses ReplyKeyboardRemove
instead of ReplyKeyboardHide
. This fix should make it work for both current and previous versions.
v1.0.1 Additional Users
Additional user IDs can now be specified in the settings, giving said users the ability to issue torrent downloads using the /add
command.
v1.0.0 Beta
First beta release -- still more features to come, and probably some issues to overcome.