Skip to content

Commit 310cccc

Browse files
committed
Update NEWS and version
1 parent 3c52ada commit 310cccc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
* Version 4.1.4 (unreleased)
1+
* Version 4.1.4 (released 2017-08-17)
22
** Double-click on system tray icon now shows the credentials. Not supported on macOS.
33
** Windows: An issue with the video drivers on some machines have been resolved.
4+
** The About dialog now closes when the ESC key is pressed.
5+
** UI: The credential codes should now follow any font scaling done by the operating system.
6+
** UI: Codes now have a space in them for better readability.
47

58
* Version 4.1.3 (released 2017-08-03)
69
** Feature: Double-click to generate a code and copy it to the clipboard.

yubioath-desktop.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SOURCES += main.cpp \
66

77
# This is the verson number for the application,
88
# will be in info.plist file, about page etc.
9-
VERSION = 4.1.3
9+
VERSION = 4.1.4
1010
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1111

1212
buildqrc.commands = python build_qrc.py ${QMAKE_FILE_IN}

0 commit comments

Comments
 (0)