Skip to content

Commit edab1ea

Browse files
committed
v1.29.2
1 parent 0c8efb5 commit edab1ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+61
-19
lines changed

README-ar.md

Lines changed: 2 additions & 2 deletions

README-cs.md

Lines changed: 2 additions & 2 deletions

README-de.md

Lines changed: 2 additions & 2 deletions

README-zh-CN.md

Lines changed: 2 additions & 2 deletions

README-zh-TW.md

Lines changed: 2 additions & 2 deletions

README.md

Lines changed: 2 additions & 2 deletions

flatpak/com.adilhanney.saber.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,14 @@
215215
</screenshots>
216216

217217
<releases>
218+
<release version="1.29.2" type="development" date="2025-12-28">
219+
<description>
220+
<ul>
221+
<li>Page numbers now respect your Atkinson Hyperlegible font setting</li>
222+
<li>Migrated AppImage builds to the `linuxdeploy` tool instead of the unmaintained `appimage-builder`.</li>
223+
</ul>
224+
</description>
225+
</release>
218226
<release version="1.29.1" type="development" date="2025-12-14">
219227
<description>
220228
<ul>

installers/desktop_inno_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Saber"
5-
#define MyAppVersion "1.29.1"
5+
#define MyAppVersion "1.29.2"
66
#define MyAppPublisher "Adil Hanney"
77
#define MyAppURL "https://github.com/saber-notes/saber"
88
#define MyAppExeName "saber.exe"

lib/data/version.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// Run `./scripts/bump_version.dart --help` for more information.
33

44
/// The current app version as an ordinal number.
5-
const buildNumber = 129010;
5+
const buildNumber = 129020;
66

77
/// The current app version as a string.
8-
const buildName = '1.29.1';
8+
const buildName = '1.29.2';
99

1010
/// The year in which the current version was released.
1111
const buildYear = 2025;

metadata/ar/changelogs/129020.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
تحترم أرقام الصفحات الآن إعداد خط Atkinson Hyperlegible الخاص بك.

0 commit comments

Comments
 (0)