CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.140.0-ls150/index.html
LinuxServer Changes:
Full Changelog: v0.139.3-ls149...v0.140.0-ls150
Remote Changes:
This release includes some features requested by XRForge, a system for hosting XR content which is built atop a custom Manyfold configuration. There's also a high-priority security bugfix to prevent path traversal attacks when renaming files.
On the feature side, you can now specify the text to be used for links, rather than just showing the domain or the preset text we have for some sites. You can also now specify a main "entrypoint" file for a model (a bit like index.html for web pages) and a starting XRFragment, which is pretty handy when hosting virtual environments!
What's Changed
✨ New Features ✨
- Add optional anchor text for links by @Floppy in manyfold3d/manyfold#6109
- XRFragments entrypoint support by @Floppy in manyfold3d/manyfold#6110
🔒 Security 🔒
- Sanitize filenames to avoid path traversal and other security issues by @Floppy in manyfold3d/manyfold#6122
🐛 Bug Fixes 🐛
- Fix file grouping with subdirectories by @Floppy in manyfold3d/manyfold#6121
🌍 Internationalization 🌏
- Translations updated: de by @Floppy in manyfold3d/manyfold#6107
🛠️ Other Improvements 🛠️
- OpenAPI definition updated by @Floppy in manyfold3d/manyfold#6117
- Load/save entrypoint data to/from datapackage by @Floppy in manyfold3d/manyfold#6116
Full Changelog: manyfold3d/manyfold@v0.139.3...v0.140.0