Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 15:57
· 1021 commits to main since this release

ManT 0.6.1

Install or update the latest release.

Unix (Linux with glibc, or macOS)

curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/BryanHeBY/ManT/main/scripts/install.sh | sh

Windows (PowerShell)

irm https://raw.githubusercontent.com/BryanHeBY/ManT/main/scripts/install.ps1 | iex

What's changed

  • Native manual roots can now expose an individual page through a leaf file symlink, including a target outside the configured root.
  • Directory symlinks are still not traversed, and broken links are not indexed.
  • Redirect-only .so pages resolve from the symlink's logical collection location, while every redirect target remains constrained to the configured manual root.
  • Unix and Windows coverage now exercises indexing, external leaf loading, logical redirect resolution, directory links, broken links, and .so escape rejection.

The release keeps the protocol at v6 and the document-source schema at v2; no configuration migration is required from 0.6.0.

Full changelog: v0.6.0...v0.6.1