Skip to content

Releases: Skyost/OpenAuthenticator

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)

v1.0.5

25 Jul 10:33
Compare
Choose a tag to compare
  • FIX : Fixed a problem with Firebase authentication. (#23e5f25)

v1.0.4

25 Jul 09:31
Compare
Choose a tag to compare
  • FEAT : Added a settings entry for displaying a copy button next to TOTPs. (#0f040e0)
  • FEAT : Fully localized local_auth messages. (#8625688)
  • FIX : Fixed a bug where the search page was displaying wrong TOTP codes. (#f738109)
  • FIX : Fixed an error occurring with type casting. (#e7f82e1)
  • FIX : Fixed app exiting on iOS. (#7e8c8f2)
  • CHORE : Added Firebase to .gitignore. (#6b9703d)

v1.0.3

12 Jul 18:37
Compare
Choose a tag to compare
  • FEAT : Added a back button to the scan page. (#756794f)
  • FEAT : Added a fallback paywall. (#e9c9f8a)
  • FEAT : Added a settings entry for clearing all data. (#db2bc6e)
  • FEAT : Implemented a search button. (#8f92304)
  • FIX : Fixed a bug with the image cache. (#087101c)
  • FIX : Fixed a problem with deep links callbacks being triggered multiple times. (#94f0c29)
  • FIX : Not displaying desktop action on mobile in debug mode anymore. (#7467218)
  • CHORE : Not using the same storage location in debug mode. (#23e5b47)
  • CHORE : Removed some safe margins. (#67f51a5)

v1.0.2

11 Jul 15:24
Compare
Choose a tag to compare
  • FEAT : Added a cache manager for easily handling cached images. (#9b6b2d2)
  • FEAT : Lowercase secrets are now accepted. (#07d9aba)
  • FIX : Fixed errors with secret validation. (#6f61c3c)

v1.0.1

11 Jul 11:11
Compare
Choose a tag to compare
  • FIX : Fixed an issue with QR code scanning on Android. (#d711b50)
  • FIX : Fixed some remaining problems with QR code scanning and URI parsing. (#be3a739)
  • FIX : Fixed various problems with deep links. (#dcfa646)