diff --git a/debian/changelog b/debian/changelog index 80dc8b2..6304850 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +revpi-middleware (0.0.4-1+deb12+1) bookworm; urgency=medium + + * fix(dbus): Update DBus policy file path and interface name + * fix(dbus): Update systemd interface and path handling + * doc(revpiconfig): Add detailed docstrings to ConfigTxt methods + * doc(revpiconfig): Add docstrings to `RevPiConfig` class and methods + * doc(revpiconfig): Add docstrings to enums in `revpi_config.py` + * doc(revpiconfig): Docstrings for `get_rfkill_index` and `simple_systemd` + + -- Sven Sager Tue, 22 Apr 2025 11:08:12 +0200 + revpi-middleware (0.0.3-1+deb12+1) bookworm; urgency=medium * refactor: Update interface name from 'picontrol' to 'PiControl'