Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.127.0
2025-10-27Big news, with long-awaited improvements to uploading in this release. The upload form will now create a single model with all files if you’re not just uploading archives (zipfiles), and it will confirm to you beforehand what will be created. You can set the model name at upload time, as well as the permissions using our new preset options introduced in the last release. If you upload archives only, it will still extract each one and create separate models. Hopefully this is the “least surprising” behaviour and we’d love to hear how you get on with it.
We’ve also done a load of UI work on making all the forms in the app more consistent and more visually appealing. They’re not so messy now, and so hopefully easier to navigate. And ALSO, thanks to @macdylan, we’ve got a brand new Chinese (zh-CN) translation moving out of “experimental” phase into proper release!
What’s Changed
✨ New Features ✨
- Present password feedback directly to user by @matthewbadeau in https://github.com/manyfold3d/manyfold/pull/4484
- Add all uploaded files as a single new model, unless they are all archive files, in which case extract each as a new model by @Floppy in https://github.com/manyfold3d/manyfold/pull/4871
- Add immediate feedback about what models will be created during upload by @Floppy in https://github.com/manyfold3d/manyfold/pull/4872
- Simplified permission UI - choose a preset or “custom” by @Floppy in https://github.com/manyfold3d/manyfold/pull/4899
- Align all forms with a proper grid layout by @Floppy in https://github.com/manyfold3d/manyfold/pull/4903
🐛 Bug Fixes 🐛
- Fix file extension case-sensitivity in geometric analysis job by @Floppy in https://github.com/manyfold3d/manyfold/pull/4840
🌍 Internationalization 🌏
- New translation: Chinese (zh-CN) by @macdylan in https://github.com/manyfold3d/manyfold/pull/4890
- Translations updated: ru by @Floppy in https://github.com/manyfold3d/manyfold/pull/4894
- Translations updated: es by @Floppy in https://github.com/manyfold3d/manyfold/pull/4904
- Translations updated: zh-CN by @macdylan in https://github.com/manyfold3d/manyfold/pull/4905
- Translations updated: de by @Floppy in https://github.com/manyfold3d/manyfold/pull/4906
🛠️ Other Improvements 🛠️
- Test manifold check using real files by @Floppy in https://github.com/manyfold3d/manyfold/pull/4841
- Add all-contributors credits by @Floppy in https://github.com/manyfold3d/manyfold/pull/4842
- Exclude allcontributors PRs from release notes and CI builds by @Floppy in https://github.com/manyfold3d/manyfold/pull/4844
- Create individual translation sync PRs for each language by @Floppy in https://github.com/manyfold3d/manyfold/pull/4873
- Ignore all links to the local hostname by @Floppy in https://github.com/manyfold3d/manyfold/pull/4885
- Tweak per-locale translation sync by @Floppy in https://github.com/manyfold3d/manyfold/pull/4884
- Add specific i18n section in release notes by @Floppy in https://github.com/manyfold3d/manyfold/pull/4897
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.126.0…v0.127.0