Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.143.1
2026-06-11Bug fixes, and a fix for a fairly major performance problem when loading model pages with lots of files. Also, this version now uses the Redis store for caching, which should improve general site performance.
What’s Changed
🐛 Bug Fixes 🐛
- Fix OBJ files rendering in a dark material by @Floppy in https://github.com/manyfold3d/manyfold/pull/6278
- Fix extremely slow generation of “open in” URLs caused by user agent check by @Floppy in https://github.com/manyfold3d/manyfold/pull/6324
🔋 Sustainability & Performance 🔋
- Use Redis as Rails cache store by @Floppy in https://github.com/manyfold3d/manyfold/pull/6282
- More efficient handler lookup by @Floppy in https://github.com/manyfold3d/manyfold/pull/6327
🛠️ Other Improvements 🛠️
- Move esbuild configuration into a build file by @Floppy in https://github.com/manyfold3d/manyfold/pull/6281
- Change javascript bundler to vite by @Floppy in https://github.com/manyfold3d/manyfold/pull/6296
- Deliver CSS with Vite by @Floppy in https://github.com/manyfold3d/manyfold/pull/6300
- replace Memoist gem with MemoWise by @Floppy in https://github.com/manyfold3d/manyfold/pull/6326
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.143.0…v0.143.1