Skip to content

Releases: languitar/autosuspend

v11.1.0

10 May 21:51

Choose a tag to compare

11.1.0 (2026-05-10)

Features

  • filter calendar events by summary regex (a3bd4dc), closes #340

v11.0.0

10 May 21:36

Choose a tag to compare

11.0.0 (2026-05-10)

  • fix!: move --config to daemon subcommand (a235aa3)

Bug Fixes

  • config_param decorators apply in source-code order (4a567d3)
  • exclude non-autosuspend classes from check discovery (5799602)
  • use well-known check names (fe6cd9a)

Features

  • add a subcommand for printing a config schema (002b110)
  • declare parameter schemas for all checks (08db0f0)

BREAKING CHANGES

  • --config must now be passed after the daemon subcommand
    (autosuspend daemon -c file.conf) rather than before it
    (autosuspend -c file.conf daemon). Invocations that relied on the old
    position will fail with an argument error. The systemd unit file is
    unaffected because it relies on the /etc/autosuspend.conf default path
    and does not pass -c explicitly.

v10.1.1

10 May 07:27

Choose a tag to compare

10.1.1 (2026-05-10)

Bug Fixes

  • Remove forgotten reference to autosuspend-detect-suspend service (38dba97)

v10.1.0

15 Feb 23:25

Choose a tag to compare

10.1.0 (2026-02-15)

Features

v10.0.0

10 Feb 22:19

Choose a tag to compare

10.0.0 (2026-02-10)

  • feat!: replace presuspend systemd unit with dbus integration (5c2a080)

BREAKING CHANGES

  • dbus and pygobject are now a mandatory dependencies

v9.0.1

19 Jan 13:49

Choose a tag to compare

9.0.1 (2026-01-19)

Bug Fixes

  • support modern psutil versions (f5e867f)

v9.0.0

03 Aug 20:43

Choose a tag to compare

9.0.0 (2025-08-03)

  • build!: drop Python 3.10 support (fa4b20c)

BREAKING CHANGES

  • official support for Python 3.10 has been dropped

v8.0.0

21 Jun 22:10

Choose a tag to compare

8.0.0 (2025-06-21)

Code Refactoring

  • deps: remove pytz, require tzdata (af7ea3a)

BREAKING CHANGES

  • deps: new optional dependency tzdata when doing log parsing

v7.2.0

23 Feb 20:11

Choose a tag to compare

7.2.0 (2025-02-23)

Features

  • systemd: automatically enable/disable suspend hook (772797a), closes #625

v7.1.0

12 Jan 22:10

Choose a tag to compare

7.1.0 (2025-01-12)

Features

  • official Python 3.13 support (a8ea72d)