Skip to content

Commit 986a65b

Browse files
committed
Preparing v0.6.0 release
1 parent dafdf20 commit 986a65b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Upcoming [0.6.0] - tbd
5+
## Upcoming [0.6.0] - 2025-11-03
66

77
> [!CAUTION]
88
> This update has breaking changes!
@@ -76,11 +76,16 @@ All notable changes to this project will be documented in this file.
7676
- Fixed preprocessor warning: usage of #ifdef with OR operator [#100](https://github.com/theelims/ESP32-sveltekit/pull/100)
7777
- Fixed preprocessor warning: redefinition of ESP_PLATFORM [#100](https://github.com/theelims/ESP32-sveltekit/pull/100)
7878
- 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.
7980

8081
### Removed
8182

8283
- Removed async workers in PsychicHttp, as these were not used, but caused linker errors.
8384

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+
8489
### Migration Guide
8590

8691
#### PIO Arduino & ESP-IDF 5
@@ -108,6 +113,10 @@ This will migrate some of your svelte files to the new naming convention of Tail
108113

109114
The themes are to be found in `app.css` now. Add them back if they had been changed from the default.
110115

116+
### Acknowledgment
117+
118+
Many thanks to @ewowi, @hmbacher, and @stamp who contributed significantly to this new release.
119+
111120
## [0.5.0] - 2024-05-06
112121

113122
Changes the Event Socket System to use a clearer message structure and MessagePack. Brings breaking changes to the `EventSocket.h` API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The code runs on many variants of the ESP32 chip family. From the plain old ESP3
5959
- [tabler ICONS](https://tabler-icons.io/)
6060
- [unplugin-icons](https://github.com/antfu/unplugin-icons)
6161
- [svelte-modals](https://svelte-modals.mattjennings.io/)
62-
- [svelte-dnd-list](https://github.com/tarb/svelte-dnd-list)
62+
- [svelte-dnd-action](https://github.com/isaacHagoel/svelte-dnd-action)
6363
- [ArduinoJson](https://github.com/bblanchon/ArduinoJson)
6464
- [PsychicHttp](https://github.com/hoeken/PsychicHttp)
6565
- [PsychicMqttClient](https://github.com/theelims/PsychicMqttClient)

0 commit comments

Comments
 (0)