Skip to content

Commit d242cf4

Browse files
committed
chore(version): Updated version and changelog.
1 parent fa37adf commit d242cf4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v1.2.2
4+
Released on Feb 13, 2025.
5+
6+
* **FEAT** : Added a better sign-in dialog. ([#8e96185](https://github.com/Skyost/OpenAuthenticator/commit/8e96185))
7+
* **FEAT** : Better adaptation to small screens. ([#9f3934e](https://github.com/Skyost/OpenAuthenticator/commit/9f3934e))
8+
* **FEAT** : Improved `UnlockChallengeWidget`. ([#c55ba67](https://github.com/Skyost/OpenAuthenticator/commit/c55ba67))
9+
* **FIX** : Fixed various problems with TOTPs circular progress indicators. ([#c78d96c](https://github.com/Skyost/OpenAuthenticator/commit/c78d96c))
10+
* **CHORE** : Disabled `dense` property on `ListTile`s on desktop. ([#fa37adf](https://github.com/Skyost/OpenAuthenticator/commit/fa37adf))
11+
312
## v1.2.1
413
Released on Feb 12, 2025.
514

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: 1.2.1+17
4+
version: 1.2.2+18
55

66
environment:
77
sdk: ">=3.6.0 <4.0.0"

0 commit comments

Comments
 (0)