mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Bump release
This commit is contained in:
parent
3f3c47595a
commit
3b95c578cf
4 changed files with 15 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -298,7 +298,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "authenticator"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
edition = "2021"
|
||||
name = "authenticator"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
|
||||
[dependencies]
|
||||
adw = {package = "libadwaita", version = "0.1.0"}
|
||||
|
|
|
@ -47,7 +47,18 @@
|
|||
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="4.1.0" date="2021-04-19">
|
||||
<release version="4.1.1" date="2022-04-22">
|
||||
<description>Bugfixes release</description>
|
||||
<ul>
|
||||
<li>Restore the copy button</li>
|
||||
<li>Add feedback when copying generated codes</li>
|
||||
<li>Add feedback when updating/removing provider</li>
|
||||
<li>Shell search: search on provider name as well</li>
|
||||
<li>Fix Aegis backup restore if generated from a phone with a biometric key</li>
|
||||
<li>Fixes a crash</li>
|
||||
</ul>
|
||||
</release>
|
||||
<release version="4.1.0" date="2022-04-19">
|
||||
<description>Encrypted backups are finally here!</description>
|
||||
<ul>
|
||||
<li>Port to GTK 4</li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('authenticator', 'rust',
|
||||
version: '4.1.0',
|
||||
version: '4.1.1',
|
||||
meson_version: '>= 0.59',
|
||||
license: 'GPL-3.0-or-later'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue