Skip to content

Commit 0b13300

Browse files
committed
chore: Release v2.3.1
1 parent f1a0827 commit 0b13300

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
set(APP_VERSION 2.3.0)
3+
set(APP_VERSION 2.3.1)
44
set(APP_ID "io.github.nuttyartist.notes")
55
set(APP_AUTHOR "Ruby Mamistvalove")
66
set(APP_AUTHOR_EMAIL "[email protected]")

packaging/linux/common/notes.appdata.xml.in

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,18 @@
5656
</screenshots>
5757
<content_rating type="oars-1.1" />
5858
<releases>
59-
<release date="2024-08-31" version="2.3.0">
59+
<release date="2024-10-01" version="2.3.1">
60+
<description>
61+
<p>This is a minor, bugfix release.</p>
62+
<p>Changes:</p>
63+
<ul>
64+
<li>Fixed a visual bug where the "Hide to tray" option would not reflect its real state.</li>
65+
<li>Changed the strikethrough keyboard shortcut from Ctrl+S to Ctrl+Shift+X.</li>
66+
</ul>
67+
<p>Note: Anyone can still access all Pro features at no cost by building the app from source.</p>
68+
</description>
69+
</release>
70+
<release date="2024-08-31" version="2.3.0">
6071
<description>
6172
<p>A new release is here with some new features, bug fixes and improvements.</p>
6273
<p>New features:</p>

packaging/linux/debian/changelog.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
-- @APP_AUTHOR@ <@APP_AUTHOR_EMAIL@> @DATE_NOW_UTC@
66

7+
@PROJECT_NAME_LOWERCASE@ (2.3.1) stable; urgency=low
8+
9+
* Fixed a visual bug where the "Hide to tray" option would not reflect its real state.
10+
* Changed the strikethrough keyboard shortcut from Ctrl+S to Ctrl+Shift+X.
11+
12+
-- @APP_AUTHOR@ <@APP_AUTHOR_EMAIL@> Tue, 1 Oct 2024 11:00:00 +0000
13+
714
@PROJECT_NAME_LOWERCASE@ (2.3.0) stable; urgency=low
815

916
* Export or import your notes to and from .txt and .md files.

0 commit comments

Comments
 (0)