Skip to content

Commit

Permalink
version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Jan 28, 2025
1 parent 345f506 commit bfa6665
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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.5-rc1"
#define VersionString "0.0.5"
#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 @@ -27,7 +27,7 @@ int main(int argc, char *argv[]) {

QApplication app(argc, argv);
QCoreApplication::setApplicationName("qtedit4");
QCoreApplication::setApplicationVersion("0.0.5-rc1");
QCoreApplication::setApplicationVersion("0.0.5");

#if defined(WIN32)
// default style on windows is ugly and unusable.
Expand Down
28 changes: 14 additions & 14 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"updates":{
"windows":{
"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",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
"latest-version":"0.0.5",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.exe",
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
"mandatory":true
},
"windows-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5-rc1",
"latest-version":"0.0.5-rc1",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5-rc1/qtedit4-qt6.8.1-v0.0.5-rc1-x86_64.exe",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
"latest-version":"0.0.5",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.exe",
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
"mandatory":true
},
"linux":{
"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",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
"latest-version":"0.0.5",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.AppImage",
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
"mandatory":true
},
"linux-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5-rc1",
"latest-version":"0.0.5-rc1",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5-rc1/qtedit4-qt6.8.1-v0.0.5-rc1-x86_64.AppImage",
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.5",
"latest-version":"0.0.5",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.5/qtedit4-qt6.8.1-v0.0.5-x86_64.AppImage",
"changelog":"UI optimizations<br /> Mark modified lines<br />Using Qt docking system<br />Project build and issues for C++, GoLang and Rust<br />",
"mandatory":true
}
Expand Down

0 comments on commit bfa6665

Please sign in to comment.