fix: text sensor placement (#13)

Fixes #11
This commit is contained in:
Markus Zehnder
2025-08-30 15:50:12 +02:00
committed by GitHub
parent 3414589bd5
commit 016942631f
2 changed files with 23 additions and 13 deletions
+9 -6
View File
@@ -9,18 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
_Changes in the next release_
### Fixed
- Misplaced text sensors in custom panels (#11).
### 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)
- 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
- 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
- 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
- Demo mode.