File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10)
2
2
3
- set (APP_VERSION 2.3.0 )
3
+ set (APP_VERSION 2.3.1 )
4
4
set (APP_ID "io.github.nuttyartist.notes" )
5
5
set (APP_AUTHOR "Ruby Mamistvalove" )
6
6
set (APP_AUTHOR_EMAIL
"[email protected] " )
Original file line number Diff line number Diff line change 56
56
</screenshots >
57
57
<content_rating type =" oars-1.1" />
58
58
<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" >
60
71
<description >
61
72
<p >A new release is here with some new features, bug fixes and improvements.</p >
62
73
<p >New features:</p >
Original file line number Diff line number Diff line change 4
4
5
5
-- @APP_AUTHOR@ <@APP_AUTHOR_EMAIL@> @DATE_NOW_UTC@
6
6
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
+
7
14
@PROJECT_NAME_LOWERCASE@ (2.3.0) stable; urgency=low
8
15
9
16
* Export or import your notes to and from .txt and .md files.
You can’t perform that action at this time.
0 commit comments