External links
For other downloads, scroll down and find the relevant file under "Assets".
Changelog
-
Added Polish and Catalan translations
-
Added a confirmation prompt when deleting notes by @ZebraVogel94349 in #1100
-
Allowed undoing/redoing changing the background pattern
-
Fixed a bug where changing the background pattern didn't trigger an autosave by @ecezyk in #1723
-
Misc:
- Performance: Switched to using BorderRadius' const constructor, mirroring a Flutter PR flutter/flutter#183074
- CI: Proper formatting is now enforced on the
packagesdir - Distribution: Flathub now links directly to Weblate instead of the wiki's translate page
- i18n: Auto translations are now done by a local LLM (Gemma 4) instead of Google Translate for improved quality. The speed and reliability of the scripts are also greatly improved.
(Note: These auto translations are only used in the interim before real human translations are contributed, since half-assed translations are better than falling back to English.) - Logging: Added some missing stacktraces when reporting error logs.
- Performance: Continued work towards migrating to
flutter_hooksfor state management. In time, this will bring better performance, improved reliability, and reduced boilerplate. - Fix: In v1.33.0, I accidentally set the canvas HUD's initial opacity to 1. This has been restored to 0.
-
Translations
- i18n: Update Italian by @albanobattistella in #1724
- i18n: add Vietnamese README and description by @an2in in #1697
- i18n: Update Catalan by @Mel-l-l in 1ad5204
- i18n: Update Spanish by @Mel-l-l in ea9bdcc
- i18n: Add Catalan by @Mel-l-l in 1f818fb
- i18n: Update Polish by @thesonofanxiety in cf5711e
- i18n: Add Polish by @thesonofanxiety in e19c326
- i18n: Update Hebrew by @omeritzics in ac44477
-
Full changelog: v1.33.0...v1.33.1