Skip to content

Commit 190b263

Browse files
committed
document release v1.2.0
1 parent 4942421 commit 190b263

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.2.0] - 2025-09-07
810
## Added
911
- support jeepney v0.9
10-
- ability to start/stop system units using `--control_system_unit <unit_name>`
11-
([#223](https://github.com/fphammerle/systemctl-mqtt/pull/223)
12+
- ability to start/stop system units using `--control-system-unit <unit_name>`
13+
([#223](https://github.com/fphammerle/systemctl-mqtt/pull/223), [@nougad](https://github.com/nougad))
1214

1315
## [1.1.0] - 2025-01-19
1416
### Added
@@ -141,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141143
- MQTT message on topic `systemctl/hostname/poweroff`
142144
schedules a poweroff via systemd's dbus interface (4 seconds delay)
143145

144-
[Unreleased]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.1.0...HEAD
146+
[Unreleased]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.2.0...HEAD
147+
[1.2.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.1.0...v1.2.0
145148
[1.1.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.0.0...v1.1.0
146149
[1.0.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.5.0...v1.0.0
147150
[0.5.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.4.0...v0.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ enables reports on topic
100100
```
101101
$ systemctl-mqtt --control-system-unit <unit_name>
102102
```
103-
enables that a system unit can be restarted by a message on topic
104-
`systemctl/[hostname]/unit/system/[unit_name]/restart`.
103+
enables that a system unit can be started, stopped, and restarted by a message on topic
104+
`systemctl/[hostname]/unit/system/[unit_name]/start`, `…/stop`, `…/restart`.
105105

106106
## Home Assistant 🏡
107107

0 commit comments

Comments
 (0)