Skip to content

Releases: c0m4r/kula

0.19.0

Choose a tag to compare

@c0m4r c0m4r released this 31 Aug 13:00

[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_device translation
  • frosted top bar

Thanks @floriancheval @solsticedhiver

0.18.8

Choose a tag to compare

@c0m4r c0m4r released this 29 Jul 15:13

[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

Choose a tag to compare

@c0m4r c0m4r released this 26 Jul 15:58

[0.18.7] - 2026-07-26

Added

  • container monitoring: support Podman Quadlet cgroups (#38) co-authored-by @plexus

Fixed

0.18.6

Choose a tag to compare

@c0m4r c0m4r released this 11 Jul 19:57

[0.18.6] - 2026-07-11

Added

  • New config option: game_score_url

0.18.5

Choose a tag to compare

@c0m4r c0m4r released this 10 Jul 13:27

[0.18.5] - 2026-07-10

Changed

  • ignore fs type constraint when mountpoints is specified (#35)

Fixed

  • remove systemd ProtectHome setting that prevents /home diskspace monitoring (#33)

Thanks @j75

0.18.4

Choose a tag to compare

@c0m4r c0m4r released this 16 Jun 21:23

[0.18.4] - 2026-06-16

Added

  • custom metrics: applications.custom_stale_after to 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

Choose a tag to compare

@c0m4r c0m4r released this 09 Jun 07:11

[0.18.3] - 2026-06-09

Changed

  • plot container memory usage only, move limit to subtitle (#31)

Fixed

  • container memory usage and limit now match docker stats (#31)

Thanks @MaxenceG2M

0.18.2

Choose a tag to compare

@c0m4r c0m4r released this 06 Jun 18:13

[0.18.2] - 2026-06-06

Added

  • example config seeding

0.18.1

Choose a tag to compare

@c0m4r c0m4r released this 05 Jun 23:37

[0.18.1] - 2026-06-06

Added

  • Time window/range/agg in URLs co-authored by @apre

Fixed

  • revert the monotonic-timestamp clamp
  • refuse to start when an explicitly specified -config file is missing

0.18.0

Choose a tag to compare

@c0m4r c0m4r released this 04 Jun 16:56

[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