Releases: c0m4r/kula
Releases · c0m4r/kula
Release list
0.19.0
[0.19.0] - 2026-08-31
Added
- customization menu for appearance and accessibility preferences
Changed
- TUI redesign
- golang and deps updates
- container metrics: one multi-series chart per metric type with app filter
- dark theme readability (#45)
Fixed
- battery graph out of order after exiting focus mode
- battery/PSU metrics not being written to storage
- missing
split_by_devicetranslation - frosted top bar
Thanks @floriancheval @solsticedhiver
0.18.8
[0.18.8] - 2026-07-29
Changed
- sticky time range controls (#41)
- update github.com/mattn/go-isatty v0.0.22 => v0.0.24
- update github.com/mattn/go-runewidth v0.0.24 => v0.0.27
Fixed
- add missing expand button to dynamically created charts (#40)
- keep mobile time preset menus usable on short viewports
Thank @floriancheval
0.18.7
0.18.6
0.18.5
0.18.4
[0.18.4] - 2026-06-16
Added
- custom metrics:
applications.custom_stale_afterto tune how long a group
keeps reporting after its producer stops (default: a few collection intervals)
Fixed
- storage: tolerate unclean-shutdown holes in tier reads
- custom metrics: stop displaying a group's last values once its producer stops
pushing — stale feeds now leave a gap instead of a frozen line - custom metrics: dedup repeated metric names per message (last value wins),
preventing duplicate Prometheus series and rejected scrapes - custom metrics: data race on the debug flag; surface oversized/failed socket
reads instead of dropping them silently
Changed
- custom metrics: reap idle socket connections after 5m; emit values in config order
0.18.3
0.18.2
0.18.1
0.18.0
[0.18.0] - 2026-06-04
Added
- Scheduled backups of the storage tier files
- Missing access logs for served web UI content
Fixed
- tier wrap fixes (#24)
Changed
- gen-mock-data update and refactor
- tier files intergrity improvements
- logging minor improvements