Skip to content

VaultExplorer v1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 17:32
· 61 commits to main since this release

New Features & Utilities

  • New Tools Suite: Added a dedicated utilities page featuring:
    • Split & Join Containers: Split file containers into cloud-friendly
      chunks for partial syncing without re-uploading the entire container,
      and reassemble them back into a single file.
    • Vault Check & Repair: Diagnostic tool to recover and repair corrupted
      vaults.
    • File Encryption & Decryption: Standalone utility to encrypt or decrypt
      individual files using any cipher available in the app.
    • Duplicate File Finder: Detect byte-identical files across storage
      (content-based, ignoring filenames).
    • Storage Analyzer: Visual breakdown of disk space usage.
    • Keyfile & Passphrase Generator: Generate strong passphrases and
      keyfiles.
  • Favorites & Bookmarks: Added the ability to bookmark files and folders for
    quick access.
  • Configuration Backup: Added import and export functionality for app and file
    manager settings.

Vault & Encryption Enhancements

  • Container Password Modification: Expanded password changing support to LUKS,
    Cryptomator, gocryptfs, and CryFS containers (joining existing VeraCrypt
    support).
  • Creation & Cipher Options: Added a cipher choice picker when creating new
    gocryptfs and CryFS containers.
  • VeraCrypt Enhancements: Added an option to protect hidden volumes when
    writing to outer volumes, and a long-press shortcut on advanced parameters
    during unlock to quickly reset settings to auto-detect.
  • Format Support: Expanded compatibility for additional gocryptfs vault
    formats.

File Manager & Search

  • Deep Search: Implemented recursive, multi-level deep search across
    subfolders for both encrypted vaults and ZIP archives.
  • Path Navigation: Enabled direct file path navigation using the dropdown menu
    from the container title bar.
  • Toolbar Filters: Moved filter options to the toolbar, added secure items to
    filter options, and updated playlists to respect active filters.

Security & Privacy

  • Privacy Enhancement: Removed potential leaks of container file paths and
    filenames in error log outputs.