Skip to content

Commit f3c9c2b

Browse files
committed
update NEWS for 5.0.1
1 parent 4150d06 commit f3c9c2b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

NEWS

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

yubioath-desktop.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ HEADERS += screenshot.h
66

77
# This is the internal verson number, Windows requires 4 digits.
88
win32|win64 {
9-
VERSION = 5.0.0.0
9+
VERSION = 5.0.1.0
1010
} else {
11-
VERSION = 5.0.0
11+
VERSION = 5.0.1
1212
}
1313
# This is the version shown on the About page
14-
DEFINES += APP_VERSION=\\\"5.0.0\\\"
14+
DEFINES += APP_VERSION=\\\"5.0.1\\\"
1515

1616
message(Version of this build: $$VERSION)
1717

0 commit comments

Comments
 (0)