Skip to content

Commit 6aad16b

Browse files
committed
Updates for release.
1 parent c1538d0 commit 6aad16b

5 files changed

Lines changed: 28 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.13",
48-
"commit" : "70e1f989fe8415cf81067f2d56fe29c6b17bf50d"
47+
"tag" : "24.14"
4948
}]
5049
}
5150
]

data/app.metainfo.xml.in

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

2626
<releases>
27+
<release type="stable" version="24.14" date="2024-12-01">
28+
<description translate="no">
29+
<p>Changes:</p>
30+
<ul>
31+
<li>Added tooltips to more controls.</li>
32+
<li>Fixed memory leaks in preferences page, thanks @GeopJr</li>
33+
<li>Fixed more memory leaks throughout the codebase.</li>
34+
<li>Fixed padding in new/edit notebook dialog.</li>
35+
<li>Fixed inserting empty link tags properly.</li>
36+
<li>Fixed title level selector in the toolbar.</li>
37+
<li>Fixed saving notes overwriting symlinks.</li>
38+
<li>Translation updates</li>
39+
<li>Other minor fixes</li>
40+
</ul>
41+
</description>
42+
</release>
2743
<release type="stable" version="24.13" date="2024-11-12">
2844
<description translate="no">
2945
<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.13',
4+
version: '24.14',
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.13'
11+
source-tag: '24.14'
1212
source-depth: 1
1313
build-snaps:
1414
- blueprint-compiler

src/application.vala

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,15 @@ Sunniva Løvstad
205205
about.set_release_notes ("""
206206
<p>Changes:</p>
207207
<ul>
208-
<li>Added support to display long notebook/note names in the UI</li>
209-
<li>Perforamce improvements for large markdown files, thanks @machitgarha</li>
210-
<li>Fixed AppImage support</li>
211-
<li>Fixed highlighting of text when opening an outside file in Folio</li>
212-
<li>Fixed crash when opening files/notes from the command line</li>
213-
<li>Fixed autosave not functioning</li>
214-
<li>Fixed more issues with deleting notebooks</li>
215-
<li>Translation updates</li>
216-
<li>Other minor fixes</li>
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>
217217
</ul>
218218
"""
219219
);

0 commit comments

Comments
 (0)