Skip to content

Commit 2d30393

Browse files
committed
v0.26.5
1 parent 8e07d8f commit 2d30393

File tree

44 files changed

+124
-19
lines changed

Some content is hidden

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

44 files changed

+124
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,15 @@
219219
</screenshots>
220220

221221
<releases>
222+
<release version="0.26.5" type="development" date="2025-09-05">
223+
<description>
224+
<ul>
225+
<li>Updated the font Atkinson Hyperlegible to Atkinson Hyperlegible Next to support more languages</li>
226+
<li>Very slight rounding on the app icon</li>
227+
<li>Bug fixes and improvements from dependency updates</li>
228+
</ul>
229+
</description>
230+
</release>
222231
<release version="0.26.4" type="development" date="2025-08-18">
223232
<description>
224233
<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 "0.26.4"
5+
#define MyAppVersion "0.26.5"
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 int buildNumber = 26040;
5+
const int buildNumber = 26050;
66

77
/// The current app version as a string.
8-
const String buildName = '0.26.4';
8+
const String buildName = '0.26.5';
99

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

metadata/ar/changelogs/26050.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• تم تحديث خط Atkinson hyperibish
2+
• تقريب بسيط للغاية على أيقونة التطبيق
3+
• إصلاحات الأخطاء والتحسينات من تحديثات التبعية

0 commit comments

Comments
 (0)