Skip to content

Commit c77836e

Browse files
committed
v1.27.0
1 parent 83def12 commit c77836e

File tree

46 files changed

+165
-19
lines changed

Some content is hidden

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

46 files changed

+165
-19
lines changed

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

216216
<releases>
217+
<release version="1.27.0" type="development" date="2025-10-30">
218+
<description>
219+
<ul>
220+
<li>Improved the look of pencil strokes and their rendering performance.</li>
221+
<li>Saber now uses a themed title bar (configurable), which responds to light/dark mode changes.</li>
222+
<li>Switches are now themed on the Cupertino (iOS-style) theme.</li>
223+
<li>Added an Esperanto translation.</li>
224+
</ul>
225+
</description>
226+
</release>
217227
<release version="1.26.12" type="development" date="2025-10-30">
218228
<description>
219229
<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 "1.26.12"
5+
#define MyAppVersion "1.27.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/bump_version.dart --help` for more information.
33

44
/// The current app version as an ordinal number.
5-
const buildNumber = 126120;
5+
const buildNumber = 127000;
66

77
/// The current app version as a string.
8-
const buildName = '1.26.12';
8+
const buildName = '1.27.0';
99

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

metadata/ar/changelogs/127000.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
• تحسين مظهر ضربات القلم الرصاص وأداء عرضها.
2+
• يستخدم Saber الآن شريط عنوان خاصًا على نظامي التشغيل Windows وLinux، والذي يستجيب للتغييرات في الوضع الفاتح/الداكن.
3+
• أصبحت المفاتيح الآن تحمل سمة كوبرتينو (نمط iOS).
4+
• أضيفت ترجمة الاسبرانتو.

0 commit comments

Comments
 (0)