diff --git a/NEWS b/NEWS index 7112d6ed..4e331663 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/helper/version_info.txt b/helper/version_info.txt index 725640d4..c92cb8ea 100755 --- a/helper/version_info.txt +++ b/helper/version_info.txt @@ -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])]) ] diff --git a/lib/version.dart b/lib/version.dart index abb74145..707958ee 100755 --- a/lib/version.dart +++ b/lib/version.dart @@ -1,5 +1,5 @@ // GENERATED CODE - DO NOT MODIFY BY HAND // This file is generated by running ./set-version.py -const String version = '6.3.0-dev.0'; -const int build = 60300; +const String version = '6.3.1-dev.0'; +const int build = 60301; diff --git a/pubspec.lock b/pubspec.lock index 7a301c29..63df709d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 097edcd3..7229fc8a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 # 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 diff --git a/resources/win/release-win.ps1 b/resources/win/release-win.ps1 index db18c7ff..4544d5d3 100644 --- a/resources/win/release-win.ps1 +++ b/resources/win/release-win.ps1 @@ -1,4 +1,4 @@ -$version="6.3.0-dev.0" +$version="6.3.1-dev.0" echo "Clean-up of old files" rm *.msi diff --git a/resources/win/yubioath-desktop.wxs b/resources/win/yubioath-desktop.wxs index 55ad622c..0f86aa15 100644 --- a/resources/win/yubioath-desktop.wxs +++ b/resources/win/yubioath-desktop.wxs @@ -1,7 +1,7 @@ - +