Skip to content

Commit a2c118c

Browse files
committed
chore: bump version to 0.8.1, update changelog
1 parent a1286c6 commit a2c118c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 0.8.1 - 2026-03-04
4+
5+
### Added
6+
7+
- Add radial tree initial layout so the graph appears structured from the first frame
8+
- Add 150 warm-up simulation ticks before first render for near-instant settling
9+
- Add tooltips on hover for unclear settings (physics, constellation, display)
10+
11+
### Changed
12+
13+
- Rename constellation glow settings for clarity: Brightness, Halo intensity, Halo size, Parent halo, Edge glow
14+
- Rename "Changed only" to "Skip unchanged"
15+
316
## 0.8.0 - 2026-03-03
417

518
### 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.8.0",
3+
"version": "0.8.1",
44
"description": "Interactive tree visualizations for a Home Assistant entity hierarchy",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)