Skip to content

Releases: Skyost/OpenAuthenticator

v1.2.2

13 Feb 12:26
Compare
Choose a tag to compare
  • FEAT : Added a better sign-in dialog. (#8e96185)
  • FEAT : Better adaptation to small screens. (#9f3934e)
  • FEAT : Improved UnlockChallengeWidget. (#c55ba67)
  • FIX : Fixed various problems with TOTPs circular progress indicators. (#c78d96c)
  • CHORE : Disabled dense property on ListTiles on desktop. (#fa37adf)

v1.2.1

12 Feb 12:53
Compare
Choose a tag to compare
  • FEAT : Improved app dialogs. (#a0f764a)
  • CHORE : Added de localization to Xcode. (#5366d36)

v1.2.0

09 Feb 12:35
Compare
Choose a tag to compare
  • REFACTOR : Refactored authentication / confirmation providers. (#5a0430b)
  • REFACTOR : createDefaultAuthMethod does not need BuildContext anymore. (#6af1af0)
  • FEAT : Improved error handling (for instance : if crypto store cannot be loaded). (#db48590)
  • FEAT : Now allowing the user to unlock the app if local auth is not available even though it has been enabled. (#215b344)
  • FEAT : Translated app_unlock.json into de. (#112de83)
  • FEAT : Translated authentication.json into de. (#2c2b252)
  • FEAT : Translated contributor_plan.json into de. (#f2cd8b3)
  • FEAT : Translated error.json into de. (#c51b5d0)
  • FEAT : Translated home.json into de. (#c2608ae)
  • FEAT : Translated intro.json into de. (#4247ce8)
  • FEAT : Translated local_auth.json into de. (#e6ca2e4)
  • FEAT : Translated logo_search.json into de. (#0f3cf53)
  • FEAT : Translated master_password.json into de. (#bbc1d88)
  • FEAT : Translated miscellaneous.json into de. (#049de5e)
  • FEAT : Translated settings.json into de. (#08ffaae)
  • FEAT : Translated storage_migration.json into de. (#27399dd)
  • FEAT : Translated totp.json into de. (#0470586)
  • FEAT : Translated totp_limit.json into de. (#5ca92e3)
  • FEAT : Translated validation.json into de. (#dadcf4c)
  • FIX : Fixed a problem with theme brightness not always being updated. (#bfe8b06)
  • FIX : Fixed a typo. (#cb870e2)
  • FIX : Fixed an error with HttpServer.bind. (#04af98e)
  • FIX : Fixed crypto store not being saved on local storage under certain circumstances. (#eac2a1f)
  • FIX : Fixed various problems with authentication. (#97d2609)
  • FIX : Now correctly opening Stripe management URL on mobile platforms. (#72d28a0)
  • CHORE : Ignored various warnings. (#930c195)
  • CHORE : Improved storage migration. (#0f450dd)

v1.1.3

21 Jan 21:26
Compare
Choose a tag to compare
  • FIX : Fixed a problem with permissions on iOS. (#6f330ab)
  • FIX : Fixed various problems with backups. (#68e16bd)

v1.1.2

21 Jan 09:26
Compare
Choose a tag to compare
  • REFACTOR : Put all settings entry widgets at the same place and copying URLs if they can't be opened. (#f1d51c6)
  • FEAT : Improved backup manager. (#6f0e559)
  • FIX : Fixed some icons display in the settings page. (#38de554)
  • CHORE : Updated top padding on intro page. (#3404fbd)

v1.1.1

12 Jan 23:35
Compare
Choose a tag to compare
  • FIX : Better handling of HTTPS links in the app settings. (#78c5cf3)

v1.1.0

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

v1.0.8

03 Nov 23:42
Compare
Choose a tag to compare
  • FEAT : Now directly copying TOTP code when tapped on by search (if enabled in the app settings). (#e1d2447)
  • CHORE : Now using mobile_scanner instead of google_mlkit_barcode_scanning. (#f684564)

v1.0.7

28 Oct 19:07
Compare
Choose a tag to compare
  • FEAT : Added the ability to export a given backup. Fixes #3. (#5a7ce70)
  • FEAT : Improved ExpandListTile widget with an animation. (#2cd61bc)
  • FIX : Better handling of durations. Fixes #4. (#61b58f4)

v1.0.6

24 Oct 11:43
Compare
Choose a tag to compare
  • FEAT : Added a fade-in to SmartImageWidget. (#69be9e9)
  • FEAT : Dropped flutter_svg support in favor of jovial_svg. (#dbb7302)
  • FEAT : Improved overall app speed by compiling SVG files into SI. (#27c9d4f)
  • FIX : Fixed some SI files that were not loading. (#be0cf0c)
  • CHORE : Did some refactoring with jovial_svg. (#e230f94)
  • CHORE : Made SizedScalableImageWidget only supporting project assets, not files. (#9f60f63)
  • CHORE : Various improvements made to SmartImageWidget. (#eabba24)