Skip to content

Commit 45a2bbc

Browse files
committed
Updates for release.
1 parent f908add commit 45a2bbc

5 files changed

Lines changed: 22 additions & 13 deletions

File tree

com.toolstack.Folio.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"sources" : [{
4545
"type" : "git",
4646
"url" : "https://github.com/toolstack/Folio",
47-
"tag" : "24.14",
48-
"commit" : "6aad16b8ad2b86c61c38d43befdc1cf8b8ebff38"
47+
"tag" : "25.01"
4948
}]
5049
}
5150
]

data/app.metainfo.xml.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@
2424
<launchable type="desktop-id">@app_id@.desktop</launchable>
2525

2626
<releases>
27+
<release type="stable" version="25.01" date="2025-02-04">
28+
<description translate="no">
29+
<p>Changes:</p>
30+
<ul>
31+
<li>Fixed renaming a note causing data loss for unsaved notes.</li>
32+
<li>Fixed new notes contain garbage instead of being blank.</li>
33+
<li>Fixed Catalan country code for translations.</li>
34+
<li>Fixed sidebar opening when saving a note with it closed.</li>
35+
<li>Translation updates</li>
36+
<li>Other minor fixes</li>
37+
</ul>
38+
</description>
39+
</release>
2740
<release type="stable" version="24.14" date="2024-12-01">
2841
<description translate="no">
2942
<p>Changes:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'com.toolstack.Folio',
33
['c', 'vala'],
4-
version: '24.14',
4+
version: '25.01',
55
meson_version: '>= 0.59.4',
66
default_options: [
77
'warning_level=2',

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parts:
88
folio:
99
plugin: meson
1010
source: https://github.com/toolstack/Folio.git
11-
source-tag: '24.14'
11+
source-tag: '25.01'
1212
source-depth: 1
1313
build-snaps:
1414
- blueprint-compiler

src/application.vala

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,12 @@ Sunniva Løvstad
205205
about.set_release_notes ("""
206206
<p>Changes:</p>
207207
<ul>
208-
<li>Added tooltips to more controls.</li>
209-
<li>Fixed memory leaks in preferences page, thanks @GeopJr</li>
210-
<li>Fixed more memory leaks throughout the codebase.</li>
211-
<li>Fixed padding in new/edit notebook dialog.</li>
212-
<li>Fixed inserting empty link tags properly.</li>
213-
<li>Fixed title level selector in the toolbar.</li>
214-
<li>Fixed saving notes overwriting symlinks.</li>
215-
<li>Translation updates</li>
216-
<li>Other minor fixes</li>
208+
<li>Fixed renaming a note causing data loss for unsaved notes.</li>
209+
<li>Fixed new notes contain garbage instead of being blank.</li>
210+
<li>Fixed Catalan country code for translations.</li>
211+
<li>Fixed sidebar opening when saving a note with it closed.</li>
212+
<li>Translation updates</li>
213+
<li>Other minor fixes</li>
217214
</ul>
218215
"""
219216
);

0 commit comments

Comments
 (0)