diff --git a/LaunchControl/LaunchControl-full-v2.5.0.exe b/LaunchControl/LaunchControl-full-v2.5.0.exe new file mode 100644 index 0000000..b621b17 Binary files /dev/null and b/LaunchControl/LaunchControl-full-v2.5.0.exe differ diff --git a/LaunchControl/LaunchControl/LaunchControl.exe b/LaunchControl/LaunchControl/LaunchControl.exe index 4f60781..5156cc1 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 new file mode 100644 index 0000000..a2a2011 --- /dev/null +++ b/LaunchControl/LaunchControl/logs/2024-04-18_1.log @@ -0,0 +1,12 @@ +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 5c27396..5c7d431 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.4.4" +#define MyAppVersion "2.5.0" #define MyAppPublisher "xfd, Inc." #define MyAppURL "https://www.example.com/" #define MyAppExeName "LaunchControl.exe"