diff --git a/CHANGELOG.md b/CHANGELOG.md index bed58e5eb..8fad9e78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for DHW once (OneTime water) heating command via MQTT [issue 195](https://github.com/proddy/EMS-ESP/issues/195) - Added scripts to automatically build firmware images on every Commit/Pull and nightly builds using TravisCI - Added option to WebUI to also download the latest development build +- Added build scripts for automated CI with TravisCI +- Implemented timezone support and automatic adjustment, also taking daylight saving times into account +- Added `kick` command to reset core services like NTP, Web, Web Sockets ### Fixed ### Changed +- Debug log times show real internet time (if NTP enabled) +- `system` shows local time instead of UTC +- fixed version numbers of libraries in `platformio.ini` + ### Removed ## [1.9.3] 2019-10-26 @@ -26,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Report # TCP dropouts in the `system` command. These could be due to WiFI or MQTT disconnected. - Added temp and mode to the MQTT `thermostat_cmd` topic -- build scripts for automated CI with TravisCI ### Fixed diff --git a/src/version.h b/src/version.h index f16beb84d..a5099fc1b 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.4b4" +#define APP_VERSION "1.9.4b5"