Skip to content

Commit dfb7aa0

Browse files
committed
v0.23.2
1 parent e668b99 commit dfb7aa0

43 files changed

Lines changed: 107 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
@@ -198,6 +198,16 @@
198198
</screenshots>
199199

200200
<releases>
201+
<release version="0.23.2" type="development" date="2024-05-18">
202+
<description>
203+
<ul>
204+
<li>Increased PDF render quality</li>
205+
<li>Typed text now properly aligns with the page lines if enabled</li>
206+
<li>Updated the color picker dialogs</li>
207+
<li>Misc improvements from the new Flutter 3.22</li>
208+
</ul>
209+
</description>
210+
</release>
201211
<release version="0.23.1" type="development" date="2024-05-14">
202212
<description>
203213
<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.23.1"
5+
#define MyAppVersion "0.23.2"
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 = 23010;
5+
const int buildNumber = 23020;
66

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

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

metadata/ar/changelogs/23020.txt

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

metadata/ar/changelogs/230203.txt

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

0 commit comments

Comments
 (0)