Skip to content

Commit c1c3059

Browse files
committed
v0.25.1
1 parent 1fd640c commit c1c3059

File tree

44 files changed

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

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

216216
<releases>
217+
<release version="0.25.1" type="development" date="2024-10-19">
218+
<description>
219+
<ul>
220+
<li>Fixed a bug with custom Nextcloud servers hosted at a subdirectory, thanks to provokateurin</li>
221+
</ul>
222+
</description>
223+
</release>
217224
<release version="0.25.0" type="development" date="2024-10-01">
218225
<description>
219226
<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.0"
5+
#define MyAppVersion "0.25.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 int buildNumber = 25000;
5+
const int buildNumber = 25010;
66

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

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

metadata/ar/changelogs/25010.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• تم إصلاح خطأ في خوادم Nextcloud المخصصة المستضافة في دليل فرعي، وذلك بفضل provokateurin
2+
• تمت إزالة بعض أذونات الوسائط التي لم تكن مستخدمة
3+
• تم تمكين الرسوم المتحركة التنبؤية للرجوع إلى الخلف في Android

0 commit comments

Comments
 (0)