CHANGELOG.md 3.0 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Fixed

  • dockerfile: split pipenv install into two stages to speed up image builds
  • dockerfile: chmod files copied from host to no longer require o=rX perms on host
  • dockerfile: add registry to base image specifier for podman build
  • dockerfile: add --force flag to rm invocation to avoid interactive questions while running podman build

Removed

  • compatibility with python3.5

0.5.0 - 2020-11-06

Added

  • MQTT message on topic systemctl/hostname/lock-all-sessions instructs all sessions to activate screen locks (functionally equivalent to command loginctl lock-sessions)
  • command line option --poweroff-delay-seconds (default: 4 seconds)

Changed

0.4.0 - 2020-09-10

Added

  • command line option --mqtt-disable-tls

0.3.0 - 2020-06-21

Added

Fixed

  • fatal error on MQTT reconnect: tried to re-acquire shutdown inhibitor lock

0.2.0 - 2020-06-21

Added

Fixed

  • explicit timestamp type specification to avoid OverflowError: Python int too large to convert to C long

0.1.1 - 2020-06-18

Fixed

  • compatibility with python3.5:
    • replaced PEP526-style variable type hints with PEP484-compatible
    • fixed AttributeError due to unavailable MagicMock.assert_called_once
    • fixed TypeError when calling datetime.datetime.isoformat(datespec=…)

0.1.0 - 2020-06-16

Added

  • MQTT message on topic systemctl/hostname/poweroff schedules a poweroff via systemd's dbus interface (4 seconds delay)