Skip to content

Commit 3676fc7

Browse files
committed
v1.31.0
1 parent 2ef73b2 commit 3676fc7

File tree

50 files changed

+141
-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.

50 files changed

+141
-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.31.0" type="development" date="2026-02-14">
219+
<description>
220+
<ul>
221+
<li>Fixed externally deleted notes still showing up in recent notes</li>
222+
<li>Updated to Flutter 3.41</li>
223+
</ul>
224+
</description>
225+
</release>
218226
<release version="1.30.0" type="development" date="2026-02-01">
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.30.0"
5+
#define MyAppVersion "1.31.0"
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 = 130000;
5+
const buildNumber = 131000;
66

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

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

metadata/ar/changelogs/131000.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• تم إصلاح الملاحظات المحذوفة خارجيًا والتي لا تزال تظهر في الملاحظات الحديثة
2+
• تم إصلاح مشكلات الحدود الخضراء/الشاشة المعتمة عن طريق تعطيل تمييز التركيز الافتراضي للوحة المفاتيح في Android
3+
• تم التحديث إلى Flutter 3.41

0 commit comments

Comments
 (0)