Releases: saber-notes/saber
v1.33.2
External links
For other downloads, scroll down and find the relevant file under "Assets".
Changelog
-
Flathub metainfo is now script-generated from the
metadatafolder. -
Flathub screenshots are now pinned to a specific tag to make the URLs immutable.
-
This release also tries to comply with Google's developer verification scheme while distributing outside of the Google Play Store. Tracking in adil192/ricochlime#77
-
Translations
-
Full changelog: v1.33.1...v1.33.2
v1.33.1
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
v1.33.0
External links
Changelog
-
Feature: You can now export the current page as a PNG, thanks to @an2in in #1699
-
Fixed: Hyperlegible font didn't work with KDE theming
-
Fixed: Indiscriminately using the Ubuntu font in certain parts of the UI
-
Fixed: Parts of the settings page were incorrectly bolded
-
Fixed: Sync progress indicator was getting stuck when a transfer fails
-
Tweak: Reduced frequency of retrying failed sync transfers
-
Full changelog: v1.32.0...v1.33.0
v1.32.0+1
External links
Changelog
-
Saber now uses colors from your KDE/COSMIC theme on Linux (with my new dynamic_yaru package)
-
Increased precision of inverting filter
-
Fixed FontAwesome icons being misaligned in several places
-
The Linux app now prefers the Adwaita Sans font instead of the Ubuntu font
-
Updated Flathub screenshots to better resemble stock GNOME instead of Ubuntu
-
Added screenshot variations for non-English languages to the Flathub listing
-
Fixed an invalid semantics (accessibility) value on the syncing button
-
Fixed circles being pixellated/aliased (flutter/flutter#182708)
-
Fixed high idle CPU usage on Windows (flutter/flutter#182501)
-
i18n: Added a Vietnamese translation by @an2in in 32987d1, 4df90b4
-
Translations
- i18n: Added a Vietnamese translation by @an2in in 32987d1, 4df90b4
- i18n: Update Hebrew by Omer I.S. in 3e282f4
- i18n: Update Chinese (Simplified Han script) by 大王叫我来巡山 in dad25b6, df2342b
- i18n: Update Chinese (Simplified Han script) by @prettycation in 096b587
- i18n: Update Portuguese (Brazil) by João Madeira in 8333b09
- i18n: Update Hebrew by @EranGreenberg in c4042c6
- i18n: Update German by @hp37464606060-ship-it in 5bae50e
- i18n: Update Spanish by @hp37464606060-ship-it in ff7f9e6
-
Full changelog: v1.31.1...v1.32.0
v1.32.0
External links
Changelog
-
Saber now uses colors from your KDE/COSMIC theme on Linux (with my new dynamic_yaru package)
-
Increased precision of inverting filter
-
Fixed FontAwesome icons being misaligned in several places
-
The Linux app now prefers the Adwaita Sans font instead of the Ubuntu font
-
Updated Flathub screenshots to better resemble stock GNOME instead of Ubuntu
-
Added screenshot variations for non-English languages to the Flathub listing
-
Fixed an invalid semantics (accessibility) value on the syncing button
-
Fixed circles being pixellated/aliased (flutter/flutter#182708)Actually I forgot to include this, fixed with v1.32.0+1 -
Fixed high idle CPU usage on Windows (flutter/flutter#182501)
-
i18n: Added a Vietnamese translation by an2in in 32987d1, 4df90b4
-
Translations
- i18n: Added a Vietnamese translation by an2in in 32987d1, 4df90b4
- i18n: Update Hebrew by Omer I.S. in 3e282f4
- i18n: Update Chinese (Simplified Han script) by 大王叫我来巡山 in dad25b6, df2342b
- i18n: Update Chinese (Simplified Han script) by prettycation in 096b587
- i18n: Update Portuguese (Brazil) by João Madeira in 8333b09
- i18n: Update Hebrew by Eran Greenberg in c4042c6
- i18n: Update German by Gabriele in 5bae50e
- i18n: Update Spanish by Gabriele in ff7f9e6
-
Full changelog: v1.31.1...v1.32.0
v1.31.1
External links
Changelog
-
Fixed some file handling code, resolving issues with sharing PDFs into Saber from another app
-
Fixed the wrong PDF page being preloaded
-
Translations
- None this release
-
Full changelog: v1.31.0...v1.31.1
v1.31.0
External links
Changelog
-
Fixed externally deleted notes still showing up in recent notes by @ZebraVogel94349 in #1631
-
Fixed green border/dim screen issues by disabling Android's default keyboard focus highlight by @MiRinChan in #1670
-
Updated to Flutter 3.41
-
Translations
- i18n: Update Italian by @albanobattistella in #1666
- i18n: Update Czech by @ceskyDJ in #1678
- i18n: Update Slovenian by @Tpusnik
-
@MiRinChan made their first contribution in #1670
-
Full changelog: v1.30.0...v1.31.0
v1.30.0
External links
Changelog
-
Added a Thai translation by @tony-chompoo in #1640, #1641
-
If a note is in read-only mode, you'll now see the reason why
-
Improved testing infrastructure to be able to generate app store screenshots for Arabic, Persian, Hebrew, and Thai languages by me @adil192 in adil192/golden_screenshot#10
-
Full changelog: v1.29.5...v1.30.0
v1.29.5
External links
Changelog
-
Fixed being able to name notes with invalid characters. The new rules assist cross-platform compatibility.
-
Imperceptibly tweaked the Saber icon.
-
Translations
- i18n: Update Czech by @ceskyDJ in #1635
- i18n: Update Traditional Chinese by @jhihyulin in #1636
- i18n: Update Italian by @albanobattistella in #1638
-
Full changelog: v1.29.4...v1.29.5
v1.29.4
External links
Changelog
-
Fixed the text cursor showing up in PDF exports.
-
Fixed text editor bugginess after exporting a note.
-
Fixed some resources not being freed up after exporting a note.
-
Restyled the "simplified home layout" as a proper grid view.
-
Fixed some small visual inconsistencies like the border radius of thumbnails.
-
metadata: Add vcs-browser URL for Flathub by @yakushabb in #1623
-
Translations
- None this release
-
@yakushabb made their first contribution in #1623
-
Full changelog: v1.29.3...v1.29.4