mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
Release 4.5.0
This commit is contained in:
parent
c7d923d839
commit
f02348c753
4 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
[package]
|
||||
edition = "2021"
|
||||
name = "authenticator"
|
||||
version = "4.4.0"
|
||||
rust-version = "1.70"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
@ -47,6 +47,16 @@
|
|||
<url type="vcs-browser">https://gitlab.gnome.org/World/Authenticator</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="4.5.0" date="2024-07-19">
|
||||
<description>
|
||||
<ul>
|
||||
<li>backup: Add import of Raivo OTP files</li>
|
||||
<li>qr scanner: Use back camera by default</li>
|
||||
<li>search provider: Withdraw notification once the code is no longer valid</li>
|
||||
<li>accounts: Refresh completion model when scanning from qr code</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="4.4.0" date="2023-10-13">
|
||||
<description>
|
||||
<ul>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
autotests = false
|
||||
edition = "2021"
|
||||
name = "favicon-scrapper"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
data-encoding = "2.3"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('authenticator', 'rust',
|
||||
version: '4.4.0',
|
||||
version: '4.5.0',
|
||||
meson_version: '>= 0.59',
|
||||
license: 'GPL-3.0-or-later'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue