-
v0.10.1 Stable
released this
2026-03-03 05:51:50 +00:00 | 105 commits to main since this releaseAdded
- Training bookings in calendar feeds: Training bookings now appear in personalised ICS calendar feeds for both trainers and trainees.
- Configuration option
base_url_short: Addedbase_url_shortconfiguration option inconfig.jsonfor generating shorter URLs for QR codes.
Changed
- Logging filters: Excluded anonymous requests to site root
/, all requests to/pages, and WordPress scanning patterns (wp-login, wp-admin, .php) from access logs 🖥️ - Manual training booking UI: Induction selector now includes the induction level, pending bookings no longer require a trainer, booking end time field now feeds off of start time and selected induction length
- Personal token submission page: Added warning info box for users with volunteer access directing them to the full volunteer tool
- QR code generation: Centralised QR code generation in
util/qr.pyand added endpoint for front end rendering 🖥️