Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.96.0
2025-01-20This release brings the ability to rename files, finally! You can rename individually or in bulk, and the file list inside a model now takes subdirectory paths into account in its groupings, so you can really get organised!
We also now index archive files, Prusa binary GCode, and HTML & Word documents. And on top of all that, we’ve had some great community contributions, like password strength settings, bulk updating models across all pages, and amazinglty, a complete translation into Dutch!
What’s Changed
✨ New Features ✨
- File renaming by @Floppy in https://github.com/manyfold3d/manyfold/pull/3416
- Use full file path for grouping inside models by @Floppy in https://github.com/manyfold3d/manyfold/pull/3417
- Index Prusa’s Binary GCode (.bgcode) files by @Floppy in https://github.com/manyfold3d/manyfold/pull/3418
- Include archive files when indexing existing files on disk by @Floppy in https://github.com/manyfold3d/manyfold/pull/3419
- Index HTML and Word documents by @Floppy in https://github.com/manyfold3d/manyfold/pull/3420
- Dynamically set file grouping size based on number of files by @Floppy in https://github.com/manyfold3d/manyfold/pull/3421
- Rename files in bulk by @Floppy in https://github.com/manyfold3d/manyfold/pull/3425
- Added environment variable to set required password quality by @fhp in https://github.com/manyfold3d/manyfold/pull/3428
- Test email feature by @matthewbadeau in https://github.com/manyfold3d/manyfold/pull/3429
- Add Dutch (nl) translation by @fhp in https://github.com/manyfold3d/manyfold/pull/3431
- Add “Update All Models” functionality to bulk edit models by @fhp in https://github.com/manyfold3d/manyfold/pull/3430
🐛 Bug Fixes 🐛
- Fix missing breadcrumb on file edit page by @Floppy in https://github.com/manyfold3d/manyfold/pull/3426
- Fix display of “printed” state by @Floppy in https://github.com/manyfold3d/manyfold/pull/3436
🛠️ Other Improvements 🛠️
- Add a form helper for checkbox inputs by @Floppy in https://github.com/manyfold3d/manyfold/pull/3422
- Use checkbox row helper by @Floppy in https://github.com/manyfold3d/manyfold/pull/3427
- Add translations for bulk file renaming fields by @Floppy in https://github.com/manyfold3d/manyfold/pull/3438
- Add total model count to update all button by @Floppy in https://github.com/manyfold3d/manyfold/pull/3439
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.95.1…v0.96.0