Releases: CedrickGD/Vault-X
Releases · CedrickGD/Vault-X
Release list
VaultX v1.1.0
Highlights
Crash fixes — the "app randomly closes itself" bug is gone:
- Ctrl+C no longer hard-kills the EXE (ps2exe signal race); it now copies the focused field in the entry view instead.
- Broken console input can no longer silently unwind all menus and close the app; errors stay on screen until you dismiss them.
Smoother terminal UI:
- No more frame jumping: rendering is window-anchored, resizes are handled, and toast messages no longer scroll the console.
- Search finally accepts digits, spaces and symbols; Esc clears an active filter.
Simpler navigation — less is more:
- Main menu: Open Vault / Manage Vaults / Settings / Exit App.
- Vault menu: Entries / Tools / Lock Vault — with "+ Add Entry" right inside the entry list.
- Entry view gained Edit, Delete and reveal-password (Space); Back always returns to where you came from, Esc always goes one level up, and quitting/locking asks first.
- Type /cancel at any add/edit prompt to abort safely.
Polish:
- The VAULT-X ASCII banner and greeting header are back.
- Brand-new clean padlock app icon (multi-size, cyan on dark navy) across the EXE, Start Menu and GUI windows.
- Quitting the app closes the window like a normal console tool — no more leftover PowerShell prompt.
Full changelog: v1.0.6...v1.1.0
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
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

