Skip to content

Commit 2e13158

Browse files
committed
Update NEWS and versions
1 parent e2a32b6 commit 2e13158

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
* Version 5.0.4 (unreleased)
1+
* Version 5.0.4 (released 2020-05-14)
22
** New app icons on all platforms
33
** Adjust the behaviour of the search bar, do not search accounts without having focus
44
** Bugfix: Fix keyboard shortcut to copy account code
55
** Bugfix: Show firmware version for YubiKey NEO correctly
66
** Windows: Show correct version number in .msi installers
77
** macOS: Fix issue with window positioning
8+
** macOS: Fix occacional crashes on startup
89
** Linux: Fix the app icon and desktop entry for the Snap package.
910

1011
* Version 5.0.3 (released 2020-04-14)

resources/com.yubico.yubioath.appdata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
</screenshots>
3737

3838
<releases>
39+
<release version="5.0.4" date="2020-05-14">
40+
</release>
3941
<release version="5.0.4-beta1" type="development" date="2020-05-11">
4042
</release>
4143
<release version="5.0.3" date="2020-04-14">

yubioath-desktop.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ win32|win64 {
1515
VERSION = 5.0.4
1616
}
1717
# This is the version shown on the About page
18-
DEFINES += APP_VERSION=\\\"5.0.4-beta1\\\"
18+
DEFINES += APP_VERSION=\\\"5.0.4\\\"
1919

2020
message(Version of this build: $$VERSION)
2121

0 commit comments

Comments
 (0)