Address comments

This commit is contained in:
sledgehammer999 2025-04-20 22:44:56 +03:00
commit 13aa7ff9e3
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -2,6 +2,7 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v5.1.0
- FEATURE: Enable customizing the save statistics time interval (Burnerelu) e06b7f8f4d961c165d2eefe650708dfdd36ca357
- FEATURE: Add drag support to torrent content widget (Chocobo1) c4eeb4a14a19cfcdf54aac9eb07f02080666aef1
- FEATURE: Display External IP Address in status bar (Thomas Piccirello) f89c4c32ed41a0b41cd4bbaac1858a88307991ba
- FEATURE: Use modern functions to get random numbers under Linux/Windows (security related) (Chocobo1) 23f7275bd5a38efe8fd1def1922c03f6a4fa6533
- BUGFIX: Enable adaptive step size for upload and download limits (Harald Nordgren) 989b1d176d311c19b528d8695c6fc182806741ae
- BUGFIX: Add URL link for reverse proxy setup examples (Chocobo1) a0c32110f1327071e729e36f5264cb5858044fe1
- BUGFIX: Allow drop action only on transfer list (Chocobo1) 10eb921d7087bf392ed17a1ec83176d51565bff8
@ -10,11 +11,13 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v5.1.0
- BUGFIX: Fix filesize sorting in preview dialog (DoubleSpicy) c080fc3aa09400d7bfdecf73ad5fb409e02a8110
- BUGFIX: Improve the speed icons in the status bar (Mahdi Hosseinzadeh) 928de360931579304128a8203a8ac61e4f32bed8
- BUGFIX: Update link to news (tinyboxvk) 61ff683f11a653fecd6a3dd0dbfe784cd6aaf63d
- WEBUI: Improvements that should help with assistive technologies (Chocobo1)
- WEBUI: Internal refactoring to migrate away from mootools and towards native browser APIs
- WEBUI: Implement path autocompletion (Paweł Kotiuk) d87533bf4c141ade034f5f1b0792daefd28ece20
- WEBUI: Implement double-click behavior controls (Hanabishi) b52fa98a02bfa74766dd4a31d6a667a51ad00843
- WEBUI: Add ability to toggle alternating row colors in tables (skomerko) b67495464d5bdbc9a5ee69fbc81a0f7e01a53e1d
- WEBUI: Improve visibility of unread RSS articles (skomerko) aed103d06e59b5e2d715f33889e7f250e9032072
- WEBUI: remove deleted torrents even if they are currently filtered out (Carmelo Scandaliato) 642a9c29ebf016ffd85f2569adedef814b3abb36
- WEBUI: Remove deleted torrents even if they are currently filtered out (Carmelo Scandaliato) 642a9c29ebf016ffd85f2569adedef814b3abb36
- WEBUI: Highlight torrent category in context menu (skomerko) 142780b863bbf17b57e1b2858401e65a1c276eef
- WEBUI: Implement 'Auto hide zero status filters' (skomerko) 62c5f41f39582036278e52a4343f797d72b61dcb
- WEBUI: Allow to filter torrent list by save path (skomerko) 04eb40376e7ddaeb51e4a621991b11b64d91e9e0
@ -23,7 +26,7 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v5.1.0
- WEBUI: Add link to 'List of alternative WebUI' wiki page in Options (Chocobo1) a91bac8aa02b8d562d2c5685f4db2bc4f6ff0a66
- WEBUI: Improve properties panel, torrent deletion dialog, filter list, subcategories, torrent deletion, statistics window (skomerko) fda797cb76526114941f595114ca3404246886cb 39dd415d43eaa9a2552273c667152a5c7e3e5d13 (5b7c9d5725d1e47dde39081e4fdadbc23cd40ca8 + 81509dfb6554f3cf5679a6dd560b37c54bc77a2c) 1b53fdf9ee40ca5472246c3bc073d47b7306588d 0ea35c54a347bbfddf97f0b61982416f27ee52b4 5e3161a3f96335ce906c0248ac888a3a55509c2a
- WEBUI: Allow to display only hostname in the Tracker column (skomerko) 9d0fa213bed6172d269afd7364769eca66f16631
- WEBUI: Show country/region name next to its flag when 'Resolve peer countries' is enabled (skomerko) f681e954c7d84d4add53cc6f8908337916efa94b
- WEBUI: Show country/region name next to its flag (skomerko) f681e954c7d84d4add53cc6f8908337916efa94b
- WEBUI: Improve hash copy actions in context menu (skomerko) d19f7b12d950e23c739412d8a9d85da0cff7bb5a
- WEBUI: Support removing tracker from all torrents in WebUI/WebAPI (Thomas Piccirello) d2b2afad233ad41d4a4c98695bd6813e4e293417
- WEBUI: Display DHT information in the Status bar only when DHT is enabled (skomerko) 183c7c75b1949ca668d6b3d62d6ab2b8b6aeb42d
@ -38,9 +41,8 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v5.1.0
- WEBUI: Add 'Engine' column to Search table (skomerko) 449ca96e28c56a217ec77d699125d6599f613ff0
- WEBUI: Add confirm dialog for Auto TMM (skomerko) 4ff0687b944a4b293ebf20d70a22b29ff4de8f24
- WEBUI: Add context menu to search tabs (skomerko) 87644441ad88b251913402ece9fd4b6b78f59ff0
- WEBUI: restore arrow keys table navigation (Hanabishi) dfe9daf25d677f77532db86262556653073a00b1
- WEBUI: Show file filter when Content tab selected on load (Thomas Piccirello) e8dc6b3f738917e186c75fc956ea632be9081ea4
- WEBUI: Don't sort rows with static trackers in Trackers table (skomerko) 67b6cf5a6f5b8fc83cc1261c8c0ddd984d5e6822
- WEBUI: DHT, PeX and LSD rows are now always on top in Trackers table (skomerko) 67b6cf5a6f5b8fc83cc1261c8c0ddd984d5e6822
- WEBUI: Clear properties panel when torrent no longer selected (skomerko) c3c91be578bcd638edf8d05b7122b9067f21a1f9
- WEBUI: Support auto resizing table columns (Thomas Piccirello) e0e61ffd02d19abfebaa236a0a792a1fb13714f6
- WEBUI: Fix displaying RSS panel on load (Thomas Piccirello) be3eefd8de34d9b293d2718f26064ea674c2bd7c
@ -49,14 +51,12 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v5.1.0
- WEBUI: Display torrent progress percentage in General tab (skomerko) 71f83cf9ba3a4d9ac38598c4f70fd5b3ce968de9
- WEBUI: Use thin scrollbars (skomerko) 889df72ab3719668ecac3aa8ae1cfbf1e9d0ee1d
- WEBUI: Show 'Rename...' context menu item only when one torrent is selected (skomerko) e51fcc6ea084b00fc4d95926177f8ac3d4f676da
- WEBUI: Fix bug where you can't select RSS rules (Patrik Elfström) 530631322de9ccefc1448e9b90d45923a4129ab4
- WEBUI: Display error when download fails (Thomas Piccirello) 78a5e4ff3e1229b1aef2423d87fd1f48a3153251
- WEBUI: Add colors to 'Status' column in Trackers table (skomerko) dafbcf870919c3d5efbf23a68bef7fdb8262d44c
- WEBAPI: Don't reannounce when removing tracker via WebAPI (Thomas Piccirello) 66c1acbce25d435ffb815879213a15b20cf3fb2a
- WEBAPI: Add WebAPI for managing torrent webseeds (Thomas Piccirello) ea06eb9fe63686e800e842cc2229a7cd2abae6ec
- WEBAPI: Add `forced` parameter to `torrents/add` (Chris B) f022ce8f84c85438fd8f5505a037d7d2f8da6d5c
- SEARCH: Bump Python version minimum requirement (Chocobo1) 8b7fdf0f229d69c63fb0e96780f276fe6c8a620e
- SEARCH: Simplify tab handling in Search widget (Chocobo1) 6f642776b67e1560332926730913681f8690bf97
- WINDOWS: Opt into Windows SegmentHeap (Andarwinux) f00c5c9fa3b6e9a3ce02d5fa0ce59dadf086db38
- WINDOWS: Allow to choose color scheme on Windows (glassez) a47e1cdb487b0b89c1028a7444685381cce79a55
- WINDOWS: Verify hash of Python installer (Chocobo1) 3ebdb50457b0a76e71f38e9c91d6dc9063d6d338