• admin released this 2026-04-12 15:17:59 -06:00 | 43 commits to main since this release

    Changemaker Lite v2.9.1

    Security hardening release with volunteer dashboard improvements and new document/action-campaign features.

    Security

    • Red-team remediation pass (auth, input validation, rate limits)
    • CCP and WIP security updates

    Features

    • Volunteer Dashboard — Redesigned FAFC two-column layout with auto-minted referral codes and action-based points
    • Action Campaigns — New module with admin editor and volunteer-dashboard aggregator
    • Documents — New Document model with upload/download routes (PDFs as first-class media)
    • Event Staffing — Link shifts to ticketed events with auto pre-fill; ShiftKind picker in admin

    Infrastructure

    • CCP restore/tunnel/upgrade improvements
    • upgrade.sh release-mode fixes
    • Documents volume mount + hardened compose health checks

    Installation

    curl -fsSL https://gitea.bnkops.com/admin/changemaker.lite/raw/branch/main/scripts/install.sh | bash
    

    Or upgrade an existing install:

    ./scripts/upgrade.sh --use-registry
    
    Downloads