1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Merge branch 'v2.1'

This commit is contained in:
David Rosca 2017-03-15 19:27:30 +01:00
commit 26340c8284
6 changed files with 19 additions and 9 deletions

View File

@ -1,3 +1,13 @@
Version 2.1.2
* released 15 March 2017
* updated translations
* disable native scrollbars by default due to performance issues
* fix middle click on links sometimes not opening new tab
* fix scrolling to anchors when opening tab in background
* fix possible crash in AdBlock when editing subscribptions
* fix clicking on go icon in locationbar
* fix possible crash with native scrollbars
Version 2.1.1
* released 13 February 2017
* updated translations

View File

@ -62,7 +62,7 @@ You need to specify path to `macdeployqt` only if it is not in PATH.
Current version
----------------------------------------------------------------------------------------
The current stable version of QupZilla is 2.1.1. You can download precompiled packages
The current stable version of QupZilla is 2.1.2. You can download precompiled packages
and the sources from the download section at [homepage](http://www.qupzilla.com/download).
However, if you want the latest revision, just take the latest code snapshot either by
downloading a tarball or running:

View File

@ -2,7 +2,7 @@ resource app_signature "application/x-vnd.QupZilla";
resource app_flags B_SINGLE_LAUNCH;
resource app_version {
major = 2,
middle = 0,
middle = 1,
minor = 2,
/* Application "variety" can be set to one of the following:

View File

@ -7,9 +7,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleVersion</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>

View File

@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "..\lib\data\icons\exeicons\qupzilla.ico"
IDI_ICON2 ICON DISCARDABLE "..\lib\data\icons\exeicons\page.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,1,0
PRODUCTVERSION 2,1,1,0
FILEVERSION 2,1,2,0
PRODUCTVERSION 2,1,2,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
@ -18,12 +18,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "QupZilla Team"
VALUE "FileDescription", "QupZilla Web Browser"
VALUE "FileVersion", "2.1.1"
VALUE "FileVersion", "2.1.2"
VALUE "LegalCopyright", "Copyright (C) 2010-2017 David Rosca"
VALUE "InternalName", "qupzilla"
VALUE "OriginalFilename", "qupzilla.exe"
VALUE "ProductName", "QupZilla"
VALUE "ProductVersion", "2.1.1"
VALUE "ProductVersion", "2.1.2"
END
END
BLOCK "VarFileInfo"

View File

@ -24,7 +24,7 @@ RequestExecutionLevel admin
SetCompressor /SOLID /FINAL lzma
!define PRODUCT_NAME "QupZilla"
!define /date PRODUCT_VERSION "2.1.1"
!define /date PRODUCT_VERSION "2.1.2"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\qupzilla.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"