diff --git a/Cargo.lock b/Cargo.lock index 0d1670e..3b73cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "authenticator" -version = "4.1.1" +version = "4.1.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5191797..d71a7ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "authenticator" -version = "4.1.1" +version = "4.1.2" [dependencies] adw = {package = "libadwaita", version = "0.1.0"} diff --git a/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in b/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in index 0a91fa0..dfcf4a2 100644 --- a/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in +++ b/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in @@ -47,6 +47,16 @@ https://liberapay.com/bielmoussaoui + + Bugfixes release +
    +
  • Fix a failure when importing from andOTP
  • +
  • Fix importing from Aegis if the database was encrypted with biometrics
  • +
  • Handle SVG favicons
  • +
  • Fix QR code scanning from a screenshot
  • +
  • Translations updates and other bugfixes
  • +
+
Bugfixes release
    diff --git a/meson.build b/meson.build index 5df2148..2d81399 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('authenticator', 'rust', - version: '4.1.1', + version: '4.1.2', meson_version: '>= 0.59', license: 'GPL-3.0-or-later' )