Releases: polius/Cryptex
Releases · polius/Cryptex
2.3.0
Changes:
- Dedicated upload step — File uploads now show in their own card with per-file progress tracking and cancel confirmation
- Invite link self-healing — Abandoned/pending cryptex links automatically reset and become reusable
- 2FA setup moved to modal dialog — Cleaner flow with responsive grid layout
- Redesigned API key creation — Polished "key created" view with copy feedback
2.2.1
2.2.0
New Features:
- Self-healing invite links — Abandoned uploads automatically clean up and restore the invite link for reuse.
- Clean cryptex URLs — Shareable links like /abc-defg-hij now route correctly via nginx, with a custom 404 page for unknown paths.
- Auth guard consistency — All admin pages now properly gate content behind authentication checks.
2.1.0
Bug Fixes
- Docker password change —
ADMIN_PASSWORDenv var now takes effect on every container restart, not just the first run.
Improvements
- Eliminated theme flash (light→dark flicker) on all pages by loading the theme script before stylesheets and suppressing initial CSS transitions.
- Added a full-page loading overlay to prevent layout shift on the main and login pages.
- Improved Private Mode banner with clearer messaging.
- Standardised header logo size to 64×64px.