diff --git a/LaunchControl/LaunchControl-full-v2.5.0.exe b/LaunchControl/LaunchControl-full-v2.5.0.exe index b621b17..95c6301 100644 Binary files a/LaunchControl/LaunchControl-full-v2.5.0.exe and b/LaunchControl/LaunchControl-full-v2.5.0.exe differ diff --git a/LaunchControl/LaunchControl-full-v2.6.0.exe b/LaunchControl/LaunchControl-full-v2.6.0.exe new file mode 100644 index 0000000..f2c65fb Binary files /dev/null and b/LaunchControl/LaunchControl-full-v2.6.0.exe differ diff --git a/LaunchControl/LaunchControl-patch-v2.6.0.zip b/LaunchControl/LaunchControl-patch-v2.6.0.zip new file mode 100644 index 0000000..94c985f Binary files /dev/null and b/LaunchControl/LaunchControl-patch-v2.6.0.zip differ diff --git a/LaunchControl/LaunchControl/LaunchControl.exe b/LaunchControl/LaunchControl/LaunchControl.exe index 5156cc1..787c298 100644 Binary files a/LaunchControl/LaunchControl/LaunchControl.exe and b/LaunchControl/LaunchControl/LaunchControl.exe differ diff --git a/LaunchControl/LaunchControl/logs/2024-04-18_1.log b/LaunchControl/LaunchControl/logs/2024-04-18_1.log deleted file mode 100644 index a2a2011..0000000 --- a/LaunchControl/LaunchControl/logs/2024-04-18_1.log +++ /dev/null @@ -1,12 +0,0 @@ -2024-04-18 09:04:47 - [INFO ] (appconfig.cpp:36, void AppConfig::createLogger()): =============== start ================ -2024-04-18 09:04:47 - [INFO ] (appconfig.cpp:48, void AppConfig::readConfigIni()): "read config ini" -2024-04-18 09:04:47 - [WARN ] (appconfig.cpp:53, void AppConfig::readConfigIni()): "config.ini donot exist, create config.ini" -2024-04-18 09:04:47 - [INFO ] (src/appinfo.h:31, void printAppInfo()): "LaunchControl WIN" -2024-04-18 09:04:47 - [INFO ] (src/appinfo.h:35, void printAppInfo()): build time: "2024.04.15 16:35:50" -2024-04-18 09:04:48 - [WARN ] (:0, ): QMetaObject::connectSlotsByName: No matching signal for on_pushButton_DeselectAll_clicked() -2024-04-18 09:04:48 - [WARN ] (:0, ): QMetaObject::connectSlotsByName: No matching signal for on_pushButton_Min_clicked() -2024-04-18 09:04:48 - [DEBUG] (mainwindow.cpp:24, MainWindow::MainWindow(QWidget*)): 0x7d1c -2024-04-18 09:04:48 - [WARN ] (:0, ): QObject::connect: signal not found in QThread -2024-04-18 09:04:51 - [INFO ] (appconfig.cpp:202, void AppConfig::writeConfigIni()): "write config ini" -2024-04-18 09:04:51 - [INFO ] (appconfig.cpp:41, void AppConfig::closeLogger()): "close config ini" -2024-04-18 09:04:51 - [INFO ] (appconfig.cpp:42, void AppConfig::closeLogger()): ==================================== diff --git a/LaunchControl/pack.iss b/LaunchControl/pack.iss index 5c7d431..d680729 100644 --- a/LaunchControl/pack.iss +++ b/LaunchControl/pack.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LaunchControl" -#define MyAppVersion "2.5.0" +#define MyAppVersion "2.6.0" #define MyAppPublisher "xfd, Inc." #define MyAppURL "https://www.example.com/" #define MyAppExeName "LaunchControl.exe" diff --git a/LaunchControl/updates.json b/LaunchControl/updates.json index 1a1eae2..234bded 100644 --- a/LaunchControl/updates.json +++ b/LaunchControl/updates.json @@ -4,13 +4,13 @@ "windows": { "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "full-version": "2.4.4", + "full-version": "2.6.0", "download-full":false, "patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "patch-version": "2.4.4", + "patch-version": "2.6.0", "changelog": "1.modify retry method", - "modify-time": "20240415", + "modify-time": "20240515", "modifyCnt": "1" } }