Releases: Horizon-NTH/Vault
Releases · Horizon-NTH/Vault
v3.2
What's Changed
- Shell Autocompletion: Enjoy autocompletion support for both
ZSHandBASH, streamlining command input for faster workflows. - Man Pages: Added comprehensive man pages for easy access to command usage, options, and examples.
- Enhanced User Experience: Some improvements to error handling and flag validation.
Full Changelog: v3.1...v3.2
v3.1
What's Changed
We've added file metadata that will be saved when closing your vault, including:
- Last Write Time: Records the file’s last modified timestamp (available when C++20 Chrono support is detected).
- File Permissions: Captures read, write, and execute permissions (available on UNIX systems).
Full Changelog: GitHub Comparison
v3.0
What's Changed
- File Compression Added: You can now compress the vault, reducing storage size and improving performance when handling large datasets.
Full Changelog: View the full comparison here
v2.1
v2.0
What's New
- Reintroduced simplified workflow: No need to create a vault anymore. You can now seamlessly open and close any directory, reverting to the previous, more intuitive system.
- Vault encryption support: You can now secure your vault with password encryption, adding an extra layer of protection for your sensitive data.
Full Changelog: GitHub Changelog
v1.0
What's Changed
- You must first create the vault file using the
createsubcommand. - The vault directory now requires a settings file, meaning you can only open or close a vault that has been created with the
createsubcommand.
Full Changelog: v0.2...v1.0
v0.2
What's Changed
- Refactor XML parsing for greater clarity.
- You can now install the application with cmake.
Full Changelog: v0.1...v0.2
v0.1
Initial Release of Vault - Version 0.1
Key Features:
- Directory Packaging: Package any directory on your computer into a single, portable file.
- Easy Extraction: Effortlessly open the vault file at any location to restore your directory with all its original contents.
This version lays the foundation for Vault, with more features and enhancements planned for future updates.
Full Changelog: View on GitHub