Skip to content

Commit 2915ecd

Browse files
committed
v0.25.8
1 parent 83fff41 commit 2915ecd

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.25.8" type="development" date="2025-05-31">
218+
<description>
219+
<ul>
220+
<li>Fixed lag caused by generating previews for old notes (2023 or older). Old notes will now have a placeholder instead of a preview.</li>
221+
<li>Added a slight animation between home screen tabs.</li>
222+
<li>Minor UI improvements in various places.</li>
223+
<li>Minor fixes to platform theming.</li>
224+
</ul>
225+
</description>
226+
</release>
217227
<release version="0.25.6" type="development" date="2025-05-12">
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.25.6"
5+
#define MyAppVersion "0.25.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 = 25060;
5+
const int buildNumber = 25080;
66

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

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

metadata/ar/changelogs/25080.txt

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

0 commit comments

Comments
 (0)