Skip to content

Commit 43810a0

Browse files
committed
chore: bump version to 0.7.0, update changelog
1 parent 90b977c commit 43810a0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.7.0 - 2026-03-03
4+
5+
### Added
6+
7+
- Add automation edge visualization with colored lines per relation type (trigger, condition, action) and hover-to-highlight
8+
- Add automation tooltip showing which automations reference an entity and vice versa
9+
- Add "Automation entities only" filter to show only entities referenced by automations
10+
- Add "Appear on change" mode where nodes start hidden and wave in with staggered animation as state changes arrive
11+
- Add state change counter per entity, shown in tooltip
12+
- Add Automations settings section with edge toggle and automation-only filter
13+
- Add `src/ha/automation.ts` module for fetching automation configs and extracting entity references
14+
15+
### Changed
16+
17+
- Restructure Mode section with parent-child grouping: Entities, Hulls, Constellation each have indented sub-options
18+
- Move Mode section to top of settings panel
19+
- Move "Entities" toggle and "Unavailable" select from Display to Mode as parent/child
20+
- Disable dependent settings contextually (e.g., automation-only requires loaded data, appear-on-change locks entities on)
21+
- Accept `connection` parameter in `createForceViz` for automation WebSocket calls
22+
- Split `rebuildWithStructure` into `rebuildGraph` (filter-only) and `rebuildWithStructure` (reloads automation data)
23+
- Pass optional extra HTML to tooltip for force-specific content
24+
325
## 0.6.1 - 2026-03-02
426

527
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ha-hypertree",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Interactive tree visualizations for a Home Assistant entity hierarchy",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)