• v1.3.7 68e6d80903

    v1.3.7 Stable

    boha_admin released this 2026-03-27 17:32:23 +01:00 | 55 commits to master since this release

    Fix

    • Attendance admin/balances only shows users with attendance.record permission
    • User filter dropdown uses dedicated attendance_users endpoint
    • User edit: empty password field no longer blocks saving
    • Fixed missing prisma import in attendance route

    Deploy

    cd /var/www/app-ts
    wget <asset-url> -O release.tar.gz
    tar -xzf release.tar.gz
    npm install --production
    npx prisma generate
    npx prisma migrate deploy
    pm2 restart app-ts
    rm release.tar.gz
    
    Downloads