diff --git a/Changelog.md b/Changelog.md index 0aa9456..c31c3fb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### v1.1.3 (11.11.2023) + +- Added support for devices with a new type of software based on ESP-IDF, +- Fixed a bug related to reducing the weight of the program in the previous update, +- Fixed and improved device selection in the connection settings page, +- Improved performance when interacting with dropdown fields. + ### v1.1.2 (10.07.2023) - Updated libraries for interaction with PC, diff --git a/Installer/config.iss b/Installer/config.iss index 73105d1..c05e11a 100644 --- a/Installer/config.iss +++ b/Installer/config.iss @@ -1,5 +1,5 @@ #define AppName "HSMonitor" -#define AppVersion "1.1.2" +#define AppVersion "1.1.3" #define GithubPage "https://github.com/TTLC198/HSMonitor" #define RegistryStartup "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"