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;

0 commit comments

Comments
 (0)