Skip to content

Commit 1148319

Browse files
committed
v0.25.4
1 parent fe0630a commit 1148319

44 files changed

Lines changed: 89 additions & 19 deletions

File tree

Some content is hidden

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

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@
214214
</screenshots>
215215

216216
<releases>
217+
<release version="0.25.4" type="development" date="2025-02-22">
218+
<description>
219+
You can now customize the line thickness of your background pattern,
220+
and files downloaded from the server now have the proper timestamp, preventing them from being synced repeatedly.
221+
</description>
222+
</release>
217223
<release version="0.25.3" type="development" date="2024-12-14">
218224
<description>
219225
<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.3"
5+
#define MyAppVersion "0.25.4"
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 = 25030;
5+
const int buildNumber = 25040;
66

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

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

metadata/ar/changelogs/25040.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
يمكنك الآن تخصيص سمك خط نمط الخلفية الخاص بك ،
2+
والملفات التي تم تنزيلها من الخادم لديها الآن الطابع الزمني المناسب ، مما يمنعهم من مزامنة بشكل متكرر.

0 commit comments

Comments
 (0)