11.0.0 (2026-05-10)¶
fix!: move –config to daemon subcommand (a235aa3)
Bug Fixes¶
Features¶
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.
10.1.1 (2026-05-10)¶
Bug Fixes¶
Remove forgotten reference to autosuspend-detect-suspend service (38dba97)
10.1.0 (2026-02-15)¶
Features¶
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
9.0.1 (2026-01-19)¶
Bug Fixes¶
support modern psutil versions (f5e867f)
9.0.0 (2025-08-03)¶
build!: drop Python 3.10 support (fa4b20c)
BREAKING CHANGES¶
official support for Python 3.10 has been dropped
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
7.2.0 (2025-02-23)¶
Features¶
7.1.0 (2025-01-12)¶
Features¶
official Python 3.13 support (a8ea72d)
7.0.3 (2024-11-19)¶
Bug Fixes¶
7.0.2 (2024-10-13)¶
Bug Fixes¶
icalendar: support icalendar v6 (49bc89f)
7.0.1 (2024-09-22)¶
Bug Fixes¶
kodi-idle-time: Send proper request (8bb6dad)
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.
6.1.1 (2024-02-12)¶
Bug Fixes¶
docs: add missing docs for new version subcommand (fb248f7)
6.1.0 (2024-02-11)¶
Features¶
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)¶
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¶
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¶
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¶
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)