Skip to content

Commit 7520ff3

Browse files
committed
v0.26.11
1 parent 7d3572d commit 7520ff3

File tree

44 files changed

+156
-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

+156
-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
@@ -214,6 +214,15 @@
214214
</screenshots>
215215

216216
<releases>
217+
<release version="0.26.11" type="development" date="2025-10-23">
218+
<description>
219+
<ul>
220+
<li>Small visual and performance improvements</li>
221+
<li>Fixed the AppImage not running on Fedora</li>
222+
<li>Disabled the pencil sound effect by default</li>
223+
</ul>
224+
</description>
225+
</release>
217226
<release version="0.26.10" type="development" date="2025-10-17">
218227
<description>
219228
<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.10"
5+
#define MyAppVersion "0.26.11"
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 = 26100;
5+
const buildNumber = 26110;
66

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

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

metadata/ar/changelogs/26110.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
• يعرض الآن برنامج التحديث داخل التطبيق تقدم عملية التنزيل
2+
• تحسينات بصرية وأداء صغيرة
3+
• تم إصلاح مشكلة عدم تشغيل AppImage على Fedora
4+
• تعطيل تأثير صوت قلم الرصاص بشكل افتراضي

0 commit comments

Comments
 (0)