Skip to content

Commit f516188

Browse files
committed
v0.22.0
1 parent 5721e01 commit f516188

43 files changed

Lines changed: 73 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,14 @@
198198
</screenshots>
199199

200200
<releases>
201+
<release version="0.22.0" type="development" date="2024-05-02">
202+
<description>
203+
<ul>
204+
<li>A simulated pencil sound effect has been added.</li>
205+
<li>The Nextcloud syncing issue has been fixed.</li>
206+
</ul>
207+
</description>
208+
</release>
201209
<release version="0.21.4" type="development" date="2024-04-20">
202210
<description>
203211
<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.21.4"
5+
#define MyAppVersion "0.22.0"
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.sh --help` for more information.
33

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

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

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

metadata/ar/changelogs/22000.txt

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

metadata/ar/changelogs/220003.txt

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

0 commit comments

Comments
 (0)