diff --git a/CHANGELOG b/CHANGELOG index 0b44c247f..77f1bb0db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Version 2.1.1 + * released 13 February 2017 + * updated translations + * fix loading previews in SpeedDial + * fix showing duplicated languages in spellcheck settings + * fix sometimes pages being scrolled by itself when using native scrollbars + * fix disabling GreaseMonkey scripts + * Windows: fix highlight text color in item views + Version 2.1.0 * released 4 February 2017 * bring back spellcheck diff --git a/README.md b/README.md index 9d0794d74..910caa28f 100644 --- a/README.md +++ b/README.md @@ -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.0. You can download precompiled packages +The current stable version of QupZilla is 2.1.1. 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: diff --git a/src/main/Info.plist b/src/main/Info.plist index 34f7704b4..98e1b5297 100644 --- a/src/main/Info.plist +++ b/src/main/Info.plist @@ -7,9 +7,9 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.1.0 + 2.1.1 CFBundleVersion - 2.1.0 + 2.1.1 CFBundleSignature @TYPEINFO@ CFBundleExecutable diff --git a/src/main/appicon.rc b/src/main/appicon.rc index 7f9b10910..0f558e3e1 100644 --- a/src/main/appicon.rc +++ b/src/main/appicon.rc @@ -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,0,0 - PRODUCTVERSION 2,1,0,0 + FILEVERSION 2,1,1,0 + PRODUCTVERSION 2,1,1,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.0" + VALUE "FileVersion", "2.1.1" VALUE "LegalCopyright", "Copyright (C) 2010-2017 David Rosca" VALUE "InternalName", "qupzilla" VALUE "OriginalFilename", "qupzilla.exe" VALUE "ProductName", "QupZilla" - VALUE "ProductVersion", "2.1.0" + VALUE "ProductVersion", "2.1.1" END END BLOCK "VarFileInfo" diff --git a/windows/installer.nsi b/windows/installer.nsi index 63dc036bd..b3fa7bf39 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -24,7 +24,7 @@ RequestExecutionLevel admin SetCompressor /SOLID /FINAL lzma !define PRODUCT_NAME "QupZilla" -!define /date PRODUCT_VERSION "2.1.0" +!define /date PRODUCT_VERSION "2.1.1" !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"