Skip to content

Releases: languitar/autosuspend

v7.1.0

12 Jan 22:10
Compare
Choose a tag to compare

7.1.0 (2025-01-12)

Features

  • official Python 3.13 support (a8ea72d)

v7.0.3

19 Nov 22:50
Compare
Choose a tag to compare

7.0.3 (2024-11-19)

Bug Fixes

  • treat temporary failures as activity (8c96853), closes #589

v7.0.2

13 Oct 21:32
Compare
Choose a tag to compare

7.0.2 (2024-10-13)

Bug Fixes

  • icalendar: support icalendar v6 (49bc89f)

v7.0.1

22 Sep 17:25
Compare
Choose a tag to compare

7.0.1 (2024-09-22)

Bug Fixes

  • kodi-idle-time: Send proper request (8bb6dad)

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