This commit is contained in:
Adam Velebil 2022-11-15 11:45:32 +01:00
commit f588ec593a
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
2 changed files with 25 additions and 7 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
* Version 6.0.0 (unreleased)
* Version 6.0.0 (released 2022-11-15)
** Complete redesign of the UI using Flutter.
** Add support for Android.
** Add native ARM support for MacOS.

View File

@ -35,13 +35,31 @@ Visit https://yubico.com to learn more.
NOTE: Yubico Authenticator 6 uses a new codebase built using the Flutter
framework. The previous Qt codebase can be found in the `legacy` branch.
=== System Requirements
The following operating systems are supported. The application may still run on other platforms.
=== Supported platforms
* Windows 8.1 or later
* macOS High Sierra 10.13 or later
* Ubuntu 18.04 LTS or later
* Android 5.0 Lollipop or later
*Supported* - these are platforms we build and test on and commit to supporting.
*Best-effort* - the app is expected to work, but development is supported through community testing and full functionality cannot be guaranteed.
|===
||Supported|Best-effort
|Windows
|Windows 10 & above, 64-bit
|Windows 8.1, 64-bit
|macOS
|macOS 11 (Big Sur) & above
|macOS 10.15 (Catalina)
|Linux
|Ubuntu 22.04 & above
|Ubuntu 18.04 (or equivalent)
|Android
|Android 11 & above
|Android 5 (Lollipop)
|===
On Linux systems, make sure the `pcscd` service is installed and running.