Skip to content

Commit 881ea51

Browse files
committed
v0.24.1
1 parent b4576f3 commit 881ea51

43 files changed

Lines changed: 91 additions & 17 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-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,16 @@
203203
</screenshots>
204204

205205
<releases>
206+
<release version="0.24.1" type="development" date="2024-06-26">
207+
<description>
208+
<ul>
209+
<li>Reduced the glow effect of laser strokes</li>
210+
<li>The syncer will automatically pick up new files on your device</li>
211+
<li>Fixed a bug where uploading a file would fail after downloading it</li>
212+
<li>Run Saber with a <code>-v</code> flag for more detailed logs</li>
213+
</ul>
214+
</description>
215+
</release>
206216
<release version="0.24.0" type="development" date="2024-06-24">
207217
<description>
208218
<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.24.0"
5+
#define MyAppVersion "0.24.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/apply_version.dart --help` for more information.
33

44
/// The current app version as an ordinal number.
5-
const int buildNumber = 24000;
5+
const int buildNumber = 24010;
66

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

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

metadata/ar/changelogs/24010.txt

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

metadata/ar/changelogs/240103.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/ar/changelogs/24010.txt

0 commit comments

Comments
 (0)