Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.138.0
2026-04-22This release focuses on federation of some social features. We’ve improved how new model posts appear on other services like Mastodon, and you can now quote those messages as well! We also count up likes from other servers for the original model, letting you know just how popular your work is!
What’s Changed
✨ New Features ✨
- Include incoming federated likes in displayed like count by @Floppy in https://github.com/manyfold3d/manyfold/pull/5922
- Allow quoting for federated create/update notes by @Floppy in https://github.com/manyfold3d/manyfold/pull/5937
- Respond to Quote Authorizations and automatically allow for new/update messages by @Floppy in https://github.com/manyfold3d/manyfold/pull/5967
🔒 Security 🔒
- Force multiuser mode if federation is enabled by @Floppy in https://github.com/manyfold3d/manyfold/pull/5939
🐛 Bug Fixes 🐛
- Fix missing ActiveRecord translations by @Floppy in https://github.com/manyfold3d/manyfold/pull/5906
- Fix accidentally-removed translation keys by @Floppy in https://github.com/manyfold3d/manyfold/pull/5929
- Removed unused translation by @Floppy in https://github.com/manyfold3d/manyfold/pull/5931
- More translation fixes by @Floppy in https://github.com/manyfold3d/manyfold/pull/5940
- Fix structure of canQuote interactionPolicy by @Floppy in https://github.com/manyfold3d/manyfold/pull/5961
- Fix compatibility notes by @Floppy in https://github.com/manyfold3d/manyfold/pull/5962
🌍 Internationalization 🌏
- Remove usage assumptions in i18n tasks by @Floppy in https://github.com/manyfold3d/manyfold/pull/5921
- Translations updated: de by @Floppy in https://github.com/manyfold3d/manyfold/pull/5949
- Translations updated: es by @Floppy in https://github.com/manyfold3d/manyfold/pull/5948
🛠️ Other Improvements 🛠️
- Collections boost their members, rather than posting new comments by @Floppy in https://github.com/manyfold3d/manyfold/pull/5928
- Stub Likes collection for models (and associated compatibility notes) by @Floppy in https://github.com/manyfold3d/manyfold/pull/5930
- Send local likes out to the fediverse by @Floppy in https://github.com/manyfold3d/manyfold/pull/5932
- Remove site-wide default owner by @Floppy in https://github.com/manyfold3d/manyfold/pull/5936
- Improved compatibility notes for mastodon x-posting by @Floppy in https://github.com/manyfold3d/manyfold/pull/5888
- Split up routes to make them more manageable by @Floppy in https://github.com/manyfold3d/manyfold/pull/5966
- Update FEDERATION.md for FEP-044f (quote post) support by @Floppy in https://github.com/manyfold3d/manyfold/pull/5946
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.137.0…v0.138.0