Skip to content

Commit 6bc83ef

Browse files
committed
v0.21.1
1 parent 7d6d4b2 commit 6bc83ef

43 files changed

Lines changed: 72 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-TW.md

Lines changed: 2 additions & 2 deletions

README.md

Lines changed: 2 additions & 2 deletions

README_zh-CN.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
@@ -196,6 +196,13 @@
196196
</screenshots>
197197

198198
<releases>
199+
<release version="0.21.1" type="development" date="2024-03-10">
200+
<description>
201+
<ul>
202+
<li>Reduced false positives when auto straightening lines</li>
203+
</ul>
204+
</description>
205+
</release>
199206
<release version="0.21.0" type="development" date="2024-03-06">
200207
<description>
201208
<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.0"
5+
#define MyAppVersion "0.21.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.sh --help` for more information.
33

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

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

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

metadata/ar/changelogs/21010.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• تقليل النتائج الإيجابية الكاذبة عند تقويم الخطوط تلقائيًا
2+
• دعم تجريبي للمزامنة في الخلفية على Android وiOS

metadata/ar/changelogs/210103.txt

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

0 commit comments

Comments
 (0)