mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
update NEWS and VERSION
This commit is contained in:
parent
fa0464f26d
commit
2e5c443c46
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
* Version 5.0.4 (unreleased)
|
||||
** New app icons on all platforms
|
||||
** Adjust the behaviour of the search bar, do not search accounts without having focus
|
||||
** Bugfix: Fix keyboard shortcut to copy account code
|
||||
** Bugfix: Show firmware version for YubiKey NEO correctly
|
||||
** Windows: Show correct version number in .msi installers
|
||||
** macOS: Fix issue with window positioning
|
||||
** Linux: Fix the app icon and desktop entry for the Snap package.
|
||||
|
||||
* Version 5.0.3 (released 2020-04-14)
|
||||
** macOS: Make the app available in the macOS App Store
|
||||
** Windows: Make the app available in the Microsoft Store (for Windows 10 20.04 and higher)
|
||||
|
@ -19,7 +19,7 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>Yubico Authenticator</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2</string>
|
||||
<string>1</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>@FULL_VERSION@</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||
<?define ProductVersion="5.0.3" ?>
|
||||
<?define ProductVersion="5.0.4" ?>
|
||||
<?define ProductName="Yubico Authenticator" ?>
|
||||
|
||||
<Product Id="*" UpgradeCode="fcbafc57-6409-47b8-b861-20bda48cd4f6" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||
<?define ProductVersion="5.0.3" ?>
|
||||
<?define ProductVersion="5.0.4" ?>
|
||||
<?define ProductName="Yubico Authenticator" ?>
|
||||
|
||||
<Product Id="*" UpgradeCode="fcbafc57-6409-47b8-b861-20bda48cd4f6" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">
|
||||
|
@ -6,16 +6,16 @@ HEADERS += screenshot.h
|
||||
|
||||
# This is the internal verson number, Windows requires 4 digits.
|
||||
win32|win64 {
|
||||
VERSION = 5.0.3.0
|
||||
VERSION = 5.0.4.0
|
||||
QMAKE_TARGET_COMPANY = Yubico
|
||||
QMAKE_TARGET_PRODUCT = Yubico Authenticator
|
||||
QMAKE_TARGET_DESCRIPTION = Yubico Authenticator
|
||||
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2020 Yubico AB
|
||||
} else {
|
||||
VERSION = 5.0.3
|
||||
VERSION = 5.0.4
|
||||
}
|
||||
# This is the version shown on the About page
|
||||
DEFINES += APP_VERSION=\\\"5.0.3\\\"
|
||||
DEFINES += APP_VERSION=\\\"5.0.4-beta1\\\"
|
||||
|
||||
message(Version of this build: $$VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user