Files
aoostar-rs/CHANGELOG.md
T
Markus Zehnder 54f34def2c refactor: rename sysinfo tool to aster-sysinfo (#16)
The sysinfo name was too generic and misleading. This tool provides
sensor values from the system for `asterctl` and is not a generic system
information tool.
2025-08-31 20:58:43 +02:00

1.4 KiB

AOOSTAR WTR MAX Screen Control Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changes in the next release

Fixed

  • Misplaced text sensors in custom panels (#11).
  • Wrong start position for circular progress (fan) sensor using a counter-clockwise direction (#12).
  • aster-sysinfo tool: make sensor file world-readable, create all parent directories.

Added

  • Simple sensor panel with a file-based data source (#6).
  • Initial support for fan-, progress-, & pointer-sensors (#8).
  • Use mdBook for documentation and publish user guide to GitHub pages (#10).
  • Initial aster-sysinfo tool for providing sensor values in a text file for asterctl.

Changed

  • Project structure using a Cargo workspace.

v0.1.0 - 2025-08-02

Added

  • Initial asterctl tool release for controlling the LCD: on, off, display an image.
  • systemd service file to switch off LCD on system start.
  • Demo mode.