File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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+ ## [ 1.0.2] - 2026-04-12
9+
10+ ### Added
11+
12+ - Colorized ` dashboard ` output: pH/ORP status labels, drum state, reservoir
13+ days-till-empty, leak sensor, pump state, and unread notification markers
14+ are now color-coded for at-a-glance status. Section headers render bold,
15+ row labels render dim. Palette uses only the 8 base ANSI codes so output
16+ stays legible on both light and dark terminal themes. Auto-disabled when
17+ stdout is not a TTY, honors ` NO_COLOR ` , and overridable with
18+ ` --color=auto|always|never ` . JSON/YAML output is unchanged.
19+
820## [ 1.0.1] - 2026-04-12
921
1022### Changed
@@ -38,5 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3850- Red Sea cloud integration (optional): 7-day notifications and ATO temperature history via OAuth2
3951- Public Go libraries: ` pkg/redsea ` , ` pkg/eheim ` , ` pkg/tuya ` importable independently
4052
53+ [ 1.0.2 ] : https://github.com/marzagao/aquadirector/releases/tag/v1.0.2
4154[ 1.0.1 ] : https://github.com/marzagao/aquadirector/releases/tag/v1.0.1
4255[ 1.0.0 ] : https://github.com/marzagao/aquadirector/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments