Skip to content

Releases: adskyiproger/transmission-telegram-bot

v1.3.4: Fixes and improvements

25 Feb 07:17
Compare
Choose a tag to compare

Changelog

  • fix: date_done -> done_date attribute error
  • Created multiplatform build
  • doc: Added Quick start for docker
  • Upgraded python from 3.12 to 3.13

Docker Image

Docker image published to GitHub Container Registry:

docker pull ghcr.io/adskyiproger/transmission-telegram-bot:v1.3.4

or simply pull the latest image:

docker pull ghcr.io/adskyiproger/transmission-telegram-bot:latest

1.2.7

16 Aug 10:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.7

Added rutracker

05 Feb 16:27
Compare
Choose a tag to compare

New:

  • Added rutracker
  • Disable tracker if not needed or not used

Fixes:

  • Display error message if torrent tracker is not initialized
  • Display error message if search on tracker failed

Thanks for contribution to @wrathinmind

Bugfix release

29 Sep 12:24
Compare
Choose a tag to compare
  • fixed configuration file path issue
  • Added dedicated page for Raspberry Pi4 bot setup
  • Added small user guide with screenshots

Refactoring existing features

16 Sep 16:59
Compare
Choose a tag to compare
  • Refactoring startup command line options
  • Refactoring code structure

Added Bot Menu and History browser

10 Aug 14:28
Compare
Choose a tag to compare
  • Bot menu with all supported commands
  • History browser to track downloads from beginning of the time
  • Refactored configuration file to use lower-case properties
  • Fix few bugs

Update documentation and python telegram bot (20.X)

28 Jul 12:42
Compare
Choose a tag to compare
  • Improved Bot performance
  • Fixed a lot of bug
  • Updated documentation
  • Migration to new python telegram bot (20.X)

Documentation update and code refactoring

21 Oct 08:31
0c8e643
Compare
Choose a tag to compare
Merge pull request #3 from adskyiproger/develop

Update documentation

Added search results ordering

11 Oct 14:55
ed8c609
Compare
Choose a tag to compare
Merge pull request #2 from adskyiproger/develop

Added sorting to search results

Release with a lot of improvements

09 Oct 17:31
Compare
Choose a tag to compare
  1. Documentation updated
  2. Introduced support for https://toloka.to
  3. Fixes:
    • Navigation keyboard
    • logging messages
    • code format