Skip to content

Releases: wildfirebill-security/selfhostauth

v0.1.6

Choose a tag to compare

@wildfirebill01 wildfirebill01 released this 31 Aug 02:52

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

Choose a tag to compare

@wildfirebill01 wildfirebill01 released this 31 Aug 02:08

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

Choose a tag to compare

@wildfirebill01 wildfirebill01 released this 30 Aug 20:27

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

Choose a tag to compare

@wildfirebill01 wildfirebill01 released this 30 Aug 20:21

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

Choose a tag to compare

@wildfirebill01 wildfirebill01 released this 30 Aug 20:17

Fix Linux desktop packaging (electron-builder FpmTarget requires homepage/author). No functional changes.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@wildfirebill01 wildfirebill01 released this 30 Aug 20:13

Fix release build:

  • vite/rollup now correctly resolves @selfhostauth workspace packages (added import export 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

Choose a tag to compare

@wildfirebill01 wildfirebill01 released this 30 Aug 20:05

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