Skip to content

Commit fb0730c

Browse files
committed
v1.31.1
1 parent 6c3cbf7 commit fb0730c

File tree

50 files changed

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

+102
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,13 @@
215215
</screenshots>
216216

217217
<releases>
218+
<release version="1.31.1" type="development" date="2026-02-16">
219+
<description>
220+
<ul>
221+
<li>Fixed the wrong PDF page being preloaded</li>
222+
</ul>
223+
</description>
224+
</release>
218225
<release version="1.31.0" type="development" date="2026-02-14">
219226
<description>
220227
<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.31.0"
5+
#define MyAppVersion "1.31.1"
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 = 131000;
5+
const buildNumber = 131010;
66

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

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

metadata/ar/changelogs/131010.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• تم إصلاح بعض أكواد التعامل مع الملفات، وحل المشكلات المتعلقة بمشاركة ملفات PDF في Saber من تطبيق آخر
2+
• تم إصلاح صفحة PDF الخاطئة التي تم تحميلها مسبقًا

0 commit comments

Comments
 (0)