Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.120.0
2025-07-30This week’s release brings some improvements to scanning processes. You can now run a metadata scan for any set of filtered models, including using a new search term for path matching, and you can run the new file check scan on an individual library.
There’s also a new manyfold links sync command to batch-synchronise links, including a --match argument if you want to just sync with a single site, and errors with the sync will now be reported in the Problems list.
What’s Changed
✨ New Features ✨
- Add syntax to search by model path by @Floppy in https://github.com/manyfold3d/manyfold/pull/4562
- Add option to scan menu to rescan the current selection of models by @Floppy in https://github.com/manyfold3d/manyfold/pull/4564
- Add button to scan a single library by @Floppy in https://github.com/manyfold3d/manyfold/pull/4566
- Add
manyfold links synccommand to batch run link synchronisations by @Floppy in https://github.com/manyfold3d/manyfold/pull/4568
🛠️ Other Improvements 🛠️
- Refactor Filterable concern to use new FilterService by @Floppy in https://github.com/manyfold3d/manyfold/pull/4565
- Improve error handling and reporting for sync URLs by @Floppy in https://github.com/manyfold3d/manyfold/pull/4567
- Add ngrok tunnel autostart to bin/dev by @Floppy in https://github.com/manyfold3d/manyfold/pull/4569
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.119.0…v0.120.0