Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v2.3.1 release #702

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
guihkx marked this conversation as resolved.
Show resolved Hide resolved
<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.
guihkx marked this conversation as resolved.
Show resolved Hide resolved
* 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
6 changes: 3 additions & 3 deletions packaging/windows/Notes_Inno_Script_Github.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ AppId={{3C782395-4B68-4EA5-A2F4-C60E886CD71F}
AppName=Notes
AppVersion={#Version}
AppPublisher=Awesomeness
AppPublisherURL=https://www.get-notes.com/
AppSupportURL=https://www.get-notes.com/
AppUpdatesURL=https://www.get-notes.com/
AppPublisherURL=https://www.notes-foss.com/
guihkx marked this conversation as resolved.
Show resolved Hide resolved
AppSupportURL=https://www.notes-foss.com/
AppUpdatesURL=https://www.notes-foss.com/
UninstallDisplayIcon={app}\Notes.exe
DefaultDirName={code:GetDefaultInstallDir}\Notes
DefaultGroupName=Notes
Expand Down