Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.114.0
2025-06-17More updates and fixes for public instances in this release that we’ve identified during our beta testing. The main change is that now there’s an option to automatically create a Creator record when a new user signs up for an account. Personal sites probably won’t want to do that so it’s disabled by default, but if you’re running a public instance, it should make it easier for people to get started!
What’s Changed
✨ New Features ✨
- Add public access indicators by @Floppy in https://github.com/manyfold3d/manyfold/pull/4348
- Default creator in form by @Floppy in https://github.com/manyfold3d/manyfold/pull/4357
- Option to automatically set up a creator when users sign up for an account by @Floppy in https://github.com/manyfold3d/manyfold/pull/4361
- Require license and public creator when making models public by @Floppy in https://github.com/manyfold3d/manyfold/pull/4373
- Automatically publish creator when publishing models by @Floppy in https://github.com/manyfold3d/manyfold/pull/4378
🔒 Security 🔒
- Fix permission bug where contributors could edit things they didn’t have permission to by @Floppy in https://github.com/manyfold3d/manyfold/pull/4354
- Only show problems to moderators and above by @Floppy in https://github.com/manyfold3d/manyfold/pull/4360
🐛 Bug Fixes 🐛
- Fix page error after deleting user by @Floppy in https://github.com/manyfold3d/manyfold/pull/4344
- Fix destroy permissions for model files by @Floppy in https://github.com/manyfold3d/manyfold/pull/4345
- FIx missing validation and error messages for creator and collection forms by @Floppy in https://github.com/manyfold3d/manyfold/pull/4347
- Fix non-functional delete buttons for creators and collections by @Floppy in https://github.com/manyfold3d/manyfold/pull/4349
- Preserve permissions when splitting models by @Floppy in https://github.com/manyfold3d/manyfold/pull/4368
- Add missing parameter to fix resolve buttons (like “merge all”) by @Floppy in https://github.com/manyfold3d/manyfold/pull/4369
- Don’t overwrite permissions with defaults if already set by @Floppy in https://github.com/manyfold3d/manyfold/pull/4371
- Fix nil file sizes when preparing downloads by @Floppy in https://github.com/manyfold3d/manyfold/pull/4372
- Fix model form error reporting by @Floppy in https://github.com/manyfold3d/manyfold/pull/4375
🛠️ Other Improvements 🛠️
- Exclude tombstoned actors when creating user list by @Floppy in https://github.com/manyfold3d/manyfold/pull/4350
- Remove delete button from logged-in account in admin area by @Floppy in https://github.com/manyfold3d/manyfold/pull/4351
- Only show local creators & collections in forms by @Floppy in https://github.com/manyfold3d/manyfold/pull/4355
- Translation updates (DE, ES, PL, JA) by @Floppy in https://github.com/manyfold3d/manyfold/pull/4363
- Add link to suggest ngrok for dev instances by @Floppy in https://github.com/manyfold3d/manyfold/pull/4370
- Update welcome page to reflect automatic creator setup by @Floppy in https://github.com/manyfold3d/manyfold/pull/4376
- Minor spanish updates by @Floppy in https://github.com/manyfold3d/manyfold/pull/4377
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.113.0…v0.114.0