This commit is contained in:
Dain Nilsson 2023-09-04 16:57:47 +02:00
commit 2e244fc1c2
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
7 changed files with 25 additions and 17 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
* Version 6.3.0 (released 2023-09-04)
** Add support for importing accounts through QR codes from Google Authenticator.
** Add community translations for French, Japanese, German and Polish languages.
** Improve user interface with new Material UI widgets.
** Bug fixes and improvements based on user feedback.
** Desktop: Add support for PIV.
** Android: Update Android 14 compatibility.
* Version 6.2.0 (released 2023-04-19)
** Add support for custom account icons.
** Desktop: Add systray icon for quick access to pinned accounts.

View File

@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(6, 3, 0, 0),
prodvers=(6, 3, 0, 0),
filevers=(6, 3, 1, 0),
prodvers=(6, 3, 1, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
@ -31,11 +31,11 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
StringStruct('FileVersion', '6.3.0-dev.0'),
StringStruct('FileVersion', '6.3.1-dev.0'),
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '6.3.0-dev.0')])
StringStruct('ProductVersion', '6.3.1-dev.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]

View File

@ -1,5 +1,5 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
// This file is generated by running ./set-version.py <version> <build>
const String version = '6.3.0-dev.0';
const int build = 60300;
const String version = '6.3.1-dev.0';
const int build = 60301;

View File

@ -21,10 +21,10 @@ packages:
dependency: "direct main"
description:
name: archive
sha256: "0c8368c9b3f0abbc193b9d6133649a614204b528982bebc7026372d61677ce3a"
sha256: "49b1fad315e57ab0bbc15bcbb874e83116a1d78f77ebd500a4af6c9407d6b28e"
url: "https://pub.dev"
source: hosted
version: "3.3.7"
version: "3.3.8"
args:
dependency: transitive
description:
@ -276,10 +276,10 @@ packages:
dependency: "direct main"
description:
name: flutter_riverpod
sha256: "4615271bb6c1302d41cf4daff689d39a87045137986eb71de154e6f99ff18139"
sha256: b04d4e9435a563673746ccb328d22018c6c9496bb547e11dd56c1b0cc9829fe5
url: "https://pub.dev"
source: hosted
version: "2.3.9"
version: "2.3.10"
flutter_test:
dependency: "direct dev"
description: flutter
@ -607,10 +607,10 @@ packages:
dependency: transitive
description:
name: riverpod
sha256: "52b2937f5b9552987f35419f1deef22474d7fc609aea2f4c5b6c11b4449a287c"
sha256: "6c0a2c30c04206ac05494bcccd8148b76866e1a9248a5a8c84ca7b16fbcb3f6a"
url: "https://pub.dev"
source: hosted
version: "2.3.9"
version: "2.3.10"
screen_retriever:
dependency: "direct main"
description:

View File

@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# This field is updated by running ./set-version.py <version>
# DO NOT MANUALLY EDIT THIS!
version: 6.3.0-dev.0+60300
version: 6.3.1-dev.0+60301
environment:
sdk: '>=3.0.0 <4.0.0'
@ -45,7 +45,7 @@ dependencies:
logging: ^1.2.0
collection: ^1.16.0
shared_preferences: ^2.1.2
flutter_riverpod: ^2.3.7
flutter_riverpod: ^2.3.10
json_annotation: ^4.8.1
freezed_annotation: ^2.2.0
window_manager: ^0.3.2
@ -59,7 +59,7 @@ dependencies:
vector_graphics_compiler: ^1.1.7
path: ^1.8.2
file_picker: ^5.3.2
archive: ^3.3.2
archive: ^3.3.8
crypto: ^3.0.2
tray_manager: ^0.2.0
local_notifier: ^0.1.5

View File

@ -1,4 +1,4 @@
$version="6.3.0-dev.0"
$version="6.3.1-dev.0"
echo "Clean-up of old files"
rm *.msi

View File

@ -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="6.3.0" ?>
<?define ProductVersion="6.3.1" ?>
<?define ProductName="Yubico Authenticator" ?>
<Product Id="*" UpgradeCode="fcbafc57-aaaa-47b8-b861-20bda48cd4f6" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">