Skip to content

Commit 66cd940

Browse files
committed
v0.26.8
1 parent 4ca20aa commit 66cd940

File tree

44 files changed

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

+157
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,16 @@
214214
</screenshots>
215215

216216
<releases>
217+
<release version="0.26.8" type="development" date="2025-09-24">
218+
<description>
219+
<ul>
220+
<li>Improved handling of short (1-2 point) strokes.</li>
221+
<li>Fixed null errors in pen gesture handlers.</li>
222+
<li>Fixed a small memory leak with the pencil shaders.</li>
223+
<li>Partially fixed the custom data directory migration on Android.</li>
224+
</ul>
225+
</description>
226+
</release>
217227
<release version="0.26.7" type="development" date="2025-09-08">
218228
<description>
219229
<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.7"
5+
#define MyAppVersion "0.26.8"
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 = 26070;
5+
const int buildNumber = 26080;
66

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

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

metadata/ar/changelogs/26080.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
• تحسين التعامل مع السكتات الدماغية القصيرة (1-2 نقطة).
2+
• أخطاء لاغية ثابتة في معالجات لفتة القلم.
3+
• إصلاح تسرب ذاكرة صغيرة مع تظليل القلم الرصاص.
4+
• تم إصلاح ترحيل دليل البيانات المخصص جزئيًا على Android.

0 commit comments

Comments
 (0)