CI Report:
https://ci-tests.linuxserver.io/linuxserver/healthchecks/v4.0-ls328/index.html
LinuxServer Changes:
Full Changelog: v3.13-ls327...v4.0-ls328
Remote Changes:
This release drops support of Python 3.11 and below. The minimum required Python
version is 3.12.
Improvements
- Upgrade to Django 6.0
- Update the Matrix integration to use Matrix v3 API (#1244)
- Update email alert template to use user's preferred time zone (#1230)
- Update the web UI to use user's preferred timezone instead of browser's timezone
- Add data migration to update legacy timezones to current canonical timezones (#1250)
- Switch to using multicolor icon font for integration icons
Bug Fixes
- Fix the text version of email report for recently created checks (#1236, @adelton)
- Fix prepare_durations() to assert ping ordering by id not by created date
- Fix the "Pause" API call and UI action to no-op if the check is already paused