From bfa6665ed4000201c5a4d602b10d9739443948db Mon Sep 17 00:00:00 2001 From: Diego Iastrubni Date: Tue, 28 Jan 2025 18:26:45 +0200 Subject: [PATCH] version 0.0.5 --- setup_script.iss | 2 +- src/main.cpp | 2 +- updates.json | 28 ++++++++++++++-------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/setup_script.iss b/setup_script.iss index e132422..40f16fa 100644 --- a/setup_script.iss +++ b/setup_script.iss @@ -1,4 +1,4 @@ -#define VersionString "0.0.5-rc1" +#define VersionString "0.0.5" #define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c" [Setup] diff --git a/src/main.cpp b/src/main.cpp index 6bd6cd9..78e4576 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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. diff --git a/updates.json b/updates.json index a2d115f..14d6caf 100644 --- a/updates.json +++ b/updates.json @@ -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
Updates to the editor component
Added a minimap to the editors
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
Mark modified lines
Using Qt docking system
Project build and issues for C++, GoLang and Rust
", "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
Mark modified lines
Using Qt docking system
Project build and issues for C++, GoLang and Rust
", "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
Updates to the editor component
Added a minimap to the editors
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
Mark modified lines
Using Qt docking system
Project build and issues for C++, GoLang and Rust
", "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
Mark modified lines
Using Qt docking system
Project build and issues for C++, GoLang and Rust
", "mandatory":true }