mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34: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]]
|
||||
name = "authenticator"
|
||||
version = "4.1.1"
|
||||
version = "4.1.2"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -47,6 +47,16 @@
|
|||
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<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">
|
||||
<description>Bugfixes release</description>
|
||||
<ul>
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue