What shipped, when.
2026-06-16
3D hero retired, brand assets, page set
- →Landing visuals reworked
- →Logo wired to /logo.png
- →Filled missing pages: how-it-works, faq, contact, legal/*, community, status, changelog
- →Theme hotkey hardened against IME key events
2026-06-16
Cookie-backed theme + per-field encryption
- →Switched theme persistence from localStorage to a cookie with server-side hydration
- →Payment method templates now mark each field encrypted-at-rest individually
- →Application Types support an uploaded icon
2026-06-15
Pagination, sidebar fix, session auto-refresh
- →Server-side pagination across all admin and worker lists
- →Fixed sidebar pinned to the viewport, mobile sheet menu
- →Expired access tokens auto-rotate via the refresh route without bouncing the user to /login
2026-06-14
2FA TOTP, email verification, gravatar avatars
- →RFC 6238 TOTP with QR enrollment, two-step login
- →Email verification flow + resend
- →Gravatar avatars with identicon fallback
2026-06-12
Admin panel feature-complete
- →Application review, user management, payout processing, payroll, credentials, audit log
- →Application type & payment template CRUD with dynamic field builders
2026-06-10
Worker cabinet
- →Accounts ledger with CSV export, transfer, withdrawals
- →Payment methods with reveal-with-reason
- →Chat over SSE, file attachments later