Skip to content

Commit

Permalink
Update NEWS and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dagheyman committed Jan 29, 2020
1 parent 9ad2562 commit 384f4b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
* Version 1.1.4 (unreleased)
* Version 1.1.4 (released 2020-01-29)
** OTP: Add option to upload YubiOTP credential to YubiCloud
** Windows: Show better error message when failing to open a FIDO device
** macOS: Add hint about app permissions
** Linux: Show hint about pcscd service if opening device fails
** Windows: Show better error message when failing to open a FIDO device
** Windows: Improve how .dll files are loaded, thanks to Marius Gabriel Mihai for reporting this!
** Bugfix: Signal handling now compatible with Python 3.8

* Version 1.1.3 (released 2019-08-20)
Expand Down
3 changes: 1 addition & 2 deletions ykman-gui/ykman-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ win32|win64 {
VERSION = 1.1.4
}
# This is the version shown on the About page
DEFINES += APP_VERSION=\\\"1.1.4-RC1\\\"
DEFINES += APP_VERSION=\\\"1.1.4\\\"

message(Version of this build: $$VERSION)

Expand Down Expand Up @@ -53,7 +53,6 @@ RC_ICONS = ../resources/icons/ykman.ico
macx {
ICON = ../resources/icons/ykman.icns
QMAKE_INFO_PLIST = ../resources/mac/Info.plist.in
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 # Mavericks
QMAKE_POST_LINK += cp -rnf pymodules/lib/python3*/site-packages/ ykman-gui.app/Contents/MacOS/pymodules/
}

Expand Down

0 comments on commit 384f4b4

Please sign in to comment.