File python-tewi-transmission.changes of Package tewi
-------------------------------------------------------------------
Thu Nov 20 13:30:09 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>
- up to 1.1.0
- Added:
* Web search for torrents on public trackers (YTS, TPB, Torrents-CSV, Nyaa)
* Start web search with query via -s/--search CLI option
* Torrent details view in search results ('i' hotkey)
* Change torrent bandwidth priority with 'p' hotkey (cycles through high/low/normal, Transmission only)
* Configuration file support with INI format stored in XDG_CONFIG_HOME or ~/.config #98
* Display download and upload state (interested/choked) for peers
* Display tracker timing information in trackers table (last/next announce and scrape times, Transmission only)
* Set terminal title #95
- Changed:
* Display "-" instead of "<not found in database>" for peers with unrecognized IP addresses
* Load peer country from qBittorrent details
* Unified naming scheme for peer connection types
* Fix wrong order of upload and download speed columns in peers
* Use short country names for qbittorrent peers
* Merge priority and select columns in files (shorten rows)
* Change Progress column to Done in files (shorten rows)
* Sort files alphabetically by name in torrent details
* Shorten column names in trackers table
* Change hotkey for torrent status toggle from 'p' to 'Space'
* Create capabilities system to hide actions unsupported by client
-------------------------------------------------------------------
Mon Nov 17 14:04:03 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>
- up to 1.0.0
- Added:
* Support for qBittorrent client
* CLI option to add torrent from file path or magnet link (-a/--add-torrent)
* Add Status, Message, and Peers columns to trackers table in torrent details
* Add Port, Connection Type, and Direction columns to peers table in torrent details
* Display colorized queue position and priority indicators in torrent list (shows #N prefix and ⬆/⬇ for high/low priority)
* Hidden --test-mode N option for performance testing (generates ~N test torrents)
* Display torrent status in color in card view mode
- Changed:
* Refactoring: replaced custom list widget with native list view
* Reorder tracker columns: Tier, Host, Status, Peers, Seeders, Leechers, Downloads, Message
* Use speed formatter for alternative speed limits display (shows proper units: B, KB, MB, GB)
* Display "-" instead of "0 B/s" for zero speeds in peers
* Fix state panel artifact when alt speed is disabled
* Optimize session statistics calculation with single-pass algorithm
* Improved item highlight CSS code
* Add current timestamp to log file
* Set default number of torrents on page to 30
* Added left/right navigation with cursor keys
* Group keys in help dialog
- Removed:
* Ability to mark torrents and perform group actions
-------------------------------------------------------------------
Thu Jul 3 07:33:02 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>
- up to 0.9.0
- Added:
* Ability to mark torrents and perform group actions #52
- Changed:
* Move version variable to separate Python module
* Group actions in help dialog #39
* Fix error when selected torrent was deleted in background #82
* Display error message when failed to connect to Transmission #83
-------------------------------------------------------------------
Fri Jun 13 04:19:10 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>
- up to v0.8.1
- Changed:
* Fixed page indicator for Textual v2+ (disabled markup)
-------------------------------------------------------------------
Tue Jun 10 07:23:33 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>
- up to v0.8.0
- Added:
* Display file tree in torrent details
- Changed:
* Support for Textual v2+ (disable label markup by default) #71
* Expand file panel in torrent details
* Fix displaying hotkeys in dialogs in Textual v2+
* Cleanup and shorten statistics in torrent cards
-------------------------------------------------------------------
Wed Jun 4 12:51:23 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>
- up to v0.7.0
- Added:
* Search torrent by name #25
* Display ago dates in torrent details
* Show Transmission server preferences #43
- Changed:
* Fix issue when delete last torrent in the list (it re-appears when scroll down)
* Multi-column layout for torrent details screen #57
* Display "-" instead of "0" in speed indicators
* Make speed indicators bold when speed value is greater than zero
* Make torrent stats labels responsive to auto-resize #72