Skip to content

Commit 80dea08

Browse files
Consolidate all the Changelog entries into master
1 parent bb8a012 commit 80dea08

File tree

1 file changed

+237
-1
lines changed

1 file changed

+237
-1
lines changed

Changelog

+237-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,176 @@
1-
Unreleased - sledgehammer999 <[email protected]> - v4.5.0
1+
Mon Jan 15th 2024 - sledgehammer999 <[email protected]> - v4.6.3
2+
- BUGFIX: Correctly update number of filtered items (glassez)
3+
- BUGFIX: Don't forget to store Stop condition value (glassez)
4+
- BUGFIX: Show correctly decoded filename in log (glassez)
5+
- BUGFIX: Specify a locale if none is set (Chocobo1)
6+
- BUGFIX: Apply inactive seeding time limit set on new torrents (glassez)
7+
- BUGFIX: Show URL seeds for torrents that have no metadata (glassez)
8+
- BUGFIX: Don't get stuck loading on mismatched info-hashes in resume data (glassez)
9+
10+
Mon Nov 27th 2023 - sledgehammer999 <[email protected]> - v4.6.2
11+
- BUGFIX: Do not apply share limit if the previous one was applied (glassez)
12+
- BUGFIX: Show Add new torrent dialog on main window screen (glassez)
13+
- WEBUI: Fix JS memory leak (brvphoenix)
14+
- WEBUI: Disable stdout buffering for qbt-nox (Chocobo1)
15+
- WINDOWS: NSIS: Display correct Minimum Windows OS requirement (xavier2k6)
16+
- WINDOWS: NSIS: Add Hebrew translation (avivmu)
17+
- LINUX: WAYLAND: Fix parent widget of "Lock qBittorrent" submenu (Vlad Zahorodnii)
18+
19+
Mon Nov 20th 2023 - sledgehammer999 <[email protected]> - v4.6.1
20+
- FEATURE: Add option to enable previous Add new torrent dialog behavior (glassez)
21+
- BUGFIX: Prevent crash due to race condition when adding magnet link (glassez)
22+
- BUGFIX: Fix Enter key behavior when add new torrent (glassez)
23+
- BUGFIX: Add missing main window icon (iomezk)
24+
- BUGFIX: Update size of selected files when selection is changed (glassez)
25+
- BUGFIX: Correctly handle changing save path of torrent w/o metadata (glassez)
26+
- BUGFIX: Use appropriate icon for "moving" torrents in transfer list (xavier2k6)
27+
- WEBUI: Drop WebUI default credentials (glassez)
28+
- WEBUI: Add I2P settings to WebUI (thalieht)
29+
- WEBUI: Fix duplicate scrollbar on Transfer List (AgentConDier)
30+
- WEBUI: Fix .torrent file upload on iPadOS (Vitaly Cheptsov)
31+
- WEBUI: Fix incorrect subcategory sorting (Bartu Özen)
32+
- WEBUI: Correctly set save path in RSS rules (glassez)
33+
- WEBUI: Allow to request torrents count via WebAPI (glassez)
34+
- WEBUI: Improve performance of getting torrent numbers via WebAPI (Chocobo1)
35+
- WEBUI: Improve free disk space checking for WebAPI (glassez)
36+
- WINDOWS: NSIS: Fixed typo in the installer's hungarian translation (MartinKing01)
37+
- LINUX: Fix invisible tray icon with Qt5 in Linux (thalieht)
38+
- MACOS: Remove "Physical memory (RAM) usage limit" option (Chocobo1)
39+
40+
Sun Oct 22nd 2023 - sledgehammer999 <[email protected]> - v4.6.0
41+
- FEATURE: Add (experimental) I2P support (glassez)
42+
- FEATURE: Provide UI editor for the default theme (glassez)
43+
- FEATURE: Various UI theming improvements (glassez)
44+
- FEATURE: Implement torrent tags editing dialog (glassez)
45+
- FEATURE: Revamp "Watched folder options" and "Automated RSS downloader" dialog (glassez)
46+
- FEATURE: Allow to use another icons in dark mode (glassez)
47+
- FEATURE: Allow to add new torrents to queue top (glassez)
48+
- FEATURE: Allow to filter torrent list by save path (Tom)
49+
- FEATURE: Expose 'socket send/receive buffer size' options (Chocobo1)
50+
- FEATURE: Expose 'max torrent file size' setting (Chocobo1)
51+
- FEATURE: Expose 'bdecode limits' settings (Chocobo1)
52+
- FEATURE: Add options to adjust behavior of merging trackers to existing torrent (glassez)
53+
- FEATURE: Add option to stop seeding when torrent has been inactive (Christopher)
54+
- FEATURE: Allow to use proxy per subsystem (glassez)
55+
- FEATURE: Expand the scope of "Proxy hostname lookup" option (glassez)
56+
- FEATURE: Add shortcut for "Ban peer permanently" function (Luka Čelebić)
57+
- FEATURE: Add option to auto hide zero status filters (glassez)
58+
- FEATURE: Allow to disable confirmation of Pause/Resume All (glassez)
59+
- FEATURE: Add alternative shortcut CTRL+E for CTRL+F (Luka Čelebić)
60+
- FEATURE: Show filtered port numbers in logs (Hanabishi)
61+
- FEATURE: Add button to copy library versions to clipboard (Chocobo1)
62+
- BUGFIX: Ensure ongoing storage moving job will be completed when shutting down (Chocobo1)
63+
- BUGFIX: Refactored many areas to call non UI blocking code (glassez)
64+
- BUGFIX: Various improvements to the SQLite backend (glassez)
65+
- BUGFIX: Improve startup window state handling (glassez)
66+
- BUGFIX: Use tray icon from system theme only if option is set (glassez)
67+
- BUGFIX: Inhibit system sleep while torrents are moving (Sentox6)
68+
- BUGFIX: Use hostname instead of domain name in tracker filter list (tearfur)
69+
- BUGFIX: Visually validate input path in torrent creator dialog (Chocobo1)
70+
- BUGFIX: Disable symlink resolving in Torrent creator (Ignat Loskutov)
71+
- BUGFIX: Change default value for `file pool size` and `stop tracker timeout` settings (stalkerok)
72+
- BUGFIX: Log when duplicate torrents are being added (glassez)
73+
- BUGFIX: Inhibit suspend instead of screen idle (axet)
74+
- BUGFIX: Ensure file name is valid when exporting torrents (glassez)
75+
- BUGFIX: Open "Save path" if torrent has no metadata (Xu Chao)
76+
- BUGFIX: Prevent torrent starting unexpectedly edge case with magnet (Xu Chao)
77+
- BUGFIX: Better ergonomics of the "Add new torrent" dialog (Xu Chao, glassez)
78+
- WEBUI: Add log viewer (brvphoenix)
79+
- WEBUI: WebAPI: Allow to specify session cookie name (glassez)
80+
- WEBUI: Improve sync API performance (glassez)
81+
- WEBUI: Add filelog settings (brvphoenix)
82+
- WEBUI: Add multi-file renaming (loligans)
83+
- WEBUI: Add "Add to top of queue" option (thalieht)
84+
- WEBUI: Implement subcategories (Bartu Özen)
85+
- WEBUI: Set "SameSite=None" if CSRF Protection is disabled (七海千秋)
86+
- WEBUI: Show only hosts in tracker filter list (ttys3)
87+
- WEBUI: Set Connection status and Speed limits tooltips (Raymond Ha)
88+
- WEBUI: set Cross Origin Opener Policy to `same-origin` (Chocobo1)
89+
- WEBUI: Fix response for HTTP HEAD method (Chocobo1)
90+
- WEBUI: Preserve the network interfaces when connection is down (Fabricio Silva)
91+
- WEBUI: Add "Add Tags" field for RSS rules (Matic Babnik)
92+
- WEBUI: Fix missing error icon (Trim21)
93+
- RSS: Add "Rename rule" button to RSS Downloader (BallsOfSpaghetti)
94+
- RSS: Allow to edit RSS feed URL (glassez)
95+
- RSS: Allow to assign priority to RSS download rule (glassez)
96+
- SEARCH: Use python isolate mode (Chocobo1)
97+
- SEARCH: Bump python version minimum requirement to 3.7.0 (Chocobo1)
98+
- OTHER: Enable DBUS cmake option on FreeBSD (yuri@FreeBSD)
99+
- OTHER: Numerous code improvements and refactorings (glassez, Chocobo1)
100+
101+
Tue Aug 29 2023 - sledgehammer999 <[email protected]> - v4.5.5
102+
- BUGFIX: Fix transfer list tab hotkey (thalieht)
103+
- BUGFIX: Don't forget to enable the Apply button in the Options dialog (glassez)
104+
- BUGFIX: Immediately update torrent status on moving files (glassez)
105+
- BUGFIX: Improve performance when scrolling the file list of large torrents (gdim47)
106+
- BUGFIX: Don't operate on random torrents when multiple are selected and a sort/filter is applied (glassez)
107+
- RSS: Fix overwriting feeds.json with an incomplete load of it (Omar Abdul Azeez)
108+
- WINDOWS: Software update check logic is disabled for < Win10 (sledgehammer999)
109+
- WINDOWS: NSIS: Update Turkish and French translations (Burak Yavuz, MarcDrieu)
110+
- WINDOWS: NSIS: Add Romanian translation (rusu-afanasie)
111+
112+
Sun Jun 18 2023 - sledgehammer999 <[email protected]> - v4.5.4
113+
- BUGFIX: Allow to disable confirmation of Pause/Resume All (glassez)
114+
- BUGFIX: Sync flag icons with upstream (Priit Uring)
115+
- WEBUI: Fix category save path (Raymond Ha)
116+
117+
Sun May 28 2023 - sledgehammer999 <[email protected]> - v4.5.3
118+
- BUGFIX: Correctly check if database needs to be updated (glassez)
119+
- BUGFIX: Prevent incorrect log message about torrent content deletion (glassez)
120+
- BUGFIX: Improve finished torrent handling (glassez)
121+
- BUGFIX: Correctly initialize group box children as disabled in Preferences (thalieht)
122+
- BUGFIX: Don't miss saving "download path" in SQLite storage (glassez)
123+
- BUGFIX: Improve logging of running external program (glassez)
124+
- WEBUI: Disable UPnP for web UI by default (glassez)
125+
- WEBUI: Use workaround for IOS file picker (DivineHawk)
126+
- WEBUI: Work around Chrome download limit (Chocobo1)
127+
- WEBUI: Improve 'exporting torrent' behavior (Chocobo1)
128+
- WINDOWS: NSIS: Add Slovak translation (Christian Danížek)
129+
130+
Tue Feb 28 2023 - sledgehammer999 <[email protected]> - v4.5.2
131+
- BUGFIX: Don't unexpectedly activate queued torrents when prefetching metadata for added magnets (glassez)
132+
- BUGFIX: Update the cached torrent state once recheck is started (glassez)
133+
- BUGFIX: Be more likely to allow the system to use power saving modes (glassez)
134+
- WEBUI: Migrate away from unsafe function (Chocobo1)
135+
- WEBUI: Blacklist bad ciphers for TLS in the server (sledgehammer999)
136+
- WEBUI: Allow only TLS 1.2+ in the server (sledgehammer999)
137+
- WEBUI: Allow to set read-only directory as torrent location (glassez)
138+
- WEBUI: Reject requests that contain backslash in path (glassez)
139+
- RSS: Prevent RSS folder from being moved into itself (glassez)
140+
- WINDOWS: NSIS: Update Turkish, Uzbek translation (Burak Yavuz, shitcod3r)
141+
142+
Sun Feb 12 2023 - sledgehammer999 <[email protected]> - v4.5.1
143+
- FEATURE: Re-allow to use icons from system theme (glassez)
144+
- BUGFIX: Fix Speed limit icon size (Nowshed H. Imran)
145+
- BUGFIX: Revise and fix some text colors (Chocobo1, Nowshed H. Imran)
146+
- BUGFIX: Correctly load folder based UI theme (glassez)
147+
- BUGFIX: Fix crash due to invalid encoding of tracker URLs (glassez)
148+
- BUGFIX: Don't drop !qB extension when renaming incomplete file (glassez)
149+
- BUGFIX: Correctly count the number of torrents in subcategories (glassez)
150+
- BUGFIX: Use "additional trackers" when metadata retrieving (glassez)
151+
- BUGFIX: Apply correct tab order to Category options dialog (glassez)
152+
- BUGFIX: Add all torrents passed via the command line (glassez)
153+
- BUGFIX: Fix startup performance on Qt5 (glassez)
154+
- BUGFIX: Automatic move will now overwrite existing files (aka previous behavior) (glassez)
155+
- BUGFIX: Some fixes for loading Chinese locales (sledgehammer999)
156+
- BUGFIX: New Pause icon color for toolbar/menu (Nowshed H. Imran, sledgehammer999)
157+
- BUGFIX: Adjust env variable for PDB discovery (sledgehammer999)
158+
- WEBUI: Fix missing "queued" icon (thalieht)
159+
- WEBUI: Return paths using platform-independent separator format (glassez)
160+
- WEBUI: Change order of accepted types of file input (Jason Carr)
161+
- WEBUI: Add missing icons (brvphoenix)
162+
- WEBUI: Add "Resume data storage type" option (thalieht)
163+
- WEBUI: Make rename file dialog resizable (Torsten Schwarz)
164+
- WEBUI: Prevent incorrect line breaking (David Xuang)
165+
- WEBUI: Improve hotkeys (Fidel Selva)
166+
- WEBUI: Remove suggestions while searching for torrents (Midhun V Nadh)
167+
- WEBUI: Expose "IS PRIVATE" flag (sotiris-bos)
168+
- WEBUI: Return name/hash/infohash_v1/infohash_v2 torrent properties (qbittorrentfan)
169+
- WINDOWS: Correctly detect drive letter in path (glassez)
170+
- WINDOWS: NSIS: Update Swedish, Lithuanian translations (Jonatan, Deividas)
171+
- LINUX: Fix tray icon issues (glassez)
172+
173+
Sat Nov 26 2022 - sledgehammer999 <[email protected]> - v4.5.0
2174
- FEATURE: Add `Auto resize columns` functionality (Chocobo1)
3175
- FEATURE: Allow to use Category paths in `Manual` mode (glassez)
4176
- FEATURE: Allow to disable Automatic mode when default "temp" path changed (glassez)
@@ -80,6 +252,70 @@ Unreleased - sledgehammer999 <[email protected]> - v4.5.0
80252
- MACOS: Fix wrong background color in properties widget (NotTsunami)
81253
- OTHER: Binary distributions of qbittorrent are GPLv3+ licensed (sledgehammer999)
82254

