v0.6.1
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 | shWindows (PowerShell)
irm https://raw.githubusercontent.com/BryanHeBY/ManT/main/scripts/install.ps1 | iexWhat'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
.sopages 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
.soescape 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