From 0b13300e3b7045ca20dab2173441bee59ed469aa Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:36:55 -0300 Subject: [PATCH] chore: Release v2.3.1 --- CMakeLists.txt | 2 +- packaging/linux/common/notes.appdata.xml.in | 13 ++++++++++++- packaging/linux/debian/changelog.in | 7 +++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7106276c..4380d39e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "ruby.mamistvalove@gmail.com") diff --git a/packaging/linux/common/notes.appdata.xml.in b/packaging/linux/common/notes.appdata.xml.in index 13d8aa09..e0a03689 100644 --- a/packaging/linux/common/notes.appdata.xml.in +++ b/packaging/linux/common/notes.appdata.xml.in @@ -56,7 +56,18 @@ - + + +

This is a minor, bugfix release.

+

Changes:

+
    +
  • 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.
  • +
+

Note: Anyone can still access all Pro features at no cost by building the app from source.

+
+
+

A new release is here with some new features, bug fixes and improvements.

New features:

diff --git a/packaging/linux/debian/changelog.in b/packaging/linux/debian/changelog.in index ce824e58..88588db5 100644 --- a/packaging/linux/debian/changelog.in +++ b/packaging/linux/debian/changelog.in @@ -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.