Skip to content

Releases: Horizon-NTH/Vault

v3.2

30 Oct 17:04
8cb05ed

Choose a tag to compare

What's Changed

  • Shell Autocompletion: Enjoy autocompletion support for both ZSH and BASH, 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

25 Oct 09:19
20a9383

Choose a tag to compare

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

17 Oct 07:04
f3a7ae1

Choose a tag to compare

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

13 Oct 17:35
1df9774

Choose a tag to compare

What's Changed

  • Move xml parsing to pugixml for performance improvement.

Full Changelog: v2.0...v2.1

v2.0

12 Oct 16:17
2beb763

Choose a tag to compare

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

07 Oct 08:29
6cc35d6

Choose a tag to compare

What's Changed

  • You must first create the vault file using the create subcommand.
  • The vault directory now requires a settings file, meaning you can only open or close a vault that has been created with the create subcommand.

Full Changelog: v0.2...v1.0

v0.2

25 Aug 14:50
ac10625

Choose a tag to compare

v0.2 Pre-release
Pre-release

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

25 Aug 14:29
df683c1

Choose a tag to compare

v0.1 Pre-release
Pre-release

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