• v0.10.1 7b089e7746

    v0.10.1 Stable

    Fletcher released this 2026-03-03 05:51:50 +00:00 | 105 commits to main since this release

    Added

    • Training bookings in calendar feeds: Training bookings now appear in personalised ICS calendar feeds for both trainers and trainees.
    • Configuration option base_url_short: Added base_url_short configuration option in config.json for 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.py and added endpoint for front end rendering 🖥️