21bf19ce31
Angles > 360° need to be normalized. Fixes #12
31 lines
993 B
Markdown
31 lines
993 B
Markdown
# 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](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## 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).
|
|
|
|
### Added
|
|
- Simple sensor panel with a file-based data source (#6).
|
|
- Initial support for fan-, progress-, & pointer-sensors (#8).
|
|
- Use [mdBook](https://rust-lang.github.io/mdBook/) for documentation and publish user guide to GitHub pages (#10).
|
|
|
|
### 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.
|