• v1.4.9 90e797b8fa

    v1.4.9 Stable

    boha_admin released this 2026-04-02 15:25:35 +02:00 | 31 commits to master since this release

    Changes

    • Invoice PDF: tighter layout with more room for items
    • Reduced page margins and header spacing
    • Table headers 8.5pt, normal case, tighter cell padding
    • Footer flows naturally across pages

    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