Skip to content

Commit 8e5d44d

Browse files
committed
v1.29.1
1 parent d6b01c9 commit 8e5d44d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

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

216216
<releases>
217+
<release version="1.29.1" type="development" date="2025-12-14">
218+
<description>
219+
<ul>
220+
<li>Home screen cards are now bordered instead of shadowed.</li>
221+
<li>Made `https://` optional in the Nextcloud URL field.</li>
222+
</ul>
223+
</description>
224+
</release>
217225
<release version="1.29.0" type="development" date="2025-11-20">
218226
<description>
219227
<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.29.0"
5+
#define MyAppVersion "1.29.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 = 129000;
5+
const buildNumber = 129010;
66

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

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

metadata/ar/changelogs/129010.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• أصبحت بطاقات الشاشة الرئيسية الآن محاطة بإطارات بدلاً من أن تكون مظللة.
2+
• تعطيل التصحيح التلقائي في حقل عنوان URL الخاص بـ Nextcloud في صفحة تسجيل الدخول.
3+
• جعل `https://` اختياريًا في حقل عنوان URL الخاص بـ Nextcloud.

0 commit comments

Comments
 (0)