Skip to content

Commit

Permalink
Merge pull request #306 from Yubico/release/1.2.4
Browse files Browse the repository at this point in the history
Update NEWS, version and add new images
  • Loading branch information
fdennis committed Oct 26, 2021
2 parents e5468fe + f5f83ba commit bcb5c65
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Version 1.2.4 (released 2021-10-26)
** Update device names and images.
** PIV: Fix import of certificate.

* Version 1.2.3b (released 2021-08-23)
** Linux AppImage: Added option to run ykman CLI

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yubikey-manager==4.0.3
yubikey-manager==4.0.7
Binary file added ykman-gui/images/skycnfc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ykman-gui/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ykman-gui/images/ykbioa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ykman-gui/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ykman-gui/images/ykbioc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ykman-gui/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ykman-gui/qml/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var _images_for_name = {
'FIDO U2F Security Key': 'sky1',
'Security Key by Yubico': 'sky2',
'Security Key NFC': 'sky3',
'Security Key C NFC': 'skycnfc',
'YubiKey NEO': 'neo',
'YubiKey Standard': 'standard',
};
Expand Down
6 changes: 3 additions & 3 deletions ykman-gui/ykman-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ SOURCES += main.cpp

# This is the internal verson number, Windows requires 4 digits.
win32|win64 {
VERSION = 1.2.3.0
VERSION = 1.2.4.0
} else {
VERSION = 1.2.3
VERSION = 1.2.4
}
# This is the version shown on the About page
DEFINES += APP_VERSION=\\\"1.2.3\\\"
DEFINES += APP_VERSION=\\\"1.2.4\\\"

message(Version of this build: $$VERSION)

Expand Down

0 comments on commit bcb5c65

Please sign in to comment.