Skip to content

v2.0.2

Latest

Choose a tag to compare

@Skyost Skyost released this 30 Apr 22:28
· 15 commits to main since this release
  • FEAT: Now using Auth Tabs on Android and ASWebAuthenticationSession on Darwin to handle authentication links. (#1153cd8)
  • FIX: Fixed an AccessDenied error occurring in snap. (#5c08b29)
  • FIX: Fixed some UnmountedRefException occurring with backups. (#69f564f)
  • FIX: Fixed the app.dart build script. (#f357e3b)
  • FIX: Networks requests will not automatically fail if there is an error in ConnectivityStateNotifier. (#7fc8c48)
  • CHORE: Added network-status and silenced various network warnings. (#2897fee)
  • CHORE: Added support for SentryNavigatorObserver. (#041eb44)
  • CHORE: Improved the logo picker dialog. (#a469a5c)
  • CHORE: Improved the master password unlock method. (#f711d45)
  • CHORE: Now handling errors in EnableLocalAuthSettingsEntryWidget. (#22da7ce)
  • CHORE: Now supporting localization in redirect routes. (#3dfe096)
  • CHORE: Now using .afterFirstUnlock for keychain accessibility. (#b33a85d)
  • REFACTOR: Added a CryptoKey that unifies both Salt and DerivedKey. (#5a5bb60)
  • REFACTOR: Added a StoredSalt to add a distinction between a Salt object and the stored Salt object. (#897a04d)
  • REFACTOR: CryptoStore.createHmacKey() is now CryptoStore.hmacSecretKey. Also dropped support of memEquals in favor of hashlib isEqual. (#5574431)