Skip to content

v2.1.0

Latest

Choose a tag to compare

@Skyost Skyost released this 29 Jun 12:58
  • FIX: Don't use setState if context is not mounted in the logo search dialog. (#d8f3cc9)
  • FIX: Fixed a freeze occurring when the user tries to restore the app data from an OS backup. (#8d16358)
  • FIX: Fixed various static analysis errors. (#9a4398f)
  • CHORE: Improved in-app links handling. (#29fd553)
  • CHORE: Moved build and publish scripts to the scripts directory. (#8e41991)
  • CHORE: Now throttling foreground synchronization and updated the periodic interval. (#b24121a)
  • CHORE: Updated de/intro.json. (#0dbe6e6)
  • CHORE: Updated de/settings.json. (#84e7e85)
  • CHORE: Updated dependencies and SDK constraints. (#2532ff6)
  • CHORE: EmailAlreadySentException will not be sent to Sentry anymore. (#7f629ad)
  • REFACTOR: Added a global result handler. (#ef12f86)
  • REFACTOR: Added an AppUnlockInteraction mixin to avoid using BuildContext in lib/model. (#b11cfa9)
  • REFACTOR: Added an UserError mixin for easier handling on Sentry. (#a790792)
  • REFACTOR: Avoid depending on flutter/material if not needed. (#554096f)
  • REFACTOR: Changed how backups are handled. (#c6ad1d7)
  • REFACTOR: Moved static utility methods into app flows. (#2c2d6ec)
  • REFACTOR: Separated Results presentation and reporting. (#696f0e2)