6.1.1 (2024-02-12)#

Bug Fixes#

  • docs: add missing docs for new version subcommand (fb248f7)

6.1.0 (2024-02-11)#

Features#

  • cli: provide a version subcommand (d51d836), closes #482

6.0.0 (2023-09-18)#

  • build!: modernize supported Python version (31c8ccc)

BREAKING CHANGES#

  • Python 3.8 has been deprecated and is not officially supported anymore.

5.0.0 (2023-08-13)#

  • feat(logind)!: configure which session classes to process (986e558), closes #366

BREAKING CHANGES#

  • LogindSessionIdle now only processes sessions of type “user” by default. Use the new configuration option classes to also include other types in case you need to include them in the checks.

4.3.3 (2023-08-10)#

Bug Fixes#

  • systemd: handle timers without next execution time (9fb83ea), closes #403

4.3.2 (2023-06-05)#

Bug Fixes#

  • release for sphinx 7 support (569dfa5)

4.3.1 (2023-05-16)#

Bug Fixes#

  • ical: support all versions of tzlocal (9eb0b95)

4.3.0 (2022-12-08)#

Features#

  • add seconds since the system became idle to logs (cba13db), closes #281

4.2.0 (2022-07-24)#

Features#

  • wakeup: add a systemd timer wakeup check (7c687a2)

4.1.1 (2022-03-10)#

Bug Fixes#

  • allow tzlocal version >= 4 (58e8634)

4.1.0 (2021-12-28)#

Features#

  • add official Python 3.10 support (e5b2e49)

4.0.1 (2021-10-26)#

Bug Fixes#

  • activity: detect ipv4 mapped ipv6 connections (a81e456), closes #116

4.0.0 (2021-09-20)#

  • chore(build)!: drop tests on Python 3.7 (06dce98)

BREAKING CHANGES#

  • Python 3.7 isn’t used anymore on any LTS Ubuntu or Debian release. No need to support such an old version anymore.

3.1.4 (2021-09-20)#

Bug Fixes#

  • ical: limit tzlocal to version <3 (623cd37)

3.1.3 (2021-03-29)#

3.1.2 (2021-03-29)#

3.1.1 (2021-03-28)#

Bug Fixes#

  • fix automatic version file generation (aeb601d)

3.1.0 (2021-03-28)#

Features#

  • add semantic-release for automatic releases (ac5ec86)

Bug Fixes#

  • use jsonpath ext to support filter expressions (24d1be1), closes #102