mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 09:56:23 +03:00
update NEWS
This commit is contained in:
parent
65240a8e89
commit
1302249f75
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
||||
* Version 4.2.0 (unreleased)
|
||||
** Added support for 7 digit credentials.
|
||||
** Added support for credentials with a non 30-second period.
|
||||
** Moved QR-scan out of new credential dialog, available directly from main view.
|
||||
** Win 7: Fixed issue with OpenGL rendering.
|
||||
|
||||
* Version 4.1.4 (released 2017-08-17)
|
||||
** Double-click on system tray icon now shows the credentials. Not supported on macOS.
|
||||
** Windows: An issue with the video drivers on some machines have been resolved.
|
||||
|
@ -6,7 +6,7 @@ SOURCES += main.cpp \
|
||||
|
||||
# This is the verson number for the application,
|
||||
# will be in info.plist file, about page etc.
|
||||
VERSION = 4.1.4
|
||||
VERSION = 4.2.0
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
buildqrc.commands = python build_qrc.py ${QMAKE_FILE_IN}
|
||||
|
Loading…
Reference in New Issue
Block a user