From 13210b3e9fac35c28c897e5671ff49391366cf4e Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 17 Dec 2017 23:31:59 +0200 Subject: [PATCH] Bump to 4.0.3 --- Changelog | 10 ++++++++++ dist/mac/Info.plist | 2 +- dist/windows/options.nsi | 2 +- version.pri | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index c9ef5ef3e..9cfbc159f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ +* Sun Dec 17 2017 - sledgehammer999 - v4.0.3 + - BUGFIX: Add height padding to the transfer list icons. Closes #7951. (sledgehammer999) + - BUGFIX: Allow to drag-n-drop URLs into mainwindow to initiate download. (Chocobo1) + - BUGFIX: Fix crash when fitlering search results. Stable sorting is removed. Closes #7952.(Chocobo1) + - WEBUI: Fix missing qbt logo on login page in webUI. Closes #7953. (Chocobo1) + - WEBUI: Add check to avoid type error after logout. (Chocobo1) + - WEBUI: Use POST for logout command. This is to avoid browser being smart to prefetch the link then logging out the user. (Chocobo1) + - WEBUI: Fix WebUI is not reachable via IPv6. (glassez) + - WINDOWS: Disable the "?" help button in all dialogs on Windows. Closes #7365. Requires Qt 5.10. (Chocobo1) + * Fri Dec 01 2017 - sledgehammer999 - v4.0.2 - BUGFIX: Fix crash on some systems when creating address object for 255.255.255.255. Closes #7735. (sledgehammer999) - PERFORMANCE: Change MixedModeAlgorithm default to TCP. This was the v3_3_x default and should sustain higher speeds. Closes #7779. (Chocobo1) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index ce1f15fb4..33b193e49 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.0.2 + 4.0.3 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index d71174bab..35e694f5f 100644 --- a/dist/windows/options.nsi +++ b/dist/windows/options.nsi @@ -27,7 +27,7 @@ XPStyle on !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path ; Program specific -!define PROG_VERSION "4.0.2" +!define PROG_VERSION "4.0.3" !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun diff --git a/version.pri b/version.pri index 0276fe4e1..f241e1536 100644 --- a/version.pri +++ b/version.pri @@ -4,7 +4,7 @@ PROJECT_NAME = qbittorrent # Define version numbers here VER_MAJOR = 4 VER_MINOR = 0 -VER_BUGFIX = 2 +VER_BUGFIX = 3 VER_BUILD = 0 VER_STATUS = # Should be empty for stable releases!