Transmute now supports users, passwords, and API tokens, making self-hosted deployments easier to secure and manage. This update lays the groundwork for multi-user access and safer automation without giving up the local-first, privacy-focused approach.
Changes
- fix: enable credential persistence during repository checkout in release workflow (73d9fb8)
- feat: update README with security warnings and built-in authentication details (fd4bb63)
- feat: add frontend authentication UI and protected routing (e2be5e2)
- feat: add API key authentication system (dd22b4e)
- feat: add per-user data scoping, ownership checks, and migrations (0447b04)
- feat: add JWT authentication, user management, and auth infrastructure (a4af2e7)
- feat: add user management functionality with UserDB and UserRole classes (1314047)
- feat: implement password hashing and verification functions using bcrypt (bf48a6b)
- security: zizmor findings (d1d7550)
Version Information
- Full version:
v0.1.0 - Minor version tag:
v0.1 - Major version tag:
v0
Updated Tags
v0.1→v0.1.0(created)v0→v0.1.0(updated)