From 6c9c0b74094bab89c30a31a2a45e17534036d0b5 Mon Sep 17 00:00:00 2001
From: guihkx <626206+guihkx@users.noreply.github.com>
Date: Tue, 1 Oct 2024 10:53:45 -0300
Subject: [PATCH] chore: Update UPDATES_FOSS.json for v2.3.1
---
UPDATES_FOSS.json | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/UPDATES_FOSS.json b/UPDATES_FOSS.json
index 1d87a40a..ab096bfb 100644
--- a/UPDATES_FOSS.json
+++ b/UPDATES_FOSS.json
@@ -1,22 +1,22 @@
{
"updates": {
"windows": {
- "open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/NotesSetup_2.3.0.exe",
- "latest-version": "2.3.0",
- "download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/NotesSetup_2.3.0.exe",
- "changelog": ""
+ "open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/NotesSetup_2.3.1.exe",
+ "latest-version": "2.3.1",
+ "download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/NotesSetup_2.3.1.exe",
+ "changelog": "
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 strike-through keyboard shortcut from Ctrl+S to Ctrl+Shift+X
Join our Discord for discussions, and feel free to email us. We love hearing from our users.
"
},
"osx": {
- "open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes.2.3.0.dmg",
- "latest-version": "2.3.0",
- "download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes.2.3.0.dmg",
- "changelog": ""
+ "open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes.2.3.1.dmg",
+ "latest-version": "2.3.1",
+ "download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes.2.3.1.dmg",
+ "changelog": "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 strike-through keyboard shortcut from Ctrl+S to Ctrl+Shift+X
Join our Discord for discussions, and feel free to email us. We love hearing from our users.
"
},
"linux": {
- "open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes_2.3.0-Qt6.4.3-x86_64.AppImage",
- "latest-version": "2.3.0",
- "download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes_2.3.0-Qt6.4.3-x86_64.AppImage",
- "changelog": ""
+ "open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes_2.3.1-Qt6.4.3-x86_64.AppImage",
+ "latest-version": "2.3.1",
+ "download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes_2.3.1-Qt6.4.3-x86_64.AppImage",
+ "changelog": "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 strike-through keyboard shortcut from Ctrl+S to Ctrl+Shift+X
Join our Discord for discussions, and feel free to email us. We love hearing from our users.
"
}
}
}