You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## Upcoming [0.6.0] - tbd
5
+
## Upcoming [0.6.0] - 2025-11-03
6
6
7
7
> [!CAUTION]
8
8
> This update has breaking changes!
@@ -76,11 +76,16 @@ All notable changes to this project will be documented in this file.
76
76
- Fixed preprocessor warning: usage of #ifdef with OR operator [#100](https://github.com/theelims/ESP32-sveltekit/pull/100)
77
77
- Fixed preprocessor warning: redefinition of ESP_PLATFORM [#100](https://github.com/theelims/ESP32-sveltekit/pull/100)
78
78
- Fixed deprecated usage of merge-bin and its parameters in scripts/merge_bin.py [#100](https://github.com/theelims/ESP32-sveltekit/pull/100)
79
+
- Fixed Download OTA. Issues with certificate validation might remain, but build flag `-D DOWNLOAD_OTA_SKIP_CERT_VERIFY` allows to circumvent issue by sacrificing certificate validation.
79
80
80
81
### Removed
81
82
82
83
- Removed async workers in PsychicHttp, as these were not used, but caused linker errors.
83
84
85
+
### Depreciate
86
+
87
+
- Support for ESP Arduino 2 and ESP-IDF v4 will depreciate some time in the future. Try to migrate to the current Arduino 3 / ESP-IDF v5 based branch.
88
+
84
89
### Migration Guide
85
90
86
91
#### PIO Arduino & ESP-IDF 5
@@ -108,6 +113,10 @@ This will migrate some of your svelte files to the new naming convention of Tail
108
113
109
114
The themes are to be found in `app.css` now. Add them back if they had been changed from the default.
110
115
116
+
### Acknowledgment
117
+
118
+
Many thanks to @ewowi, @hmbacher, and @stamp who contributed significantly to this new release.
119
+
111
120
## [0.5.0] - 2024-05-06
112
121
113
122
Changes the Event Socket System to use a clearer message structure and MessagePack. Brings breaking changes to the `EventSocket.h` API.
0 commit comments