Skip to content

Commit 8013446

Browse files
committed
chore(version): Updated version and changelog.
1 parent e464184 commit 8013446

4 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# 📰 Open Authenticator changelog
22

3+
## v2.0.1
4+
Released on April 24, 2026.
5+
6+
* **FEAT**: Instead of failing, the app now tries to get the salt back from TOTP list. ([#3da8a66](https://github.com/openauthenticator-app/openauthenticator/commit/3da8a66))
7+
* **FIX**: Fixed a bug with old backups restoring. ([#fb95911](https://github.com/openauthenticator-app/openauthenticator/commit/fb95911))
8+
* **FIX**: Fixed some app links being consumed more than once. ([#29cdfcf](https://github.com/openauthenticator-app/openauthenticator/commit/29cdfcf))
9+
* **FIX**: Fixed some user related errors being incorrectly sent to Sentry. ([#5b11363](https://github.com/openauthenticator-app/openauthenticator/commit/5b11363))
10+
* **CHORE**: Backend URL change now displays more info. ([#5448423](https://github.com/openauthenticator-app/openauthenticator/commit/5448423))
11+
* **CHORE**: Fixed some app links being consumed more than once. ([#0c01a83](https://github.com/openauthenticator-app/openauthenticator/commit/0c01a83))
12+
* **CHORE**: Improved `Result`s handling. ([#c35cc8c](https://github.com/openauthenticator-app/openauthenticator/commit/c35cc8c))
13+
* **CHORE**: Updated push and pull timeouts. ([#c604633](https://github.com/openauthenticator-app/openauthenticator/commit/c604633))
14+
* **REFACTOR**: Now using `xdg_desktop_portal` instead of `connectivity_plus`. ([#1eac66e](https://github.com/openauthenticator-app/openauthenticator/commit/1eac66e))
15+
316
## v2.0.0
417
Released on April 24, 2026.
518

flatpak/app.metainfo.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@
7474
</branding>
7575
<content_rating type="oars-1.1"/>
7676
<releases>
77+
<release version="2.0.1" date="2026-04-24">
78+
<url type="details">https://github.com/openauthenticator-app/openauthenticator/releases/tag/2.0.1</url>
79+
<description type="changelog">
80+
<ul>
81+
<li>Instead of failing, the app now tries to get the salt back from TOTP list.</li>
82+
<li>Fixed a bug with old backups restoring.</li>
83+
<li>Fixed some app links being consumed more than once.</li>
84+
<li>Fixed some user related errors being incorrectly sent to Sentry.</li>
85+
<li>Backend URL change now displays more info.</li>
86+
<li>Fixed some app links being consumed more than once.</li>
87+
<li>Improved `Result`s handling.</li>
88+
<li>Updated push and pull timeouts.</li>
89+
<li>Now using `xdg_desktop_portal` instead of `connectivity_plus`.</li>
90+
</ul>
91+
</description>
92+
</release>
7793
<release version="2.0.0" date="2026-04-24">
7894
<url type="details">https://github.com/openauthenticator-app/openauthenticator/releases/tag/2.0.0</url>
7995
<description type="changelog">

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: open_authenticator
22
description: A cross-platform OTP app, free and open-source.
33
publish_to: none
4-
version: 2.0.0+25
4+
version: 2.0.1+26
55
homepage: https://openauthenticator.app
66
repository: https://github.com/openauthenticator-app/openauthenticator
77
license: CC-BY-SA-4.0

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: open-authenticator
22
title: Open Authenticator
3-
version: 2.0.0
3+
version: 2.0.1
44
summary: A cross-platform OTP app, free and open-source.
55
description: Secure your online accounts with a free, open-source and lovely-crafted app.
66
license: GPL-3.0-only

0 commit comments

Comments
 (0)