@@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.5.0] - 2026-06-30
9+
10+ ### Added
11+
12+ - ** Graph widget** : time-series line chart for one or more numeric entities,
13+ with configurable ` hours_to_show ` , ` smoothing ` , axis labels, grid lines,
14+ ` group_by ` aggregation, ` extrema ` markers, ` min_bound_range ` , and
15+ multi-entity overlay support.
16+ - ** Bar chart mode** for the Graph widget (` chart_type: "bar" ` ).
17+ - ** Color threshold styling** for the Graph widget: segments change color
18+ based on configurable value thresholds.
19+ - ** Gauge widget** : arc-style gauge for a single numeric entity with
20+ configurable ` min ` , ` max ` , and optional color thresholds.
21+ - ** Frame widget** : decorative card with rounded corners for visual grouping,
22+ with no entity data of its own.
23+ - ** Calendar widget** : upcoming-events list sourced from HA calendar entities.
24+ - ** Custom sensor overrides** for the Weather widget: replace the built-in
25+ temperature, humidity, or wind sensors with arbitrary entity IDs.
26+ - ** ` hide_icon ` ** option on the Entity and Tile widgets to suppress the icon
27+ circle entirely.
28+ - ** ` hide_fill ` ** and ** ` hide_state ` ** options on the Sensor widget sparkline.
29+ - ** Seeed reTerminal E1001 and E1003** device presets in the config flow.
30+
31+ ### Changed
32+
33+ - Widget SVG backgrounds are now transparent, enabling correct compositing
34+ when widgets overlap or when the dashboard background shows through.
35+
36+ ### Fixed
37+
38+ - Config flow: ` grayscale_levels ` is now coerced to ` int ` before validation,
39+ preventing a type error when the value arrives as a string.
40+
41+ ### Performance
42+
43+ - Frontend editor skips redundant SVG renders instead of queuing them,
44+ reducing unnecessary server round-trips during rapid widget edits.
45+
846## [ 0.4.1] - 2026-05-21
947
1048### Fixed
@@ -145,6 +183,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145183
146184- Initial release.
147185
186+ [ 0.5.0 ] : https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.4.1...v0.5.0
148187[ 0.4.1 ] : https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.4.0...v0.4.1
149188[ 0.4.0 ] : https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.3.0...v0.4.0
150189[ 0.3.0 ] : https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.2.0...v0.3.0
0 commit comments