Skip to content

Releases: languitar/autosuspend

v7.0.0

25 Apr 21:31
Compare
Choose a tag to compare

7.0.0 (2024-04-25)

  • build!: drop Python 3.9 support (3c4ae32)

Features

  • officially support Python 3.12 (de2f180)

BREAKING CHANGES

  • Python 3.9 is not supported officially anymore. Python
    3.10 is the supported minimum version.

v6.1.1

12 Feb 07:54
Compare
Choose a tag to compare

6.1.1 (2024-02-12)

Bug Fixes

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

v6.1.0

11 Feb 23:30
Compare
Choose a tag to compare

6.1.0 (2024-02-11)

Features

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

v6.0.0

18 Sep 20:11
Compare
Choose a tag to compare

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.

v5.0.0

13 Aug 21:36
Compare
Choose a tag to compare

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.

v4.3.3

10 Aug 21:53
Compare
Choose a tag to compare

4.3.3 (2023-08-10)

Bug Fixes

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

v4.3.2

05 Jun 22:09
Compare
Choose a tag to compare

4.3.2 (2023-06-05)

Bug Fixes

  • release for sphinx 7 support (569dfa5)

v4.3.1

16 May 22:10
Compare
Choose a tag to compare

4.3.1 (2023-05-16)

Bug Fixes

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

v4.3.0

08 Dec 20:09
Compare
Choose a tag to compare

4.3.0 (2022-12-08)

Features

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

v4.2.0

24 Jul 19:00
Compare
Choose a tag to compare

4.2.0 (2022-07-24)

Features

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