-
v1.11.1 Stable
released this
2026-04-18 17:06:57 -05:00 | 184 commits to main since this releaseWhat's Changed
Fixes 🔧
- Fix DB Migration when Passkeys Exist
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.11.0...v1.11.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.11.0 Stable
released this
2026-03-27 23:05:01 -05:00 | 185 commits to main since this releaseWhat's Changed
Features 🚀
- Add Passkey Names by @notquitenothing in https://github.com/voidauth/voidauth/pull/340
- Improvements to Logging by @notquitenothing in https://github.com/voidauth/voidauth/pull/343
Fixes 🔧
- Email & TOTP Auto Focus by @mxve in https://github.com/voidauth/voidauth/pull/353
Chores 🧹
- i18n Translation Framework by @notquitenothing in https://github.com/voidauth/voidauth/pull/294
- Migrate FE Tests from Karma to Vitest and Update Dependencies by @notquitenothing in https://github.com/voidauth/voidauth/pull/354
New Contributors
- @mxve made their first contribution in https://github.com/voidauth/voidauth/pull/353
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.10.2...v1.11.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.10.2 Stable
released this
2026-03-16 22:07:52 -05:00 | 219 commits to main since this releaseWhat's Changed
Fixes 🔧
- Fix Passkey Management Sort by @notquitenothing in https://github.com/voidauth/voidauth/pull/336
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.10.1...v1.10.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.10.1 Stable
released this
2026-03-15 10:05:58 -05:00 | 221 commits to main since this releaseWhat's Changed
Fixes 🔧
- Change FE Validators to Only Require Single Character for Username and Name by @notquitenothing in https://github.com/voidauth/voidauth/pull/335
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.10.0...v1.10.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.10.0 Stable
released this
2026-03-14 07:56:06 -05:00 | 223 commits to main since this releaseWhat's Changed
Features 🚀
- Unix Socket Connections for Postgres DB by @repomaa in https://github.com/voidauth/voidauth/pull/303
- Environment Variable and Container Label Declared OIDC Clients by @MrNavaStar in https://github.com/voidauth/voidauth/pull/288
- Passkey Management by @notquitenothing in https://github.com/voidauth/voidauth/pull/315
- Single Character Usernames and Names by @notquitenothing in https://github.com/voidauth/voidauth/pull/322
Fixes 🔧
- Trim White-Space in Form Input by @notquitenothing in https://github.com/voidauth/voidauth/pull/323
- Fix Emails for Sign-in Cannot Be Longer than 32 Characters by @notquitenothing in https://github.com/voidauth/voidauth/pull/328
- Fix Remember Me Not Working When Signing in with MFA by @notquitenothing in https://github.com/voidauth/voidauth/pull/329
Docs 📖
- Add Vaultwarden to OIDC Guides by @lyneld in https://github.com/voidauth/voidauth/pull/319
Chores🧹
- Remove Un-Used SQLite3 Dependency by @notquitenothing in https://github.com/voidauth/voidauth/pull/330
New Contributors
- @MrNavaStar made their first contribution in https://github.com/voidauth/voidauth/pull/288
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.9.4...v1.10.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.9.4 Stable
released this
2026-02-26 01:12:47 -06:00 | 286 commits to main since this releaseWhat's Changed
Fixes 🔧
- Fix better-sqlite3 build issue in esbuild.config.ts
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.9.3...v1.9.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.9.3 Stable
released this
2026-02-25 19:35:53 -06:00 | 287 commits to main since this releaseWhat's Changed
Chores🧹
- Fix/email template permissions by @repomaa in https://github.com/voidauth/voidauth/pull/304
- Swap SQLite Client to better-sqlite3 by @notquitenothing in https://github.com/voidauth/voidauth/pull/308
New Contributors
- @repomaa made their first contribution in https://github.com/voidauth/voidauth/pull/304
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.9.2...v1.9.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.9.2 Stable
released this
2026-02-09 21:27:02 -06:00 | 296 commits to main since this releaseWhat's Changed
Features 🚀
- Enable DB SSL with Environment Variables by @notquitenothing in https://github.com/voidauth/voidauth/pull/295
- Enhancement to API Validation by @notquitenothing in https://github.com/voidauth/voidauth/pull/298
Docs 📖
- Add Unraid to OIDC Guides by @lyneld in https://github.com/voidauth/voidauth/pull/299
New Contributors
- @lyneld made their first contribution in https://github.com/voidauth/voidauth/pull/299
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.9.1...v1.9.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.9.1 Stable
released this
2026-01-25 10:21:26 -06:00 | 314 commits to main since this releaseWhat's Changed
Features 🚀
- Add Additional Logging to ProxyAuth Domain when Forbidden by @notquitenothing in https://github.com/voidauth/voidauth/pull/268
- Replace Express Validator with Zod Validation Middleware by @notquitenothing in https://github.com/voidauth/voidauth/pull/275
- UNIX Socket Support by @notquitenothing in https://github.com/voidauth/voidauth/pull/284
- Added 'Page Not Found' by @notquitenothing in https://github.com/voidauth/voidauth/pull/285
Docs 📖
- Fenced code block changes and fixed Jellyseerr consistancy by @Nerdtality in https://github.com/voidauth/voidauth/pull/267
- Add instructions for Komodo OIDC by @diecknet in https://github.com/voidauth/voidauth/pull/274
Chores 🧹
- Update Dependencies by @notquitenothing in https://github.com/voidauth/voidauth/pull/286
New Contributors
- @diecknet made their first contribution in https://github.com/voidauth/voidauth/pull/274
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.9.0...v1.9.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.9.0 Stable
released this
2026-01-07 22:23:30 -06:00 | 349 commits to main since this releaseWhat's Changed
Features 🚀
- CLI Command to Generate Password Reset Link for Existing User by @notquitenothing in https://github.com/voidauth/voidauth/pull/241
- Configurable Font with APP_FONT Environment Variable by @notquitenothing in https://github.com/voidauth/voidauth/pull/243
- More valid OIDC App Configurations by @notquitenothing in https://github.com/voidauth/voidauth/pull/253
Fixes 🔧
- Only enable the Send Test Email Button when Email Connection Verified. by @notquitenothing in https://github.com/voidauth/voidauth/pull/239
- Fix Encoding for ProxyAuth Trusted Headers by @notquitenothing in https://github.com/voidauth/voidauth/pull/265
Docs 📖
- Add Proxmox PVE to OIDC Guides by @Nerdtality in https://github.com/voidauth/voidauth/pull/236
- Add OIDC guide for Dawarich setup by @ajain-93 in https://github.com/voidauth/voidauth/pull/250
- Adding configuration for Paperless-ngx and Pangolin to the Docs by @v1rusnl in https://github.com/voidauth/voidauth/pull/256
- Add OIDC guide for AutoCaliWeb setup by @ajain-93 in https://github.com/voidauth/voidauth/pull/257
- Add services and restructure OIDC Gudies to be more consistant by @Nerdtality in https://github.com/voidauth/voidauth/pull/261
Chores 🧹
- Dependency Updates by @notquitenothing in https://github.com/voidauth/voidauth/pull/254
New Contributors
- @ajain-93 made their first contribution in https://github.com/voidauth/voidauth/pull/250
- @v1rusnl made their first contribution in https://github.com/voidauth/voidauth/pull/256
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.8.1...v1.9.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads