Skip to content

Commit

Permalink
yubioath-desktop 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dagheyman committed Apr 10, 2017
1 parent 9531c3b commit ca79a6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Version 4.1.0 (released 2017-04-10)
** Added a optional system tray shortcut.
** Sort credentials based on name.
** Improved scrolling, keep scroll position when credentials are reloaded.
** Bugfix: new passwords was always being cleared.
** Removed custom coloring of progress bar, use system theming.

* Version 4.0.1 (released 2017-03-27)
** Bugfix: Follow color schemes better.
** Removed some spacing thath caused the layout to be slightly off.
Expand Down
2 changes: 1 addition & 1 deletion yubioath-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SOURCES += main.cpp

# This is the verson number for the application,
# will be in info.plist file, about page etc.
VERSION = 4.0.1
VERSION = 4.1.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

buildqrc.commands = python build_qrc.py ${QMAKE_FILE_IN}
Expand Down

0 comments on commit ca79a6c

Please sign in to comment.