Skip to content

Commit 92d3d1f

Browse files
authored
Update CHANGELOG.md
1 parent 7f49098 commit 92d3d1f

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project are documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [0.2.0] - 2026-05-26
7+
## [0.2.0] - 2026-05-29
8+
9+
### Release status
10+
- Released as 0.2.0 in HACS official
811

912
### Added
1013
- HACS default-store availability; normal installs no longer require adding a custom repository.
@@ -54,11 +57,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5457
- Panel detail text now uses more of the available tile width before truncating.
5558
- Panel detail scrollbars now appear only when the optional text content actually overflows.
5659
- README installation flow now reflects default HACS availability, with custom repository instructions kept only as a fallback.
60+
- README now leads with six headline features, shows the uploaded animated feature GIFs directly, and keeps static screenshots collapsed below.
5761

5862
### Fixed
5963
- Empty YAML card creation now works cleanly so users can configure from the visual editor.
6064
- Sensor selectors remain GUI-first and use Home Assistant selectors.
6165
- Prefix auto-populate now respects exact entity ID prefixes.
66+
- Sensor auto-populate can search power and energy sensors by friendly name when the search text does not start with `sensor.`.
67+
- Auto-populated power sensors now refresh panel display names from the selected sensors' friendly names, preventing stale names from previous sensor assignments.
68+
- Auto-populate help text now explains the difference between `sensor.` entity ID prefix matching and friendly-name search.
6269
- Disabled panels keep their grid space and are excluded from sensor auto-fill.
6370
- Drag-and-drop panel ordering is persisted to card config so it syncs across devices.
6471
- Missing, unknown, or unavailable entities no longer crash popups or tiles.
@@ -76,6 +83,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
7683
- Popup graph range changes no longer jump the popup scroll position after async graph loads or power-pulse animation updates.
7784
- Panel performance/detail text no longer collides with row/column labels, and optional detail scroll areas are protected from the slot label.
7885
- HACS/readme documentation for release files, default-store install flow, and full feature coverage.
86+
- Panel popup setup now keeps the selected panel open and loads the graph after choosing a power sensor during first setup.
87+
- Popup close buttons remain clickable after graph range navigation and async graph loading.
88+
- Power rail/grid lines now align correctly with rendered panel rows when arrays have more than two rows.
89+
- Power rail/grid lines now keep their content coordinates stable while the card scrolls vertically.
90+
- Hidden slots and large arrays now keep rail/grid visuals aligned with the visible slot layout.
7991

8092

8193
## [0.1.0] - 2026-03-10

0 commit comments

Comments
 (0)