Skip to content

Commit 61d794f

Browse files
committed
v0.25.9
1 parent b409901 commit 61d794f

File tree

45 files changed

+125
-20
lines changed

Some content is hidden

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

45 files changed

+125
-20
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
# Workaround for https://github.com/subosito/flutter-action/issues/345, needs to be removed when fixed
6262
channel: master
63-
flutter-version: 3.32.2
63+
flutter-version: 3.32.3
6464
cache: true
6565
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'
6666

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

216216
<releases>
217+
<release version="0.25.9" type="development" date="2025-06-12">
218+
<description>
219+
<ul>
220+
<li>Small UI improvements to the settings page</li>
221+
<li>The simplified home layout setting has been tweaked so the cards are no longer stretched out</li>
222+
<li>Removed references to GitHub Sponsors on iOS since they'd have to use in-app purchases</li>
223+
</ul>
224+
</description>
225+
</release>
217226
<release version="0.25.8" type="development" date="2025-05-31">
218227
<description>
219228
<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.25.8"
5+
#define MyAppVersion "0.25.9"
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 int buildNumber = 25080;
5+
const int buildNumber = 25090;
66

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

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

metadata/ar/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• تحسينات واجهة المستخدم الصغيرة على صفحة الإعدادات
2+
• تم تعديل إعداد التصميم المنزلي المبسط
3+
• إزالة الإشارات إلى رعاة Github على iOS لأنه يتعين عليهم استخدام عمليات الشراء داخل التطبيق

metadata/ar/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• تحسينات واجهة المستخدم الصغيرة على صفحة الإعدادات
2+
• تم تعديل إعداد التصميم المنزلي المبسط
3+
• إزالة الإشارات إلى رعاة Github على iOS لأنه يتعين عليهم استخدام عمليات الشراء داخل التطبيق

metadata/cs/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Malá vylepšení uživatelského rozhraní na stránce Nastavení
2+
• Zjednodušené nastavení rozvržení domácnosti bylo vylepšeno, takže karty již nejsou nataženy
3+
• Odstraněné odkazy na sponzory GitHubu na iOS, protože by museli používat nákupy v aplikaci

metadata/cs/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Malá vylepšení uživatelského rozhraní na stránce Nastavení
2+
• Zjednodušené nastavení rozvržení domácnosti bylo vylepšeno, takže karty již nejsou nataženy
3+
• Odstraněné odkazy na sponzory GitHubu na iOS, protože by museli používat nákupy v aplikaci

metadata/de/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Kleine UI -Verbesserungen auf der Einstellungsseite
2+
• Die vereinfachte Home -Layout -Einstellung wurde optimiert, damit die Karten nicht mehr ausgedehnt sind
3+
• Verweise auf Github-Sponsoren auf iOS entfernt, da sie In-App-Käufe verwenden müssten

metadata/de/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Kleine UI -Verbesserungen auf der Einstellungsseite
2+
• Die vereinfachte Home -Layout -Einstellung wurde optimiert, damit die Karten nicht mehr ausgedehnt sind
3+
• Verweise auf Github-Sponsoren auf iOS entfernt, da sie In-App-Käufe verwenden müssten

metadata/en-US/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Small UI improvements to the settings page
2+
• The simplified home layout setting has been tweaked so the cards are no longer stretched out
3+
• Removed references to GitHub Sponsors on iOS since they'd have to use in-app purchases

metadata/en-US/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Small UI improvements on the settings page
2+
• The simplified home layout setting has been tweaked so the cards are no longer stretched out
3+
• Removed references to GitHub Sponsors on iOS since they'd have to use in-app purchases

metadata/es/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Pequeñas mejoras de interfaz de usuario en la página de configuración
2+
• La configuración simplificada de diseño para el hogar se ha ajustado para que las tarjetas ya no se estiren
3+
• Referencias eliminadas a los patrocinadores de GitHub en iOS ya que tendrían que usar compras en la aplicación

