CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.105.0-ls69/index.html
LinuxServer Changes:
Rebase to Alpine 3.21.
Remote Changes:
This release sees the first proper API endpoints for public models, creators and collections. It's a pretty standard JSON-LD REST API, and should be considered version zero; it will definitely change over time, but we're excited to see what can be done with it! Full documentation is at /api
on every instance (including on Try Manyfold), and is linked in the site footer.
Authenticated access tokens for accessing private data will be coming soon, followed by being able to edit data and upload content.
What's Changed
✨ New Features ✨
- Added API responses for public models, collections, and creators by @Floppy in manyfold3d/manyfold#3800
- Add license details to model and file APIs by @Floppy in manyfold3d/manyfold#3814
- API improvements, linking resources together and improving JSON-LD by @Floppy in manyfold3d/manyfold#3824
🐛 Bug Fixes 🐛
- Ignore datapackage.json when generating filesystem change lists by @Floppy in manyfold3d/manyfold#3828
- Fix extra slash on rpg-awesome path by @amethystdragon in manyfold3d/manyfold#3827
🛠️ Other Improvements 🛠️
- Improvements to testing across single/multi user by @Floppy in manyfold3d/manyfold#3806
- Add icons to "open in slicer" menu options by @Floppy in manyfold3d/manyfold#3815
New Contributors
- @amethystdragon made their first contribution in manyfold3d/manyfold#3827
Full Changelog: manyfold3d/manyfold@v0.104.1...v0.105.0