Skip to content

Commit e9c0cc4

Browse files
committed
v1.27.2
1 parent 82618be commit e9c0cc4

File tree

46 files changed

+200
-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

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

216216
<releases>
217+
<release version="1.27.2" type="development" date="2025-11-07">
218+
<description>
219+
<ul>
220+
<li>Fixed the entire app breaking if you choose the Esperanto language.</li>
221+
<li>Fixed the navigation bar not updating its text when you change language.</li>
222+
<li>Fixed the storage used percentage not being rounded.</li>
223+
<li>Freed up memory used by images and PDFs.</li>
224+
<li>Removed the pencil sound effect, and removed the sound+microphone flatpak permission.</li>
225+
</ul>
226+
</description>
227+
</release>
217228
<release version="1.27.1" type="development" date="2025-11-02">
218229
<description>
219230
<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.27.1"
5+
#define MyAppVersion "1.27.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/bump_version.dart --help` for more information.
33

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

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

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

metadata/ar/changelogs/127020.txt

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

0 commit comments

Comments
 (0)