mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Bump to 4.0.1
This commit is contained in:
parent
a15e3407b0
commit
fb20f59a96
4 changed files with 14 additions and 3 deletions
11
Changelog
11
Changelog
|
@ -1,3 +1,14 @@
|
||||||
|
* Wed Nov 22 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.0.1
|
||||||
|
- BUGFIX: Fix crash on opening torrent/magnet (uninitialized pointer). Closes #7739 #7723. (sledgehammer999)
|
||||||
|
- BUGFIX: Enable preferences Apply button when ip banlist is modified (Thomas Piccirello)
|
||||||
|
- BUGFIX: Allow drag-n-drop magnet links to mainwindow. Closes #7742. (Chocobo1)
|
||||||
|
- BUGFIX: Fix crash when aborting a torrent creation process. Closes #7783. (Chocobo1)
|
||||||
|
- BUGFIX: Correctly check if torrent passed during application start already exists. (sledgehammer999)
|
||||||
|
- WEBUI: Add ip subnet whitelist for bypassing webui auth (Thomas Piccirello)
|
||||||
|
- WEBUI: Fix logo missing in login page (Chocobo1)
|
||||||
|
- COSMETIC: Fix english typo. (sledgehammer999)
|
||||||
|
- OTHER: cmake: qtsingleapplication should always be built statically (luigino)
|
||||||
|
|
||||||
* Mon Nov 20 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.0.0
|
* Mon Nov 20 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.0.0
|
||||||
- FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif Afzal, sledgehammer999)
|
- FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif Afzal, sledgehammer999)
|
||||||
- FEATURE: New icon theme with SVG source, so we can scale it appropriately in the future. (Bert Verhelst)
|
- FEATURE: New icon theme with SVG source, so we can scale it appropriately in the future. (Bert Verhelst)
|
||||||
|
|
2
dist/mac/Info.plist
vendored
2
dist/mac/Info.plist
vendored
|
@ -45,7 +45,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>4.0.0</string>
|
<string>4.0.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>qBit</string>
|
<string>qBit</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
|
2
dist/windows/options.nsi
vendored
2
dist/windows/options.nsi
vendored
|
@ -27,7 +27,7 @@ XPStyle on
|
||||||
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
|
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
|
||||||
|
|
||||||
; Program specific
|
; Program specific
|
||||||
!define PROG_VERSION "4.0.0"
|
!define PROG_VERSION "4.0.1"
|
||||||
|
|
||||||
!define MUI_FINISHPAGE_RUN
|
!define MUI_FINISHPAGE_RUN
|
||||||
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
|
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
|
||||||
|
|
|
@ -4,7 +4,7 @@ PROJECT_NAME = qbittorrent
|
||||||
# Define version numbers here
|
# Define version numbers here
|
||||||
VER_MAJOR = 4
|
VER_MAJOR = 4
|
||||||
VER_MINOR = 0
|
VER_MINOR = 0
|
||||||
VER_BUGFIX = 0
|
VER_BUGFIX = 1
|
||||||
VER_BUILD = 0
|
VER_BUILD = 0
|
||||||
VER_STATUS = # Should be empty for stable releases!
|
VER_STATUS = # Should be empty for stable releases!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue