Release v0.105.0

24 March 2025

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 #3800
  • Add license details to model and file APIs by @Floppy in #3814
  • API improvements, linking resources together and improving JSON-LD by @Floppy in #3824

    🐛 Bug Fixes 🐛

  • Ignore datapackage.json when generating filesystem change lists by @Floppy in #3828
  • Fix extra slash on rpg-awesome path by @amethystdragon in #3827

    🛠️ Other Improvements 🛠️

  • Improvements to testing across single/multi user by @Floppy in #3806
  • Add icons to “open in slicer” menu options by @Floppy in #3815

New Contributors

Full Changelog: v0.104.1…v0.105.0

See the original release on GitHub: v0.105.0