Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Oct 24, 2016
1 parent 5d60037 commit dd388cd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 2.0.1
* released 24 October 2016
* update default user-agent strings
* add short command line variant for all options
* show navigation bar when adding new tab in fullscreen
* supermenu button is no longer hidden in fullscreen
* fix overwriting speed dial title when loading fails
* fix positions of speed dials in rtl
* fix context menu actions when site specifies base href
* fix issue with tabbar sometimes being invisible when leaving fullscreen
* Windows: fix background radient in browsing library

Version 2.0.1
* released 8 June 2016
* don't force enabling HighDPI scaling by default
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.0.1. You can download precompiled packages
The current stable version of QupZilla is 2.0.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:
Expand Down
2 changes: 1 addition & 1 deletion haiku/QupZilla.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource app_flags B_SINGLE_LAUNCH;
resource app_version {
major = 2,
middle = 0,
minor = 1,
minor = 2,

/* Application "variety" can be set to one of the following:
* B_APPV_DEVELOPMENT,
Expand Down
2 changes: 1 addition & 1 deletion src/defines.pri
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UI_DIR = $$PWD/../build
# workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196
mocinclude.CONFIG *= fix_target

QZ_VERSION = 2.0.1
QZ_VERSION = 2.0.2
unix: VERSION = $$QZ_VERSION
DEFINES *= QUPZILLA_VERSION=\\\"""$$QZ_VERSION"\\\""

Expand Down
4 changes: 2 additions & 2 deletions src/main/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
Expand Down
8 changes: 4 additions & 4 deletions src/main/appicon.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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,0,0,1
PRODUCTVERSION 2,0,0,1
FILEVERSION 2,0,0,2
PRODUCTVERSION 2,0,0,2
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
Expand All @@ -18,12 +18,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "QupZilla Team"
VALUE "FileDescription", "QupZilla Web Browser"
VALUE "FileVersion", "2.0.1"
VALUE "FileVersion", "2.0.2"
VALUE "LegalCopyright", "Copyright (C) 2010-2014 David Rosca"
VALUE "InternalName", "qupzilla"
VALUE "OriginalFilename", "qupzilla.exe"
VALUE "ProductName", "QupZilla"
VALUE "ProductVersion", "2.0.1"
VALUE "ProductVersion", "2.0.2"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RequestExecutionLevel admin
SetCompressor /SOLID /FINAL lzma

!define PRODUCT_NAME "QupZilla"
!define /date PRODUCT_VERSION "2.0.1"
!define /date PRODUCT_VERSION "2.0.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"
Expand Down

4 comments on commit dd388cd

@Martii
Copy link
Contributor

@Martii Martii commented on dd388cd Oct 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nowrep
Fooza... GH won't let me upload bigger than 10MB now even under OS X. Do you have a preferred drop point?

@nowrep
Copy link
Member Author

@nowrep nowrep commented on dd388cd Oct 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't really matter, your personal cloud for example. Send me link to my email ([email protected]), thanks.

@Martii
Copy link
Contributor

@Martii Martii commented on dd388cd Oct 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll just use usocheckup's domain... think that's still active on dune.

@Martii
Copy link
Contributor

@Martii Martii commented on dd388cd Oct 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nowrep
Done and emailed. :)

Please sign in to comment.