mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Bump to 4.1.2
This commit is contained in:
parent
2402de86b9
commit
66e0fc1e62
4 changed files with 13 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -221,7 +221,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "authenticator"
|
name = "authenticator"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "authenticator"
|
name = "authenticator"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
adw = {package = "libadwaita", version = "0.1.0"}
|
adw = {package = "libadwaita", version = "0.1.0"}
|
||||||
|
|
|
@ -47,6 +47,16 @@
|
||||||
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="4.1.2" date="2022-05-29">
|
||||||
|
<description>Bugfixes release</description>
|
||||||
|
<ul>
|
||||||
|
<li>Fix a failure when importing from andOTP</li>
|
||||||
|
<li>Fix importing from Aegis if the database was encrypted with biometrics</li>
|
||||||
|
<li>Handle SVG favicons</li>
|
||||||
|
<li>Fix QR code scanning from a screenshot</li>
|
||||||
|
<li>Translations updates and other bugfixes</li>
|
||||||
|
</ul>
|
||||||
|
</release>
|
||||||
<release version="4.1.1" date="2022-04-22">
|
<release version="4.1.1" date="2022-04-22">
|
||||||
<description>Bugfixes release</description>
|
<description>Bugfixes release</description>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('authenticator', 'rust',
|
project('authenticator', 'rust',
|
||||||
version: '4.1.1',
|
version: '4.1.2',
|
||||||
meson_version: '>= 0.59',
|
meson_version: '>= 0.59',
|
||||||
license: 'GPL-3.0-or-later'
|
license: 'GPL-3.0-or-later'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue