Update Changelog

This commit is contained in:
sledgehammer999 2019-09-23 21:44:35 +03:00
parent eebb2186c7
commit 85133a6680
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -18,6 +18,7 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.2.0
- FEATURE: Use a randomized port number for the first run (Chocobo1) - FEATURE: Use a randomized port number for the first run (Chocobo1)
- FEATURE: Enable Super Seeding mode once ratio/time limit is reached (thalieht) - FEATURE: Enable Super Seeding mode once ratio/time limit is reached (thalieht)
- FEATURE: Improve embedded tracker. Now it conforms to BEPs more closely. (Chocobo1) - FEATURE: Improve embedded tracker. Now it conforms to BEPs more closely. (Chocobo1)
- FEATURE: Add option to align file to piece boundary when creating new torrent (Chocobo1)
- BUGFIX: Avoid performance penalty when logger is full (Chocobo1) - BUGFIX: Avoid performance penalty when logger is full (Chocobo1)
- BUGFIX: Remove the max half-open connections option (thalieht) - BUGFIX: Remove the max half-open connections option (thalieht)
- BUGFIX: Center align the section labels in advanced settings (thalieht) - BUGFIX: Center align the section labels in advanced settings (thalieht)
@ -37,6 +38,9 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.2.0
- BUGFIX: Fix wrong "Time Active" value displayed (Chocobo1) - BUGFIX: Fix wrong "Time Active" value displayed (Chocobo1)
- BUGFIX: Rename priority to queue in the context of torrents (thalieht) - BUGFIX: Rename priority to queue in the context of torrents (thalieht)
- BUGFIX: Update remaining size of ignored files to 0 (Thomas Piccirello) - BUGFIX: Update remaining size of ignored files to 0 (Thomas Piccirello)
- BUGFIX: Move "Check for program updates" checkbox to the Behavior settings (Chocobo1)
- BUGFIX: Improve error messages for URL seed (Chocobo1)
- PERFORMANCE: Faster/efficient way of handling updates in the Transfer list (Chocobo1)
- WEBUI: Use PBKDF2 for the WebUI password. You will need to set your password again. (Chocobo1) - WEBUI: Use PBKDF2 for the WebUI password. You will need to set your password again. (Chocobo1)
- WEBUI: Use Javascript strict mode (Chocobo1) - WEBUI: Use Javascript strict mode (Chocobo1)
- WEBUI: Remove autocorrect/autocapitalise from filepaths on WebUI (AceLewis) - WEBUI: Remove autocorrect/autocapitalise from filepaths on WebUI (AceLewis)
@ -89,7 +93,10 @@ Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.2.0
- WEBUI: Sort torrent names case-insensitively in webui (airium) - WEBUI: Sort torrent names case-insensitively in webui (airium)
- WEBUI: Support exclusions in WebUI table filters (Thomas Piccirello) - WEBUI: Support exclusions in WebUI table filters (Thomas Piccirello)
- WEBUI: Don't save preferences until all options are processed (Tom Piccirello) - WEBUI: Don't save preferences until all options are processed (Tom Piccirello)
- WEBUI: Disable port selection when "Use different port on each startup" is selected (Chocobo1)
- WEBUI: Remove max character limit of location path (Clément Pera)
- RSS: Better widget for choosing file path in automated downloader (thalieht) - RSS: Better widget for choosing file path in automated downloader (thalieht)
- RSS: Allow to cancel/retry the fetching of feeds (glassez)
- SEARCH: Add default tooltip "Searching..." on tab creation. (paolo-sz) - SEARCH: Add default tooltip "Searching..." on tab creation. (paolo-sz)
- SEARCH: Avoid crashes on torrent search (paolo-sz) - SEARCH: Avoid crashes on torrent search (paolo-sz)
- SEARCH: Add right click menu to SearchJobWidget (Chocobo1) - SEARCH: Add right click menu to SearchJobWidget (Chocobo1)