Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Dec 30, 2024
1 parent 23ce889 commit 10e6e4c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion setup_script.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VersionString "0.0.4-rc2"
#define VersionString "0.0.4"
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"

[Setup]
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {

QApplication app(argc, argv);
QCoreApplication::setApplicationName("qtedit4");
QCoreApplication::setApplicationVersion("0.0.4-rc2");
QCoreApplication::setApplicationVersion("0.0.4");

#if defined(WIN32)
// default style on windows is ugly and unusable.
Expand Down
29 changes: 14 additions & 15 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
{
"updates":{
"windows":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3",
"latest-version":"0.0.3",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3/qtedit4-qt6.8.0-v0.0.3-x86_64.exe",
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start, margin position fixes\nGoto matching bracket",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
"latest-version":"0.0.4",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.exe",
"changelog":"Fixes running under gnome<br />Updates to the editor component<br />Added a minimap to the editors<br />Baby steps for a building projects",
"mandatory":true
},
"windows-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc2",
"latest-version":"0.0.4-rc2",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc2/qtedit4-qt6.8.0-v0.0.v0.0.4-rc2-x86_64.exe",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
"latest-version":"0.0.4",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.exe",
"changelog":"Fixes running under gnome<br />Updates to the editor component<br />Added a minimap to the editors<br />Baby steps for a building projects",
"mandatory":true
},
"linux":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3",
"latest-version":"0.0.3",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3/qtedit4-qt6.8.0-v0.0.3-x86_64.AppImage",
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start, margin position fixes\nGoto matching bracket",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
"latest-version":"0.0.4",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.AppImage",
"changelog":"Fixes running under gnome<br />Updates to the editor component<br />Added a minimap to the editors<br />Baby steps for a building projects",
"mandatory":true

},
"linux-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc2",
"latest-version":"0.0.4-rc2",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc2/qtedit4-qt6.8.0-v0.0.4-rc2-x86_64.AppImage",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
"latest-version":"0.0.4",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.AppImage",
"changelog":"Fixes running under gnome<br />Updates to the editor component<br />Added a minimap to the editors<br />Baby steps for a building projects",
"mandatory":true
}
Expand Down

0 comments on commit 10e6e4c

Please sign in to comment.