Releases: CedrickGD/Vault-X
Releases · CedrickGD/Vault-X
VaultX v1.0.6
What's New
- App icon — VaultX.exe and Start Menu shortcuts display the VaultX icon.
- Auto-update toggle — disable update checks in-app or via
VAULTX_UPDATE_CHECK=0. - Portable EXE — download
VaultX.exeand double-click to run. Code-signed. - Start Menu installer — add VaultX to Windows search from within the app.
- Build script —
Build-VaultX.batcompiles, signs, and installs. Just double-click. - Clipboard auto-clear — refactored to an in-process timer for reliability.
- Deferred updates — apply on next launch instead of interrupting your session.
Bug Fixes
- Fixed EXE crashing on launch due to invalid console handle
- Fixed Start Menu shortcut installer failing to detect EXE location
- Fixed build script failing without admin rights
Downloads
| File | Description |
|---|---|
VaultX.exe |
Signed portable executable — double-click to run |
VaultX.ps1 |
PowerShell script — run with pwsh VaultX.ps1 or VaultX.ps1 -Gui |
Full Changelog
VaultX v1.0.5
What's New
- Added GitHub release update checks with deferred install on app close.
- Added GUI update notice with auto-update and manual-update options.
- Improved GUI launcher focus so it comes to the foreground when opened.
- Cleaned up PowerShell analyzer warnings for the new helper functions.
VaultX v1.0.4
What's Changed
- fixed WinForms GUI callbacks so theme updates and entry actions resolve reliably
- fixed launcher shutdown so closing the GUI also closes child windows and returns focus to the terminal
- bumped in-app and update metadata to v1.0.4
Version 1.0.3
What's Changed
( NEW GUI OPTION !!! ) ( just updated the file below )
- Add runtime font color customization and Customize Script menu by @CedrickGD in #3
- Add encrypted vault export/import and local recovery password support by @CedrickGD in #4
- Reduce menu redraw flicker by clearing only the previous frame region by @CedrickGD in #8
- Refine menu label rendering by @CedrickGD in #11
- feat: implement offline 2FA and sync upstream fixes (v3) by @CedrickGD in #10
Full Changelog: v1.0.2...v1.0.3

Version 1.0.2
Full Changelog: v1.0.1...v1.0.2

Version 1.0.1
What's Changed
- Enhance menu UI, replace pointer with '>', and add URL open action by @CedrickGD in #1
- Add Quit-VaultX command and improve menu quit/login shortcuts by @CedrickGD in #2
Full Changelog: https://github.com/Cedrick
