diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 1db1716b9..7c4bdb9b9 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -7,14 +7,17 @@ ## Added - humidity for ventilation devices -- telegrams for RC100H, hc2 (seen on discord) +- telegrams for RC100H, hc2, etc. (seen on discord, not tested) - names for BC400, GB192i, read temperatures for low loss header and heatblock [#1317](https://github.com/emsesp/EMS-ESP32/discussions/1317) - option for `forceheatingoff` [#1262](https://github.com/emsesp/EMS-ESP32/issues/1262) - remote thermostat emulation for RC3xx +- publish time for shower ## Fixed +- remove command `remoteseltemp`, thermostat accept it only from remote thermostat + ## Changed -- update to arduino 2.0.14 / idf 4.4.6 -- small changes for arduino 3.0.0 / idf 5.1 compatibility +- update to platform 6.4.0, arduino 2.0.14 / idf 4.4.6 +- small changes for arduino 3.0.0 / idf 5.1 compatibility (not backward compatible to platform 6.3.2 and before) diff --git a/src/version.h b/src/version.h index a6183ebc4..8646c5ee5 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.3-dev.2g" +#define EMSESP_APP_VERSION "3.6.3-dev.2h"