Skip to content

Commit

Permalink
Updates for 24.05 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolstack committed Mar 6, 2024
1 parent e9e6146 commit a83a19c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 1 addition & 2 deletions com.toolstack.Folio.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"sources" : [{
"type" : "git",
"url" : "https://github.com/toolstack/Folio",
"tag" : "24.04",
"commit" : "f911c5b0e4fdd71a764aa452cb550cc6021dc1c3"
"tag" : "24.05"
}]
}
]
Expand Down
5 changes: 4 additions & 1 deletion data/app.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,20 @@
<launchable type="desktop-id">@app_id@.desktop</launchable>

<releases>
<release type="stable" version="24.05" date="TBD">
<release type="stable" version="24.05" date="2024-03-06">
<description translatable="no">
<p>Changes:</p>
<ul>
<li>Add snap release (thanks @soumyaDghosh)</li>
<li>Translation updates: Spanish &amp; French</li>
<li>Support Control-Click to open links in your default browser</li>
<li>Add formatting to links that do not have markdown syntax</li>
<li>Add formatting to e-mail address</li>
<li>Fix main menu box size</li>
<li>Fix more build warnings</li>
<li>Fix notebook icon not being updated after it is renamed</li>
<li>Fix crash if the note's directory has been moved/deleted</li>
<li>Fix missing scroll bars on notebook/note list</li>
</ul>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'com.toolstack.Folio',
['c', 'vala'],
version: '24.04',
version: '24.05',
meson_version: '>= 0.59.4',
default_options: [
'warning_level=2',
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: folio
name: folio
base: core22
adopt-info: folio
grade: stable
Expand All @@ -8,7 +8,7 @@ parts:
folio:
plugin: meson
source: https://github.com/toolstack/Folio.git
source-tag: '24.04'
source-tag: '24.05'
source-depth: 1
build-snaps:
- blueprint-compiler
Expand Down
3 changes: 3 additions & 0 deletions src/application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,16 @@ rene-coty
about.set_release_notes ("""
<p>Changes:</p>
<ul>
<li>Add snap release (thanks @soumyaDghosh)</li>
<li>Translation updates: Spanish & French</li>
<li>Support Control-Click to open links in your default browser</li>
<li>Add formatting to links that do not have markdown syntax</li>
<li>Add formatting to e-mail address</li>
<li>Fix main menu box size</li>
<li>Fix more build warnings</li>
<li>Fix notebook icon not being updated after it is renamed</li>
<li>Fix crash if the note's directory has been moved/deleted</li>
<li>Fix missing scroll bars on notebook/note list</li>
</ul>
"""
);
Expand Down

0 comments on commit a83a19c

Please sign in to comment.