From f4a279c050b5af48de9aea9d9bdd25a3651bcc2a Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 19 Apr 2022 03:43:31 +0200 Subject: [PATCH] bump release to 4.1.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- ...moussaoui.Authenticator.metainfo.xml.in.in | 21 +++++++++++++++++-- meson.build | 2 +- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9c36e3..bf85251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "authenticator" -version = "0.1.0" +version = "4.1.0" dependencies = [ "aes-gcm", "anyhow", @@ -1796,9 +1796,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.123" +version = "0.2.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd" +checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index c7cbca4..d45aa56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "authenticator" -version = "0.1.0" +version = "4.1.0" [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 1050490..19f7c95 100644 --- a/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in +++ b/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in @@ -15,7 +15,8 @@
  • QR code scanner using a camera or from a screenshot
  • Lock the application with a password
  • Beautiful UI
  • -
  • Backup/Restore from/into known applications like FreeOTP+, andOTP
  • +
  • GNOME Shell search provider
  • +
  • Backup/Restore from/into known applications like FreeOTP+, andOTP, Aegis (encrypted / plain-text)
  • @@ -46,6 +47,20 @@ https://liberapay.com/bielmoussaoui + + Encrypted backups are finally here! +
      +
    • Port to GTK 4
    • +
    • Encrypted backup support
    • +
    • Use the camera portal for scanning QR codes
    • +
    • GNOME Shell search provider
    • +
    • Allow editing accounts provider
    • +
    • Better favicons detection
    • +
    • Refined user interface
    • +
    • Translations updates
    • +
    • Updated providers database
    • +
    +
      @@ -199,9 +214,11 @@ ModernToolkit + SearchProvider + HighContrast HiDpiIcon diff --git a/meson.build b/meson.build index 6067b79..241974b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('authenticator', 'rust', - version: '4.0.3', + version: '4.1.0', meson_version: '>= 0.59', license: 'GPL-3.0-or-later' )