Releases: wildfirebill-security/selfhostauth
Release list
v0.1.6
Fix extension packaging on Linux (was Windows-only powershell) — v0.1.5 release was missing the .zip. This release will include desktop installers + extension zip with correct names.
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Fix release assets: only publish actual installers (exe/dmg/AppImage/deb/rpm) instead of 100+ unpacked files. Also bump package versions so artifact names match the tag.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Fix releases now include built installers (Windows NSIS, macOS DMG, Linux AppImage/deb/rpm) and the browser extension zip — previously only source archives were attached.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Fix Linux desktop packaging (FpmTarget artifactName sanitization for scoped package). Deb/RPM now build as selfhostauth-0.1.3-*.deb/rpm instead of @selfhostauth/desktop.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Fix Linux desktop packaging (electron-builder FpmTarget requires homepage/author). No functional changes.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fix release build:
- vite/rollup now correctly resolves @selfhostauth workspace packages (added
importexport condition) - CI builds core/client before desktop; release workflows no longer race
- Mobile local builds moved to manual dispatch (EAS remains the recommended path)
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release of selfhostauth — self-hosted multi-platform authenticator.
- Core: RFC 6238 TOTP/HOTP (SHA1/256/512), otpauth import, AES-256-GCM vault encryption
- Server: Fastify + SQLite, scrypt passwords, token sessions, revision-based sync, optional 2FA
- Desktop: Electron (Windows/macOS/Linux)
- Extension: MV3 (Chrome/Firefox/Edge)
- Mobile: Expo (iOS/Android)
- Deploy: Docker, Caddy, systemd; CI + release workflows
Full Changelog: https://github.com/wildfirebill-security/selfhostauth/commits/v0.1.0