Releases: languitar/autosuspend
Releases · languitar/autosuspend
v7.1.0
7.1.0 (2025-01-12)
Features
- official Python 3.13 support (a8ea72d)
v7.0.3
7.0.3 (2024-11-19)
Bug Fixes
- treat temporary failures as activity (8c96853), closes #589
v7.0.2
7.0.2 (2024-10-13)
Bug Fixes
- icalendar: support icalendar v6 (49bc89f)
v7.0.1
7.0.1 (2024-09-22)
Bug Fixes
- kodi-idle-time: Send proper request (8bb6dad)
v7.0.0
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
6.1.1 (2024-02-12)
Bug Fixes
- docs: add missing docs for new version subcommand (fb248f7)
v6.1.0
6.1.0 (2024-02-11)
Features
- cli: provide a version subcommand (d51d836), closes #482
v6.0.0
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
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
4.3.3 (2023-08-10)
Bug Fixes
- systemd: handle timers without next execution time (9fb83ea), closes #403