Skip to content

Commit

Permalink
chore: Release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Oct 1, 2024
1 parent f1a0827 commit 0b13300
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

set(APP_VERSION 2.3.0)
set(APP_VERSION 2.3.1)
set(APP_ID "io.github.nuttyartist.notes")
set(APP_AUTHOR "Ruby Mamistvalove")
set(APP_AUTHOR_EMAIL "[email protected]")
Expand Down
13 changes: 12 additions & 1 deletion packaging/linux/common/notes.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,18 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-08-31" version="2.3.0">
<release date="2024-10-01" version="2.3.1">
<description>
<p>This is a minor, bugfix release.</p>
<p>Changes:</p>
<ul>
<li>Fixed a visual bug where the "Hide to tray" option would not reflect its real state.</li>
<li>Changed the strikethrough keyboard shortcut from Ctrl+S to Ctrl+Shift+X.</li>
</ul>
<p>Note: Anyone can still access all Pro features at no cost by building the app from source.</p>
</description>
</release>
<release date="2024-08-31" version="2.3.0">
<description>
<p>A new release is here with some new features, bug fixes and improvements.</p>
<p>New features:</p>
Expand Down
7 changes: 7 additions & 0 deletions packaging/linux/debian/changelog.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

-- @APP_AUTHOR@ <@APP_AUTHOR_EMAIL@> @DATE_NOW_UTC@

@PROJECT_NAME_LOWERCASE@ (2.3.1) stable; urgency=low

* Fixed a visual bug where the "Hide to tray" option would not reflect its real state.
* Changed the strikethrough keyboard shortcut from Ctrl+S to Ctrl+Shift+X.

-- @APP_AUTHOR@ <@APP_AUTHOR_EMAIL@> Tue, 1 Oct 2024 11:00:00 +0000

@PROJECT_NAME_LOWERCASE@ (2.3.0) stable; urgency=low

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

0 comments on commit 0b13300

Please sign in to comment.