Skip to content

Releases: noam09/deluge-telegramer

Add certifi module

22 May 16:24
70397d7
Compare
Choose a tag to compare

Release 2.1.1.0

28 Jan 09:31
b1d9636
Compare
Choose a tag to compare
  • 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)

24 Mar 08:23
d694413
Compare
Choose a tag to compare
Pre-release

For #22

Markdown for all notification messages

07 Jan 17:45
de9405c
Compare
Choose a tag to compare
  • Markdown formatting enabled for all notification messages
  • Better build process, lighter .egg file

RSS filters, proxy support, quick-add (Alpha)

11 Apr 12:32
9c3905b
Compare
Choose a tag to compare

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

28 Mar 08:12
54fb276
Compare
Choose a tag to compare

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)

14 Feb 11:47
Compare
Choose a tag to compare
Pre-release
  • Fix encoding errors in list commands (#12)
  • Fix sending long messages

Notify other users and groups (Alpha)

26 Nov 22:17
Compare
Choose a tag to compare
Pre-release
  • 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)

16 Sep 13:00
Compare
Choose a tag to compare

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

Windows Fix (Alpha)

17 Jun 11:43
Compare
Choose a tag to compare
Windows Fix (Alpha) Pre-release
Pre-release

Changes:

Known Issues:

  • Bot stops running after sleep/suspend, should be fixed in next release.