This is a minor, bugfix release.
+Changes:
+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. diff --git a/packaging/windows/Notes_Inno_Script_Github.iss b/packaging/windows/Notes_Inno_Script_Github.iss index ba40ea25..bb7eae59 100644 --- a/packaging/windows/Notes_Inno_Script_Github.iss +++ b/packaging/windows/Notes_Inno_Script_Github.iss @@ -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/ +AppSupportURL=https://www.notes-foss.com/ +AppUpdatesURL=https://www.notes-foss.com/ UninstallDisplayIcon={app}\Notes.exe DefaultDirName={code:GetDefaultInstallDir}\Notes DefaultGroupName=Notes