Skip to content

Commit 4e6e7c1

Browse files
committed
chore(version): Updated version and changelog.
1 parent 930c195 commit 4e6e7c1

File tree

3 files changed

+106
-92
lines changed

3 files changed

+106
-92
lines changed

CHANGELOG.md

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

3+
## v1.2.0
4+
Released on Feb 9, 2025.
5+
6+
* **REFACTOR** : Refactored authentication / confirmation providers. ([#5a0430b](https://github.com/Skyost/OpenAuthenticator/commit/5a0430b))
7+
* **REFACTOR** : `createDefaultAuthMethod` does not need `BuildContext` anymore. ([#6af1af0](https://github.com/Skyost/OpenAuthenticator/commit/6af1af0))
8+
* **FEAT** : Improved error handling (for instance : if crypto store cannot be loaded). ([#db48590](https://github.com/Skyost/OpenAuthenticator/commit/db48590))
9+
* **FEAT** : Now allowing the user to unlock the app if local auth is not available even though it has been enabled. ([#215b344](https://github.com/Skyost/OpenAuthenticator/commit/215b344))
10+
* **FEAT** : Translated `app_unlock.json` into `de`. ([#112de83](https://github.com/Skyost/OpenAuthenticator/commit/112de83))
11+
* **FEAT** : Translated `authentication.json` into `de`. ([#2c2b252](https://github.com/Skyost/OpenAuthenticator/commit/2c2b252))
12+
* **FEAT** : Translated `contributor_plan.json` into `de`. ([#f2cd8b3](https://github.com/Skyost/OpenAuthenticator/commit/f2cd8b3))
13+
* **FEAT** : Translated `error.json` into `de`. ([#c51b5d0](https://github.com/Skyost/OpenAuthenticator/commit/c51b5d0))
14+
* **FEAT** : Translated `home.json` into `de`. ([#c2608ae](https://github.com/Skyost/OpenAuthenticator/commit/c2608ae))
15+
* **FEAT** : Translated `intro.json` into `de`. ([#4247ce8](https://github.com/Skyost/OpenAuthenticator/commit/4247ce8))
16+
* **FEAT** : Translated `local_auth.json` into `de`. ([#e6ca2e4](https://github.com/Skyost/OpenAuthenticator/commit/e6ca2e4))
17+
* **FEAT** : Translated `logo_search.json` into `de`. ([#0f3cf53](https://github.com/Skyost/OpenAuthenticator/commit/0f3cf53))
18+
* **FEAT** : Translated `master_password.json` into `de`. ([#bbc1d88](https://github.com/Skyost/OpenAuthenticator/commit/bbc1d88))
19+
* **FEAT** : Translated `miscellaneous.json` into `de`. ([#049de5e](https://github.com/Skyost/OpenAuthenticator/commit/049de5e))
20+
* **FEAT** : Translated `settings.json` into `de`. ([#08ffaae](https://github.com/Skyost/OpenAuthenticator/commit/08ffaae))
21+
* **FEAT** : Translated `storage_migration.json` into `de`. ([#27399dd](https://github.com/Skyost/OpenAuthenticator/commit/27399dd))
22+
* **FEAT** : Translated `totp.json` into `de`. ([#0470586](https://github.com/Skyost/OpenAuthenticator/commit/0470586))
23+
* **FEAT** : Translated `totp_limit.json` into `de`. ([#5ca92e3](https://github.com/Skyost/OpenAuthenticator/commit/5ca92e3))
24+
* **FEAT** : Translated `validation.json` into `de`. ([#dadcf4c](https://github.com/Skyost/OpenAuthenticator/commit/dadcf4c))
25+
* **FIX** : Fixed a problem with theme brightness not always being updated. ([#bfe8b06](https://github.com/Skyost/OpenAuthenticator/commit/bfe8b06))
26+
* **FIX** : Fixed a typo. ([#cb870e2](https://github.com/Skyost/OpenAuthenticator/commit/cb870e2))
27+
* **FIX** : Fixed an error with `HttpServer.bind`. ([#04af98e](https://github.com/Skyost/OpenAuthenticator/commit/04af98e))
28+
* **FIX** : Fixed crypto store not being saved on local storage under certain circumstances. ([#eac2a1f](https://github.com/Skyost/OpenAuthenticator/commit/eac2a1f))
29+
* **FIX** : Fixed various problems with authentication. ([#97d2609](https://github.com/Skyost/OpenAuthenticator/commit/97d2609))
30+
* **FIX** : Now correctly opening Stripe management URL on mobile platforms. ([#72d28a0](https://github.com/Skyost/OpenAuthenticator/commit/72d28a0))
31+
* **CHORE** : Ignored various warnings. ([#930c195](https://github.com/Skyost/OpenAuthenticator/commit/930c195))
32+
* **CHORE** : Improved storage migration. ([#0f450dd](https://github.com/Skyost/OpenAuthenticator/commit/0f450dd))
33+
334
## v1.1.3
435
Released on Jan 21, 2025.
536

pubspec.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: _flutterfire_internals
16-
sha256: e4f2a7ef31b0ab2c89d2bde35ef3e6e6aff1dce5e66069c6540b0e9cfe33ee6b
16+
sha256: e051259913915ea5bc8fe18664596bea08592fd123930605d562969cd7315fcd
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "1.3.50"
19+
version: "1.3.51"
2020
_macros:
2121
dependency: transitive
2222
description: dart
@@ -226,26 +226,26 @@ packages:
226226
dependency: "direct main"
227227
description:
228228
name: cloud_firestore
229-
sha256: "9ba2379f319906567f7078ebf086951c4e333c71620455084c18258f267f0636"
229+
sha256: d7204f3263ba3236c037972f1ea2821569bd7b896fa348c3d557e3b76b6dc143
230230
url: "https://pub.dev"
231231
source: hosted
232-
version: "5.6.2"
232+
version: "5.6.3"
233233
cloud_firestore_platform_interface:
234234
dependency: transitive
235235
description:
236236
name: cloud_firestore_platform_interface
237-
sha256: c3a2987addea08273c582a91f5fb173ca81916ef6d7f8e1a6760c3a8a3a53fc7
237+
sha256: "10a8519164a0e38fce52f78d540bce1170fc210d07989fe49597723400fcd0f1"
238238
url: "https://pub.dev"
239239
source: hosted
240-
version: "6.6.2"
240+
version: "6.6.3"
241241
cloud_firestore_web:
242242
dependency: transitive
243243
description:
244244
name: cloud_firestore_web
245-
sha256: "4c1bc404d825c68153660b12fd937b90b75cf3aa622cc077da5308ccaec17a9e"
245+
sha256: "4b9e34f53c32dc9891aea247d82bfb21fe7779c0064d84baea1a4f18210146de"
246246
url: "https://pub.dev"
247247
source: hosted
248-
version: "4.4.2"
248+
version: "4.4.3"
249249
code_builder:
250250
dependency: transitive
251251
description:
@@ -314,18 +314,18 @@ packages:
314314
dependency: "direct dev"
315315
description:
316316
name: custom_lint
317-
sha256: "7e6a73e1722ad90b48f77918994c17a5b177b0869804ea3c4ce9c9199de019f6"
317+
sha256: "021897cce2b6c783b2521543e362e7fe1a2eaab17bf80514d8de37f99942ed9e"
318318
url: "https://pub.dev"
319319
source: hosted
320-
version: "0.7.2"
320+
version: "0.7.3"
321321
custom_lint_builder:
322322
dependency: transitive
323323
description:
324324
name: custom_lint_builder
325-
sha256: e26941131416b0bc81219dc8ddc68b34c6319e20abc001dd4855412749309d3b
325+
sha256: e4235b9d8cef59afe621eba086d245205c8a0a6c70cd470be7cb17494d6df32d
326326
url: "https://pub.dev"
327327
source: hosted
328-
version: "0.7.2"
328+
version: "0.7.3"
329329
custom_lint_core:
330330
dependency: transitive
331331
description:
@@ -370,18 +370,18 @@ packages:
370370
dependency: "direct main"
371371
description:
372372
name: drift
373-
sha256: "76f23535e19a9f2be92f954e74d8802e96f526e5195d7408c1a20f6659043941"
373+
sha256: ab4d0e7aa1793829b1dd8e72d71bbf0b53bf4ff84b184045d1ab71b0832e632e
374374
url: "https://pub.dev"
375375
source: hosted
376-
version: "2.24.0"
376+
version: "2.25.0"
377377
drift_dev:
378378
dependency: "direct dev"
379379
description:
380380
name: drift_dev
381-
sha256: d1d90b0d55b22de412b77186f3bf3179a4b7e2acc4c8fb3a7aaf28a01abc194b
381+
sha256: "9aaf4e4c406afb93e907b5e21e0120a2618abb436bec5809fa9190232f3eed47"
382382
url: "https://pub.dev"
383383
source: hosted
384-
version: "2.24.0"
384+
version: "2.25.0"
385385
drift_flutter:
386386
dependency: "direct main"
387387
description:
@@ -426,66 +426,66 @@ packages:
426426
dependency: "direct main"
427427
description:
428428
name: file_picker
429-
sha256: c9943dd7d702ab4199d199bc151a2d79c86db031a02ad84566dab58c494d2adc
429+
sha256: "8d8f126484286375baad27927d6d0d847c922e2a1613aa5305e9580e5999e1b5"
430430
url: "https://pub.dev"
431431
source: hosted
432-
version: "8.3.1"
432+
version: "8.3.3"
433433
firebase_app_check:
434434
dependency: "direct main"
435435
description:
436436
name: firebase_app_check
437-
sha256: "0082e7935fb15ccae05ed0c0fa24651f826dce4873b1631d6b33a80f05a84151"
437+
sha256: "4089ab1346844b548ca1111f958d29f1fa74a7dfb838db801a53545eed0a2b3d"
438438
url: "https://pub.dev"
439439
source: hosted
440-
version: "0.3.2+1"
440+
version: "0.3.2+2"
441441
firebase_app_check_platform_interface:
442442
dependency: transitive
443443
description:
444444
name: firebase_app_check_platform_interface
445-
sha256: c9201814ff00b63a8e92dec9df93dcf4de159dad27b507458492d29c0cc52bef
445+
sha256: "8f537884db880c77da26eda55085cab65f5df762e2c17ff10c164ed28f7f994f"
446446
url: "https://pub.dev"
447447
source: hosted
448-
version: "0.1.1+1"
448+
version: "0.1.1+2"
449449
firebase_app_check_web:
450450
dependency: transitive
451451
description:
452452
name: firebase_app_check_web
453-
sha256: "425b0feb2a4c4c04c5250a4d9fd8ebf14364fe63c2aa73ee0622b55ecd87b706"
453+
sha256: dd2791148c6fa04095b3b2a203afb6a6382912becb02288febe9335b1c4104dc
454454
url: "https://pub.dev"
455455
source: hosted
456-
version: "0.2.0+5"
456+
version: "0.2.0+6"
457457
firebase_auth:
458458
dependency: "direct main"
459459
description:
460460
name: firebase_auth
461-
sha256: eabb0dddb72956b7004aabf03c0bf650c19f92e470441d6a4e6b19cd4e9ca958
461+
sha256: "2886a01a895565722add556510263231390a9f1d1d51eee34c22f9b94a73dd54"
462462
url: "https://pub.dev"
463463
source: hosted
464-
version: "5.4.1"
464+
version: "5.4.2"
465465
firebase_auth_platform_interface:
466466
dependency: transitive
467467
description:
468468
name: firebase_auth_platform_interface
469-
sha256: b8684ade236c20638a17343f89029f7059fef13245cc102413d5c9cf6f98afb5
469+
sha256: "2e8fe7e6b5869c981f62c0de1a0abef6f626a1daffe92e1e6881448a9d3da778"
470470
url: "https://pub.dev"
471471
source: hosted
472-
version: "7.5.1"
472+
version: "7.5.2"
473473
firebase_auth_web:
474474
dependency: transitive
475475
description:
476476
name: firebase_auth_web
477-
sha256: "5ea5f2fbe02900ff2772ed9ea95ed8b1c7e160f4b4b6000d227bdeecd40904f8"
477+
sha256: c9600115b6f74365a51c735d4c43d4632ad44bfde505fe7c13c838701cd01ff2
478478
url: "https://pub.dev"
479479
source: hosted
480-
version: "5.13.7"
480+
version: "5.13.8"
481481
firebase_core:
482482
dependency: "direct main"
483483
description:
484484
name: firebase_core
485-
sha256: d851c1ca98fd5a4c07c747f8c65dacc2edd84a4d9ac055d32a5f0342529069f5
485+
sha256: "93dc4dd12f9b02c5767f235307f609e61ed9211047132d07f9e02c668f0bfc33"
486486
url: "https://pub.dev"
487487
source: hosted
488-
version: "3.10.1"
488+
version: "3.11.0"
489489
firebase_core_platform_interface:
490490
dependency: transitive
491491
description:
@@ -498,26 +498,26 @@ packages:
498498
dependency: transitive
499499
description:
500500
name: firebase_core_web
501-
sha256: fbc008cf390d909b823763064b63afefe9f02d8afdb13eb3f485b871afee956b
501+
sha256: "0e13c80f0de8acaa5d0519cbe23c8b4cc138a2d5d508b5755c861bdfc9762678"
502502
url: "https://pub.dev"
503503
source: hosted
504-
version: "2.19.0"
504+
version: "2.20.0"
505505
firebase_crashlytics:
506506
dependency: "direct main"
507507
description:
508508
name: firebase_crashlytics
509-
sha256: f3e8fc2ffc7b43b18e9a533976b4cef6af3021b7aabc4115ab9ff11dd24ca15d
509+
sha256: "6273ed71bcd8a6fb4d0ca13d3abddbb3301796807efaad8782b5f90156f26f03"
510510
url: "https://pub.dev"
511511
source: hosted
512-
version: "4.3.1"
512+
version: "4.3.2"
513513
firebase_crashlytics_platform_interface:
514514
dependency: transitive
515515
description:
516516
name: firebase_crashlytics_platform_interface
517-
sha256: ed90e2971d20989bcec77e99eda7d24d4b08f45053525c9189e1386e2ced0ef3
517+
sha256: "94f3986e1a10e5a883f2ad5e3d719aef98a8a0f9a49357f6e45b7d3696ea6a97"
518518
url: "https://pub.dev"
519519
source: hosted
520-
version: "3.8.1"
520+
version: "3.8.2"
521521
fixnum:
522522
dependency: transitive
523523
description:
@@ -710,18 +710,18 @@ packages:
710710
dependency: transitive
711711
description:
712712
name: jovial_misc
713-
sha256: b3f115b3e05c88e926c2db4cefcf1365fb27e9db03ce77ee1f554dc962748ea6
713+
sha256: "4301011027d87b8b919cb862db84071a34448eadbb32cc8d40fe505424dfe69a"
714714
url: "https://pub.dev"
715715
source: hosted
716-
version: "0.9.1"
716+
version: "0.9.2"
717717
jovial_svg:
718718
dependency: "direct main"
719719
description:
720720
name: jovial_svg
721-
sha256: ca14d42956b9949c36333065c9141f100e930c918f57f4bd8dd59d35581bd3fc
721+
sha256: "5e45b05845c8cbfec99ea32f177473ab2573d2c48479b29922c44ad329881d72"
722722
url: "https://pub.dev"
723723
source: hosted
724-
version: "1.1.24"
724+
version: "1.1.25"
725725
js:
726726
dependency: transitive
727727
description:
@@ -878,10 +878,10 @@ packages:
878878
dependency: "direct main"
879879
description:
880880
name: mobile_scanner
881-
sha256: "8b4d42bbdd5cbba78462e7074d99d413fd6ca998bceb1fa77f54423ead7014f0"
881+
sha256: "91d28b825784e15572fdc39165c5733099ce0e69c6f6f0964ebdbf98a62130fd"
882882
url: "https://pub.dev"
883883
source: hosted
884-
version: "6.0.5"
884+
version: "6.0.6"
885885
msix:
886886
dependency: "direct dev"
887887
description:
@@ -902,18 +902,18 @@ packages:
902902
dependency: "direct main"
903903
description:
904904
name: package_info_plus
905-
sha256: b15fad91c4d3d1f2b48c053dd41cb82da007c27407dc9ab5f9aa59881d0e39d4
905+
sha256: "67eae327b1b0faf761964a1d2e5d323c797f3799db0e85aa232db8d9e922bc35"
906906
url: "https://pub.dev"
907907
source: hosted
908-
version: "8.1.4"
908+
version: "8.2.1"
909909
package_info_plus_platform_interface:
910910
dependency: transitive
911911
description:
912912
name: package_info_plus_platform_interface
913-
sha256: a5ef9986efc7bf772f2696183a3992615baa76c1ffb1189318dd8803778fb05b
913+
sha256: "205ec83335c2ab9107bbba3f8997f9356d72ca3c715d2f038fc773d0366b4c76"
914914
url: "https://pub.dev"
915915
source: hosted
916-
version: "3.0.2"
916+
version: "3.1.0"
917917
path:
918918
dependency: "direct main"
919919
description:
@@ -1030,18 +1030,18 @@ packages:
10301030
dependency: "direct main"
10311031
description:
10321032
name: purchases_flutter
1033-
sha256: d65db04efc485fbaec8eac267b787656594f20ff96a5464d975f2b2ac2233a64
1033+
sha256: "9572de14a9159c01d9401f78ce06ecd15f0e9cf19513bf507df1e3f901a9818d"
10341034
url: "https://pub.dev"
10351035
source: hosted
1036-
version: "8.4.4"
1036+
version: "8.4.5"
10371037
purchases_ui_flutter:
10381038
dependency: "direct main"
10391039
description:
10401040
name: purchases_ui_flutter
1041-
sha256: "31f7996875a4f31b75fb8f1de1f873fb657a52073c67ed92782ca24cbbdc9e00"
1041+
sha256: "4a6993f3690aa0fa7d0976628c9c239ad925cedfeb625642ea2e4d6b3f5c2f79"
10421042
url: "https://pub.dev"
10431043
source: hosted
1044-
version: "8.4.4"
1044+
version: "8.4.5"
10451045
qr:
10461046
dependency: transitive
10471047
description:
@@ -1158,10 +1158,10 @@ packages:
11581158
dependency: transitive
11591159
description:
11601160
name: sembast
1161-
sha256: "6cf9acde19bd88dba9ea8090d3e50725cdc70fc7cf1c117c26e79c257884b04b"
1161+
sha256: "9026ea34aa3a0f26a966529ef80b57b6fe40f810cadeadd1b208202d1bf153e7"
11621162
url: "https://pub.dev"
11631163
source: hosted
1164-
version: "3.8.2"
1164+
version: "3.8.3"
11651165
sembast_web:
11661166
dependency: transitive
11671167
description:
@@ -1371,18 +1371,18 @@ packages:
13711371
dependency: transitive
13721372
description:
13731373
name: sqlite3
1374-
sha256: "35d3726fe18ab1463403a5cc8d97dbc81f2a0b08082e8173851363fcc97b6627"
1374+
sha256: decd58236d7c59e01ae81b34ebd158e6a1b61e0ae5397fc428736eb91ab82808
13751375
url: "https://pub.dev"
13761376
source: hosted
1377-
version: "2.7.2"
1377+
version: "2.7.3"
13781378
sqlite3_flutter_libs:
13791379
dependency: transitive
13801380
description:
13811381
name: sqlite3_flutter_libs
1382-
sha256: "228e8850cfd2a6030751055868eeafe4cad7c7c4fa818191e1a94044e2ebb4f4"
1382+
sha256: "57fafacd815c981735406215966ff7caaa8eab984b094f52e692accefcbd9233"
13831383
url: "https://pub.dev"
13841384
source: hosted
1385-
version: "0.5.29+1"
1385+
version: "0.5.30"
13861386
sqlparser:
13871387
dependency: transitive
13881388
description:

0 commit comments

Comments
 (0)