Skip to content

Commit a405cb3

Browse files
committed
Update release_notes.md
1 parent 78d7260 commit a405cb3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

release_notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
## v1.0.0 RC1 - The "Grand Cleanup" & Modular Renaissance
22
**Release Date:** January 28, 2026
33

4+
> [!CAUTION]
5+
> **🚨 CRITICAL UPDATE INSTRUCTION (For HACS Users)**
6+
>
7+
> HACS caches the old repository domain (`reterminal_dashboard`). To install this update correctly, you **MUST** perform a clean reinstall:
8+
> 1. In HACS, go to Integrations → Find **ESPHome Designer** (or reTerminal Dashboard) → Click **Wait** (three dots) → **Remove**.
9+
> 2. Go to **Integrations** → **Three dots** (top right) → **Custom repositories**.
10+
> 3. Find `https://github.com/koosoli/ESPHomeDesigner` and **delete it** (Trash icon).
11+
> 4. **Restart Home Assistant** (This is critical to clear the cache).
12+
> 5. Go back to HACS → **Custom repositories** → Re-add `https://github.com/koosoli/ESPHomeDesigner`.
13+
> 6. Install **ESPHome Designer** fresh.
14+
>
15+
> *Failing to do this will cause HACS to re-download the old version!*
16+
417
### 🚀 Major Architectural Revolution
518
- **Plugin-Based Widget Ecosystem:** A complete shift from a 3,800+ line monolithic exporter to a modular registry with **55+ independent widget plugins**. Every widget is now its own self-contained module, making the system faster, more stable, and easier to extend.
619
- **Backend Modularization:** Massive backend refactor splitting the monolithic `http_api.py` and `yaml_parser.py` into dedicated `api/` and `yaml_parser/` directories. This improves stability and enables complex parsing logic for new platforms.
@@ -43,6 +56,7 @@
4356
> - **Branding Rename:** The legacy `reterminal_dashboard` domain has been retired. The integration is now officially **`esphome_designer`**.
4457

4558

59+
4660
---
4761

4862
---

0 commit comments

Comments
 (0)