Thomas Basler
b6f0353b4e
webapp: add app.js.gz
v26.3.30
2026-03-30 19:18:50 +02:00
Thomas Basler
c6d46f0568
Merge branch 'pr3008' into dev
2026-03-30 18:16:55 +02:00
Pieter Hollander
a4b755efd1
Fix: WebSocket endpoints missing setAuthType for digest authentication
2026-03-30 16:41:03 +02:00
Thomas Basler
1c28be5f71
webapp: Add response error handling to getTimezoneList()
2026-03-30 13:48:44 +02:00
Thomas Basler
3b3feca756
Adjusted copyright information
2026-03-28 12:30:41 +01:00
Thomas Basler
4cb508302f
Updated copyright information
v26.3.28
2026-03-28 11:53:47 +01:00
Thomas Basler
a9aa0ea612
webapp: add app.js.gz
2026-03-28 11:34:53 +01:00
Thomas Basler
5c85bfa151
Upgrade actions/download-artifact from v4 to v8
2026-03-27 21:24:05 +01:00
Thomas Basler
e1e7eddaa2
Upgrade mikepenz/release-changelog-builder-action from v5 to v6
2026-03-27 21:22:57 +01:00
Thomas Basler
193074bf4b
Upgrade actions/upload-artifact from v4 to v7
2026-03-27 21:21:45 +01:00
Thomas Basler
1ae060b46f
Upgrade actions/cache from v5 to v6
2026-03-27 21:19:54 +01:00
Thomas Basler
f52cad0302
Upgrade dessant/lock-threads from v5 to v6
2026-03-27 21:15:49 +01:00
Thomas Basler
a789fa02e7
Upgrade actions/stale from v9 to v10
2026-03-27 21:14:52 +01:00
Thomas Basler
b842f003af
Upgrade actions/setup-python from v5 to v6
2026-03-27 21:13:36 +01:00
Thomas Basler
5da258df8a
Upgrade node to 24 in github actions
2026-03-27 21:11:31 +01:00
Thomas Basler
b565561034
Upgrade actions/setup-node from v4 to v6
2026-03-27 21:10:07 +01:00
Thomas Basler
7f0008eadd
Upgrade actions/checkout from v5 to v6
2026-03-27 21:06:19 +01:00
Thomas Basler
8f9a182e73
webapp: NTP admin did not receive proper headers
2026-03-27 19:50:41 +01:00
Thomas Basler
11ca9be3e4
Upgrade arkhipenko/TaskScheduler from 3.8.5 to 4.0.4
...
The _TASK_THREAD_SAFE is not required as all our tasks run in the same FreeRTOS thread.
2026-03-27 19:42:36 +01:00
Thomas Basler
954214ee28
Upgrade nrf24/RF24 from 1.4.11 to 1.5.0
2026-03-27 19:34:12 +01:00
Thomas Basler
3a6227aa6f
Upgrade olikraus/U8g2 from 2.36.17 to 2.36.18
2026-03-27 19:01:01 +01:00
Thomas Basler
0d67b834ef
Upgrade bblanchon/ArduinoJson from 7.4.2 to 7.4.3
2026-03-27 19:00:09 +01:00
Thomas Basler
7fda3f9802
webapp: Change build config to match current vue pre-definitions
2026-03-27 18:56:07 +01:00
Thomas Basler
66258719c3
webapp: Update dependencies
2026-03-27 17:13:41 +01:00
Thomas Basler
f8e0f18c03
Upgrade ESP32Async/ESPAsyncWebServer from 3.10.0 to 3.10.3
2026-03-27 17:00:05 +01:00
Thomas Basler
7592a5acd9
Fix: Websockets did not work on latest iOS versions
...
On iOS and iPadOS there seem to be some very strange timing related issues. This new connect/reconnect handling should fix this.
2026-03-27 16:59:42 +01:00
Thomas Basler
8919ad68d7
Allow log level configuration for async websockets and async tcp stack
2026-02-15 11:36:54 +01:00
Thomas Basler
86ed998c13
Upgrade ESP32Async/ESPAsyncWebServer from 3.9.6 to 3.10.0
2026-02-15 11:35:29 +01:00
Thomas Basler
a65e82f015
webapp: Update dependencies
2026-02-14 17:19:00 +01:00
Thomas Basler
d5d327cd14
Rework NTP handling
...
* Use mathieucarbou/MycilaNTP which make the same as the currenet code with further improvements
* Remove zones.json file as it is already included in the NTP library now
* Remove the "Timezone" property from config as we will only save the time zone name in future (instead of spec + name)
* When changing the time zone, the device local time will be updated immidiatly in the web ui
2026-02-14 16:18:56 +01:00
Thomas Basler
eb8158c1da
Upgrade olikraus/U8g2 from 2.36.15 to 2.36.17
2026-02-01 15:04:24 +01:00
Thomas Basler
9650325518
Upgrade ESP32Async/ESPAsyncWebServer from 3.9.3 to 3.9.6
2026-02-01 14:57:52 +01:00
Thomas Basler
d1dd0157ff
webapp: Update dependencies
2026-02-01 14:50:21 +01:00
Thomas Basler
0d2f0f5548
Added Serial Prefix to readme
2026-02-01 14:30:38 +01:00
Thomas Basler
d0deaf95cb
Merge branch 'pr2953' into dev
2026-02-01 14:29:36 +01:00
Thomas Basler
d0aed6c749
Merge branch 'pr2961' into dev
2026-02-01 14:28:44 +01:00
TID
da02a728e5
Update pl.lang.json
...
A few corrections to the Polish translation
2026-02-01 03:56:22 +01:00
psiegert
98f2892ed6
Add support for HMS-2000D-4T inverters with serial prefix 0x1166
...
Fixes recognition of Thai/Asian HMS-2000D-4T inverters that use serial
numbers starting with 1166. Without this fix, these inverters are not
properly recognized and the wrong RF module (not CMT2300A) is selected.
Tested with HMS-2000D-4T serial starting with 1166.
2026-01-26 09:16:39 +07:00
Thomas Basler
330bc0b40e
Upgrade olikraus/U8g2 from 2.36.12 to 2.36.15
2025-12-15 17:39:48 +01:00
Thomas Basler
cadf4ba009
Upgrade espMqttClient from 1.7.0 to 1.7.2
2025-12-15 17:33:31 +01:00
Thomas Basler
57c14eb650
Upgrade ESP32Async/ESPAsyncWebServer from 3.9.2 to 3.9.3
2025-12-15 17:32:53 +01:00
Thomas Basler
732a924356
Merge branch 'pr2905' into dev
2025-12-15 17:30:30 +01:00
Thomas Basler
090d19fe28
webapp: Update dependencies
2025-12-15 17:28:22 +01:00
Thomas Basler
dd8ca4d394
webapp: Prevent compile errors on newer tsc
2025-12-15 17:24:10 +01:00
Mathieu Carbou
a7193f0172
ESP32Async/ESPAsyncWebServer @ 3.9.2
2025-12-05 13:19:26 +01:00
Thomas Basler
4b2ab0d20a
webapp: Update dependencies
2025-09-16 19:32:01 +02:00
Thomas Basler
27e2ab225d
Updated discord link to delegate user directly into the right channel
2025-09-16 19:23:46 +02:00
Thomas Basler
1f0b4953f5
fix URL in greek language pack
2025-09-11 20:53:13 +02:00
Thomas Basler
f7e3693399
webapp: add app.js.gz
v25.9.11
2025-09-11 20:42:44 +02:00
Thomas Basler
3f35ed97dc
Added hint for breaking change
2025-09-11 20:32:59 +02:00