update NEWS for 5.0.1

This commit is contained in:
Dag Heyman 2019-10-16 09:21:14 +02:00
parent 4150d0679d
commit f3c9c2b526
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338
2 changed files with 13 additions and 3 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
* Version 5.0.1 (released 2019-10-16)
** New colors for the account icons.
** Use Roboto font on all platforms.
** Increase some text sizes for better readability.
** Change icon for the Settings button and move it to the left.
** SysTray: Open application on double-click.
** Terminology: Use "Accounts" instead of "Credentials".
** Bugfix: Clear old accounts correctly when switching between devices.
** Add keyboard shortcut (Ctrl/Cmd + i) for info popup.
* Version 5.0.0 (released 2019-09-23)
** New UI based on Material Design and Qt Quick Controls 2
** Add Dark Mode and Light Mode

View File

@ -6,12 +6,12 @@ HEADERS += screenshot.h
# This is the internal verson number, Windows requires 4 digits.
win32|win64 {
VERSION = 5.0.0.0
VERSION = 5.0.1.0
} else {
VERSION = 5.0.0
VERSION = 5.0.1
}
# This is the version shown on the About page
DEFINES += APP_VERSION=\\\"5.0.0\\\"
DEFINES += APP_VERSION=\\\"5.0.1\\\"
message(Version of this build: $$VERSION)