Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Releases: deminearchiver/notes

v1.1.0

11 Mar 12:17
Compare
Choose a tag to compare

1.1.0

This is mainly a technical release, focusing on migrations, bug fixes and other technical improvements.

Notable changes

  • changed Flutter update channel to main
  • migrated to Isar v4 (from isar-community)
  • changed internal package name to material
  • added information about the project into README.md

Changed

  • migrated to main Flutter update channel
  • migrated to material local package
  • migrated to version 4 of Isar Database
  • bumpted Android compile SDK version to 34
  • separated theme code from application code
  • introduced a new route animation behaviour
  • replaced old Material routes with new ones
  • deprecated InteractiveIcon
  • unnamed note name is now Note (#) instead of ... (#)

Fixed

  • improved Material 3 fidelity:
    • outline color of disabled cards
    • search bar leading icon now has the same size as the leading icon button according to visual density
    • changed scroll to top button variant to "filled tonal"
    • changed onboarding "Next" button variant to "filled tonal"
    • removed scrolledUnderElevation from app bars
    • added missing list padding on the "Home" page
    • changed scrim color (black) opacity to 0.32 (according to Material 3 spec)
    • changed onboarding icon color from secondary to primary
  • "About" page now properly displays application version

Removed

  • WindowClass enum / extension (moved to internal package)
  • TweenedIcon widget (moved to internal package)
  • Github Actions

Security

  • Isar v4 now supports database encryption