|
@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
+## [1.1.0] - 2025-01-19
|
|
|
### Documentation
|
|
|
- added systemd user service config for autostart
|
|
|
(https://github.com/fphammerle/systemctl-mqtt/issues/66)
|
|
|
|
|
|
## Unreleased
|
|
|
### Added
|
|
|
-- ability to restart system units using `--control_system_unit <unit_name>` as by [#154](https://github.com/fphammerle/systemctl-mqtt/issues/154) from Hanspeter Gosteli (hanspeter.gosteli@gmail.com)
|
|
|
+- ability to restart system units using `--control_system_unit <unit_name>` as
|
|
|
+ by [#180](https://github.com/fphammerle/systemctl-mqtt/pull/180)
|
|
|
+ from Hanspeter Gosteli (hanspeter.gosteli@gmail.com)
|
|
|
|
|
|
## [1.0.0] - 2025-01-04
|
|
|
### Added
|
|
@@ -135,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
- MQTT message on topic `systemctl/hostname/poweroff`
|
|
|
schedules a poweroff via systemd's dbus interface (4 seconds delay)
|
|
|
|
|
|
-[Unreleased]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.0.0...HEAD
|
|
|
+[Unreleased]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.1.0...HEAD
|
|
|
+[1.1.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.0.0...v1.1.0
|
|
|
[1.0.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.5.0...v1.0.0
|
|
|
[0.5.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.4.0...v0.5.0
|
|
|
[0.4.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.3.0...v0.4.0
|