Skip to content

Releases: polius/Cryptex

2.3.0

18 Feb 21:36

Choose a tag to compare

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

18 Feb 00:14

Choose a tag to compare

Fixes:

  • Monitoring: Fixed disk free space showing "undefined" for volumes larger than 1 TB.

2.2.0

17 Feb 23:49

Choose a tag to compare

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

17 Feb 20:14

Choose a tag to compare

Bug Fixes

  • Docker password changeADMIN_PASSWORD env 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.