[3.0.0] — 2026-06-07
Fixed
- SQLite auth.db upgrade crash (issue #158) — Console startup no longer fails with
SqliteError: no such column: token_hashon existingauth.dbvolumes. Thetoken_hashcolumn and index are now added before any index DDL runs; legacy access tokens are backfilled with SHA-256 hashes on first boot. - Docker image version display — Container entrypoints and image labels now report 3.0.0 (via
BETTERDESK_IMAGE_VERSIONat build time).
Changed
- Docker quick-start default image tag —
docker-compose.quick.ymlpinsghcr.io/unitronix/betterdesk-{server,console}:3.0.0instead of3.0.0-alpha.