Skip to content

Commit c5ed86d

Browse files
committed
Changes for release.
1 parent b607e42 commit c5ed86d

4 files changed

Lines changed: 22 additions & 4 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.07",
48-
"commit" : "79560645c6dfccfd4c059a75b1a8c16ba4202e57"
47+
"tag" : "24.08"
4948
}]
5049
}
5150
]

data/app.metainfo.xml.in

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@
1818
<launchable type="desktop-id">@app_id@.desktop</launchable>
1919

2020
<releases>
21+
<release type="stable" version="24.08" date="2024-03-18">
22+
<description translatable="no">
23+
<p>Changes:</p>
24+
<ul>
25+
<li>Emergency fix for 0 size fonts, the following is what changed in 24.07</li>
26+
<li>Add option to make the trash can visible</li>
27+
<li>Add option to set the trash can directory</li>
28+
<li>Add auto-save option (disabled by default)</li>
29+
<li>Add keyboard shortcuts for zoom in/out</li>
30+
<li>Add support for font sizes to the font preferences.</li>
31+
<li>Add table formatting (monospace fonts/centered)</li>
32+
<li>Add ordered/unordered list formatting (indent only)</li>
33+
<li>Monitor for disk changes and reload note as required</li>
34+
<li>Fix race condition for bare links causing formatting not to be applied correctly</li>
35+
<li>Fix warning message on the console about def:text nto found</li>
36+
<li>Fix translation of new note names</li>
37+
</ul>
38+
</description>
39+
</release>
2140
<release type="stable" version="24.07" date="2024-03-18">
2241
<description translatable="no">
2342
<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.07',
4+
version: '24.08',
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.07'
11+
source-tag: '24.08'
1212
source-depth: 1
1313
build-snaps:
1414
- blueprint-compiler

0 commit comments

Comments
 (0)