From 5c78653edd6fcc6d378088999b266a1b273db8f7 Mon Sep 17 00:00:00 2001 From: TTLC198 <41226242+TTLC198@users.noreply.github.com> Date: Sat, 11 Nov 2023 20:06:21 +0300 Subject: [PATCH] Added changes to changelog --- Changelog.md | 7 +++++++ Installer/config.iss | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"