Skip to content

Releases: Skyost/OpenAuthenticator

v1.4.3

23 Dec 14:09

Choose a tag to compare

  • FEAT: Added an experimental way to build Flatpaks. (#38a608b)
  • CHORE: Now using .gradle.kts file format instead of .gradle. (#a4adcd0)
  • CHORE: Updated snap links. (#c07b6fb)

v1.4.2

24 Sep 11:20

Choose a tag to compare

  • FEAT: Added a way to display the search bar by scrolling above the list. (#3af4645)
  • FEAT: Added a whole route to configure the app theme. (#9b828ea)
  • FEAT: Better handling of cases where the user is not logged in. (#9b8028e)
  • FEAT: Enabled logo.dev fetching. (#aa7c766)
  • FIX: Fixed some problems occurring when refreshing the list. (#2ee63ca)
  • CHORE: Better handling of QR codes (reading and displaying). (#10107ad)
  • CHORE: Improved the TOTP page. (#a80f55c)
  • CHORE: Updated Linux metadata. (#97a2d92)
  • CHORE: Updated changelog. (#91a23fb)
  • CHORE: Updated dependencies and fixed resulting lint warnings. (#4aaa6de)
  • CHORE: Updated native libraries. (#48624f5)

v1.4.1

22 May 08:41

Choose a tag to compare

  • FEAT : Migrated from PAM to Polkit. (#a073fc5)

v1.4.0

04 May 16:28

Choose a tag to compare

  • FEAT : Initial implementation of Firebase AppCheck for Windows. (#c9143d4)
  • FEAT : Initial implementation of Open Authenticator for linux. (#2c10b16)
  • FEAT : Now allowing otpauth links to be opened by the app on all platforms. (#fdeb999)
  • CHORE : Improved the empty home screen. (#670c8fb)
  • CHORE : Migrated from Clearbit to Logo.dev. (#6b23064)
  • CHORE : Various updates in the app look and feel. (#19b2714)

v1.3.1

02 Apr 18:47

Choose a tag to compare

  • FEAT : Improved errors handling. (#4cbbdca)
  • FEAT : Improved the paywall. (#f549ecb)
  • FIX : Fixed a bug with login links. (#848f806)
  • CHORE : Improved some dialogs. (#6cdd405)

v1.3.0

30 Mar 21:42

Choose a tag to compare

  • FEAT : Now hiding the home page floating action button on scroll. (#62e5aba)
  • FEAT : Translated the app into it. (#c765c8e)
  • FEAT : Translated the app into pt. (#75615ea)
  • CHORE : Improved the app dialogs. (#04c89d4)
  • CHORE : Improved the fallback paywall. (#289836e)
  • CHORE : Improved the logo search dialog. (#0b2659e)
  • CHORE : Now got rid of MediaQuery.of when it's not needed. (#081caf2)

v1.2.2

13 Feb 12:26

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

Choose a tag to compare

  • FEAT : Improved app dialogs. (#a0f764a)
  • CHORE : Added de localization to Xcode. (#5366d36)

v1.2.0

09 Feb 12:35

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

Choose a tag to compare

  • FIX : Fixed a problem with permissions on iOS. (#6f330ab)
  • FIX : Fixed various problems with backups. (#68e16bd)