Skip to content

Releases: CedrickGD/Vault-X

VaultX v1.0.6

14 Apr 20:52

Choose a tag to compare

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.exe and double-click to run. Code-signed.
  • Start Menu installer — add VaultX to Windows search from within the app.
  • Build scriptBuild-VaultX.bat compiles, 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

v1.0.5...v1.0.6

VaultX v1.0.5

27 Mar 09:36

Choose a tag to compare

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

27 Mar 08:43

Choose a tag to compare

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

29 Jan 22:20

Choose a tag to compare

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


image image

Version 1.0.2

21 Jan 19:09

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

image

Version 1.0.1

21 Jan 16:19
382b77a

Choose a tag to compare

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

image