metadata/es/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Pequeñas mejoras de interfaz de usuario en la página de configuración
2+
• La configuración simplificada de diseño para el hogar se ha ajustado para que las tarjetas ya no se estiren
3+
• Referencias eliminadas a los patrocinadores de GitHub en iOS ya que tendrían que usar compras en la aplicación

metadata/fa/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• پیشرفت های کوچک UI در صفحه تنظیمات
2+
• تنظیم طرح بندی خانگی ساده شده است تا کارتها دیگر کشیده نشوند
3+
• مراجع به حامیان مالی GitHub در iOS حذف شده است زیرا آنها باید از خریدهای درون برنامه استفاده کنند

metadata/fa/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• پیشرفت های کوچک UI در صفحه تنظیمات
2+
• تنظیم طرح بندی خانگی ساده شده است تا کارتها دیگر کشیده نشوند
3+
• مراجع به حامیان مالی GitHub در iOS حذف شده است زیرا آنها باید از خریدهای درون برنامه استفاده کنند

metadata/fr/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Améliorations de petites internes sur la page Paramètres
2+
• Le paramètre de mise en page simplifié a été modifié afin que les cartes ne soient plus étirées
3+
• Suppression des références aux sponsors GitHub sur iOS car ils devraient utiliser des achats intégrés

metadata/fr/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Améliorations de petites internes sur la page Paramètres
2+
• Le paramètre de mise en page simplifié a été modifié afin que les cartes ne soient plus étirées
3+
• Suppression des références aux sponsors GitHub sur iOS car ils devraient utiliser des achats intégrés

metadata/he/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• שיפורי ממשק משתמש קטנים בדף ההגדרות
2+
• הגדרת פריסת הבית הפשוטה הוצגה כך שהכרטיסים כבר לא נמתחים החוצה
3+
• הפניות הוסרו לספונסרים של GitHub ב- iOS מכיוון שהם יצטרכו להשתמש ברכישות בתוך האפליקציה

metadata/he/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• שיפורי ממשק משתמש קטנים בדף ההגדרות
2+
• הגדרת פריסת הבית הפשוטה הוצגה כך שהכרטיסים כבר לא נמתחים החוצה
3+
• הפניות הוסרו לספונסרים של GitHub ב- iOS מכיוון שהם יצטרכו להשתמש ברכישות בתוך האפליקציה

metadata/hu/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Kis felhasználói felület fejlesztése a Beállítások oldalon
2+
• Az egyszerűsített otthoni elrendezés beállítását megcsinálták, így a kártyák már nem húzódnak ki
3+
• Távolítsa el a GitHub szponzorokra való hivatkozásokat az iOS-on, mivel az alkalmazáson belüli vásárlásokat kellett használniuk

metadata/hu/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Kis felhasználói felület fejlesztése a Beállítások oldalon
2+
• Az egyszerűsített otthoni elrendezés beállítását megcsinálták, így a kártyák már nem húzódnak ki
3+
• Távolítsa el a GitHub szponzorokra való hivatkozásokat az iOS-on, mivel az alkalmazáson belüli vásárlásokat kellett használniuk

metadata/it/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Piccoli miglioramenti dell'interfaccia utente nella pagina Impostazioni
2+
• L'impostazione del layout per la casa semplificata è stata ottimizzata in modo che le carte non siano più estese
3+
• Riferimenti rimossi agli sponsor GitHub su iOS poiché avrebbero dovuto utilizzare gli acquisti in-app

metadata/it/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Piccoli miglioramenti dell'interfaccia utente nella pagina Impostazioni
2+
• L'impostazione del layout per la casa semplificata è stata ottimizzata in modo che le carte non siano più estese
3+
• Riferimenti rimossi agli sponsor GitHub su iOS poiché avrebbero dovuto utilizzare gli acquisti in-app

metadata/ja/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
•設定ページの小さなUIの改善
2+
•単純化されたホームレイアウト設定が微調整されているため、カードが伸びなくなりました
3+
•IOSのGithubスポンサーへの参照を削除すると、アプリ内購入を使用する必要があるため