255+
Tue Aug 30 2022 - sledgehammer999 <[email protected]> - v4.4.5
256+
- BUGFIX: Fix missing trackers when adding magnet link. Affects libtorrent 2.0.x builds. (glassez)
257+
258+
Mon Aug 22 2022 - sledgehammer999 <[email protected]> - v4.4.4
259+
- BUGFIX: Correctly handle data decompression with Qt 6.3 (brvphoenix)
260+
- BUGFIX: Fix wrong file names displayed in tooltip (Chocobo1)
261+
- BUGFIX: Fix incorrect "max outgoing port" setting (glassez)
262+
- BUGFIX: Make working set limit available only on libtorrent 2.0.x builds (summer)
263+
- BUGFIX: Try to recover missing tags (summer)
264+
- RSS: Clear RSS parsing error after use (glassez)
265+
- WEBAPI: Set HTTP method restriction on WebAPI actions (Chocobo1)
266+
- WINDOWS: Work around application stuttering on Windows (Chocobo1)
267+
- WINDOWS: NSIS: Update Portuguese, Italian, Korean, Latvian translations(Blackspirits, bovirus, Minseo Lee, Coool)
268+
- LINUX: Improve D-Bus notifications handling (glassez)
269+
- MACOS: Open destination folders on macOS in separate thread (Nick Korotysh)
270+
271+
Tue May 24 2022 - sledgehammer999 <[email protected]> - v4.4.3.1
272+
- BUGFIX: Fix broken translations (sledgehammer999)
273+
274+
Sun May 22 2022 - sledgehammer999 <[email protected]> - v4.4.3
275+
- BUGFIX: Correctly handle changing of temp save path (glassez)
276+
- BUGFIX: Fix storage in SQLite (glassez)
277+
- BUGFIX: Correctly apply content layout when "Skip hash check" is enabled (glassez)
278+
- BUGFIX: Don't corrupt IDs of v2 torrents (glassez)
279+
- BUGFIX: Reduce the number of hashing threads by default (improves hashing speed on HDDs) (summer)
280+
- BUGFIX: Prevent the "update dialog" from blocking input on other windows (summer)
281+
- BUGFIX: Add trackers in exported .torrent files (glassez)
282+
- BUGFIX: Fix wrong GUI behavior in "Optional IP address to bind to" setting (Chocobo1)
283+
- WEBUI: Fix WebUI crash due to missing tags from config (An0n)
284+
- WEBUI: Show correct location path (Chocobo1)
285+
- MACOS: Fix main window freezing after opening a files dialog (glassez)
286+
287+
Tue Mar 22 2022 - sledgehammer999 <[email protected]> - v4.4.2
288+
- FEATURE: Allow to limit max memory working set size (glassez)
289+
- BUGFIX: Fix UI crash when torrent is in a non-existent category (Kevin Cox)
290+
- BUGFIX: Correctly handle changing of global save paths (glassez)
291+
- BUGFIX: Disable performance alert (Chocobo1)
292+
- BUGFIX: Prevent loading resume data with inconsistent ID (glassez)
293+
- BUGFIX: Properly handle metadata download for an existing torrent (glassez)
294+
- BUGFIX: Prevent crash when open torrent destination folder (glassez)
295+
- WINDOWS: NSIS: Update Spanish, Spanish International and French translations(Juanjo Jiménez, RqndomHax)
296+
297+
Tue Feb 15 2022 - sledgehammer999 <[email protected]> - v4.4.1
298+
- FEATURE: Restore all torrent settings to the torrent's main context menu (thalieht)
299+
- FEATURE: Add confirmation for enabling Auto TMM from context menu (thalieht)
300+
- FEATURE: Add tooltip to Automatic Torrent Management context menu action (thalieht)
301+
- FEATURE: Add Select All/None buttons in new torrent dialog (thalieht)
302+
- BUGFIX: Keep "torrent info" alive while generate .torrent file (glassez)
303+
- BUGFIX: Correctly handle Auto TMM in Torrent Files Watcher (glassez)
304+
- BUGFIX: Correctly track the root folder name change (glassez)
305+
- BUGFIX: Various fixes to the moving torrent code (glassez)
306+
- BUGFIX: Update the torrent's download path field when changing category (thalieht)
307+
- BUGFIX: Correctly handle received metadata (glassez)
308+
- BUGFIX: Store hybrid torrents using legacy filenames (glassez)
309+
- BUGFIX: Open correct directory when clicked on Browse button (glassez)
310+
- BUGFIX: Fix crash when shutting down and clicing on system tray icon (Chocobo1)
311+
- BUGFIX: Fix "Free space on disk" in new torrent dialog (thalieht)
312+
- BUGFIX: Optimize completed files handling (Prince Gupta)
313+
- BUGFIX: Migrate proxy settings (sledgehammer999)
314+
- BUGFIX: Try to recover missing categories (glassez)
315+
- WEBUI: WebAPI: fix wrong key used for categories (Chocobo1)
316+
- WEBUI: Remove hack for outdated IE 6 browser (Chocobo1)
317+
- RSS: Correctly handle XML parsing errors (glassez)
318+
83319
Thu Jan 06 2022 - sledgehammer999 <[email protected]> - v4.4.0
84320
- FEATURE: Support for v2 torrents along with libtorrent 2.0.x support (glassez, Chocobo1)
85321
- FEATURE: Support for Qt6 (glassez)

0 commit comments

Comments
 (0)