Skip to content

Commit

Permalink
chore(version): Updated version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 11, 2025
1 parent 2c0d1ff commit 004b7cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 📰 Open Authenticator Changelog

## v1.1.0
Released on Jan 11, 2025.

* **REFACTOR** : More coherence with `try` functions in unlock methods. ([#02c29fd](https://github.com/Skyost/OpenAuthenticator/commit/02c29fd))
* **REFACTOR** : Riverpod notifiers fields are now private. ([#f1fbe0b](https://github.com/Skyost/OpenAuthenticator/commit/f1fbe0b))
* **REFACTOR** : Using `Navigator.defaultRouteName` instead of `/` and `logIn` instead of `login`. ([#f83d479](https://github.com/Skyost/OpenAuthenticator/commit/f83d479))
* **FEAT** : Added a link to the translation platform in the app settings. ([#c0013eb](https://github.com/Skyost/OpenAuthenticator/commit/c0013eb))
* **FEAT** : Now allowing to decrypt and save more than one TOTP on home page. ([#a73b9db](https://github.com/Skyost/OpenAuthenticator/commit/a73b9db))
* **FIX** : Fixed a bug where text fields were not accepting any input after local authentication. ([#152628e](https://github.com/Skyost/OpenAuthenticator/commit/152628e))
* **FIX** : Only scanning one QR code at once. ([#82e0770](https://github.com/Skyost/OpenAuthenticator/commit/82e0770))
* **FIX** : Various fixes with deep links. ([#4da5b09](https://github.com/Skyost/OpenAuthenticator/commit/4da5b09))
* **CHORE** : Improved Windows icon. ([#250c50f](https://github.com/Skyost/OpenAuthenticator/commit/250c50f))
* **CHORE** : Not storing the common salt using `Storage`. ([#f23577a](https://github.com/Skyost/OpenAuthenticator/commit/f23577a))
* **CHORE** : Saving shared preferences in a different file in debug mode. ([#7ea7b1e](https://github.com/Skyost/OpenAuthenticator/commit/7ea7b1e))

## v1.0.8
Released on Nov 4, 2024.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: none
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
version: 1.0.8+11
version: 1.1.0+12

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit 004b7cd

Please sign in to comment.