metadata/ja/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
•設定ページの小さなUIの改善
2+
•単純化されたホームレイアウト設定が微調整されているため、カードが伸びなくなりました
3+
•IOSのGithubスポンサーへの参照を削除すると、アプリ内購入を使用する必要があるため

metadata/pt-BR/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Pequenas melhorias na interface do usuário na página de configurações
2+
• A configuração de layout da casa simplificada foi ajustada para que os cartões não sejam mais esticados
3+
• Referências removidas aos patrocinadores do GitHub no iOS, já que eles teriam que usar compras no aplicativo

metadata/pt-BR/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Pequenas melhorias na interface do usuário na página de configurações
2+
• A configuração de layout da casa simplificada foi ajustada para que os cartões não sejam mais esticados
3+
• Referências removidas aos patrocinadores do GitHub no iOS, já que eles teriam que usar compras no aplicativo

metadata/ru/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Небольшие улучшения пользовательского интерфейса на странице настроек
2+
• Упрощенная настройка макета дома была настроена, поэтому карты больше не растянуты
3+
• Удаленные ссылки на спонсоров GitHub на iOS, так как им придется использовать покупки в приложении

metadata/ru/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Небольшие улучшения пользовательского интерфейса на странице настроек
2+
• Упрощенная настройка макета дома была настроена, поэтому карты больше не растянуты
3+
• Удаленные ссылки на спонсоров GitHub на iOS, так как им придется использовать покупки в приложении

metadata/tr/changelogs/25090.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Ayarlar sayfasındaki küçük kullanıcı arayüzü iyileştirmeleri
2+
• Basitleştirilmiş ev düzeni ayarı ayarlandı, böylece kartlar artık uzatılmadı
3+
• Uygulama içi satın alımları kullanmak zorunda kaldıkları için GitHub sponsorlarına iOS'ta referanslar kaldırıldı

metadata/tr/changelogs/250903.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Ayarlar sayfasındaki küçük kullanıcı arayüzü iyileştirmeleri
2+
• Basitleştirilmiş ev düzeni ayarı ayarlandı, böylece kartlar artık uzatılmadı
3+
• Uygulama içi satın alımları kullanmak zorunda kaldıkları için GitHub sponsorlarına iOS'ta referanslar kaldırıldı
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
•设置页面上的小UI改进
2+
•简化的家庭布局设置已进行了调整,因此卡不再伸出
3+
•删除了iOS上的GitHub赞助商的引用,因为它们必须使用应用内购买
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
•设置页面上的小UI改进
2+
•简化的家庭布局设置已进行了调整,因此卡不再伸出
3+
•删除了iOS上的GitHub赞助商的引用,因为它们必须使用应用内购买
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
•設置頁面上的小UI改進
2+
•簡化的家庭佈局設置已進行了調整,因此卡不再伸出
3+
•刪除了iOS上的GitHub贊助商的引用,因為它們必須使用應用內購買
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
•設置頁面上的小UI改進
2+
•簡化的家庭佈局設置已進行了調整,因此卡不再伸出
3+
•刪除了iOS上的GitHub贊助商的引用,因為它們必須使用應用內購買

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.25.8+25080
18+
version: 0.25.9+25090
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ parts:
3636
saber:
3737
after: [rustup]
3838
source: https://github.com/saber-notes/saber.git
39-
source-tag: 'v0.25.8'
39+
source-tag: 'v0.25.9'
4040
plugin: flutter
4141
#build-attributes: [enable-patchelf]
4242
build-packages:

windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363
#ifdef FLUTTER_BUILD_NUMBER
6464
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
6565
#else
66-
#define VERSION_AS_NUMBER 0,25,8,0
66+
#define VERSION_AS_NUMBER 0,25,9,0
6767
#endif
6868

6969
#ifdef FLUTTER_BUILD_NAME
7070
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171
#else
72-
#define VERSION_AS_STRING "0.25.8.0"
72+
#define VERSION_AS_STRING "0.25.9.0"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)