Releases: adskyiproger/transmission-telegram-bot
Releases · adskyiproger/transmission-telegram-bot
v1.3.4: Fixes and improvements
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
What's Changed
- Add torrent button by @adskyiproger in #29
- Bugfix + upgrade by @adskyiproger in #30
Full Changelog: 1.2.4...1.2.7
Added rutracker
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
- fixed configuration file path issue
- Added dedicated page for Raspberry Pi4 bot setup
- Added small user guide with screenshots
Refactoring existing features
- Refactoring startup command line options
- Refactoring code structure
Added Bot Menu and History browser
- 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)
- Improved Bot performance
- Fixed a lot of bug
- Updated documentation
- Migration to new python telegram bot (20.X)
Documentation update and code refactoring
Merge pull request #3 from adskyiproger/develop Update documentation
Added search results ordering
Merge pull request #2 from adskyiproger/develop Added sorting to search results
Release with a lot of improvements
- Documentation updated
- Introduced support for https://toloka.to
- Fixes:
- Navigation keyboard
- logging messages
- code format