diff --git a/NEWS b/NEWS index 0c012fd9..9e96b990 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/yubioath-desktop.pro b/yubioath-desktop.pro index 38ae89c7..f1aff3e8 100644 --- a/yubioath-desktop.pro +++ b/yubioath-desktop.pro @@ -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)