This commit is contained in:
MichaelDvP
2024-10-14 19:03:45 +02:00
4 changed files with 16 additions and 13 deletions

View File

@@ -44,6 +44,9 @@ For more details go to [www.emsesp.org](https://www.emsesp.org/).
- auto Scroll in WebLog UI - reduced delay so incoming logs are faster
- uploading custom support info, shown to Guest users in Help page [#2054](https://github.com/emsesp/EMS-ESP32/issues/2054)
- feature: Dashboard showing all data (favorites, sensors, custom) [#1958](https://github.com/emsesp/EMS-ESP32/issues/1958)
- entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 [#2088](https://github.com/emsesp/EMS-ESP32/issues/2088)
- internal ESP32 temperature sensor on the S3 [#2077](https://github.com/emsesp/EMS-ESP32/issues/2077)
- MQTT status topic (used in connect and last will) set to Retain [#2086](https://github.com/emsesp/EMS-ESP32/discussions/2086)
## Fixed

View File

@@ -31,7 +31,7 @@
"async-validator": "^4.2.5",
"jwt-decode": "^4.0.0",
"mime-types": "^2.1.35",
"preact": "^10.24.2",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
@@ -59,7 +59,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.34.1",
"typescript-eslint": "8.8.1",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.0.1"
},

View File

@@ -1920,7 +1920,7 @@ __metadata:
formidable: "npm:^3.5.1"
jwt-decode: "npm:^4.0.0"
mime-types: "npm:^2.1.35"
preact: "npm:^10.24.2"
preact: "npm:^10.24.3"
prettier: "npm:^3.3.3"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
@@ -1932,7 +1932,7 @@ __metadata:
typesafe-i18n: "npm:^5.26.2"
typescript: "npm:^5.6.3"
typescript-eslint: "npm:8.8.1"
vite: "npm:^5.4.8"
vite: "npm:^5.4.9"
vite-plugin-imagemin: "npm:^0.6.1"
vite-tsconfig-paths: "npm:^5.0.1"
languageName: unknown
@@ -5840,10 +5840,10 @@ __metadata:
languageName: node
linkType: hard
"preact@npm:^10.24.2":
version: 10.24.2
resolution: "preact@npm:10.24.2"
checksum: 10c0/d1d22c5e1abc10eb8f83501857ef22c54a3fda2d20449d06f5b3c7d5ae812bd702c16c05b672138b8906504f9c893e072e9cebcbcada8cac320edf36265788fb
"preact@npm:^10.24.3":
version: 10.24.3
resolution: "preact@npm:10.24.3"
checksum: 10c0/c863df6d7be6a660480189762d8a8f2d4148733fc2bb9efbd9d2fd27315d2c7ede850a16077d716c91666c915c0349bd3c9699733e4f08457226a0519f408761
languageName: node
linkType: hard
@@ -7232,9 +7232,9 @@ __metadata:
languageName: node
linkType: hard
"vite@npm:^5.4.8":
version: 5.4.8
resolution: "vite@npm:5.4.8"
"vite@npm:^5.4.9":
version: 5.4.9
resolution: "vite@npm:5.4.9"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
@@ -7271,7 +7271,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/af70af6d6316a3af71f44ebe3ab343bd66450d4157af73af3b32239e1b6ec43ff6f651d7cc4193b21ed3bff2e9356a3de9e96aee53857f39922e4a2d9fad75a1
checksum: 10c0/e9c59f2c639047e37c79bbbb151c7a55a3dc27932957cf4cf0447ee0bdcc1ddfd9b1fb3ba0465371c01ba3616d62561327855794c2d652213c3a10a32e6d369d
languageName: node
linkType: hard

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.7.0-dev.44"
#define EMSESP_APP_VERSION "3.7.0-dev.45"