update NEWS and VERSION

This commit is contained in:
Dag Heyman 2020-01-29 09:19:49 +01:00
parent b5f97fd16b
commit 4df579e4bc
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338
2 changed files with 5 additions and 4 deletions

7
NEWS
View File

@ -1,9 +1,10 @@
* Version 5.0.2 (unreleased)
* Version 5.0.2 (released 2020-01-29)
** Allow spaces in secret key when adding accounts
** UI: Move favorite button to the credential card
** UI: Improved scrolling behaviour
** Windows: Improve how .DLL files are loaded, thanks to Marius Gabriel Mihai for reporting this!
** Windows: Experimental support for .MSI installers
** Windows: Improve how .dll files are loaded, thanks to Marius Gabriel Mihai for reporting this!
** Windows: Initial support for .msi installers. If upgrading from the .exe installer, make sure
to uninstall the older version before using the .msi
* Version 5.0.1 (released 2019-10-16)
** New colors for the account icons.

View File

@ -15,7 +15,7 @@ win32|win64 {
VERSION = 5.0.2
}
# This is the version shown on the About page
DEFINES += APP_VERSION=\\\"5.0.2-RC1\\\"
DEFINES += APP_VERSION=\\\"5.0.2\\\"
message(Version of this build: $$VERSION)