| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-09 | 1.9 kB | |
| v0.132.1 source code.tar.gz | 2026-02-09 | 4.9 MB | |
| v0.132.1 source code.zip | 2026-02-09 | 5.5 MB | |
| Totals: 3 Items | 10.4 MB | 8 | |
This is a bugfix release, with a fixes for a few high-profile bugs in signup, dropdowns, and preview settings. There are also some performance improvements, particularly around the download size of client-side Javascript code.
What's Changed
🐛 Bug Fixes 🐛
- Fix image derivative creation when using non-filesystem storage by @Floppy in https://github.com/manyfold3d/manyfold/pull/5441
- Fix previewable flag not saving in edit form / API by @Floppy in https://github.com/manyfold3d/manyfold/pull/5445
- Fix blank option appearance in dropdowns by @Floppy in https://github.com/manyfold3d/manyfold/pull/5453
- Fix ALTCHA bot protection on failed signup forms by @Floppy in https://github.com/manyfold3d/manyfold/pull/5454
- FIx random test failures by always using longer usernames by @Floppy in https://github.com/manyfold3d/manyfold/pull/5455
- Fix email test command name by @Floppy in https://github.com/manyfold3d/manyfold/pull/5463
- Fix MIME type check in slicer link generation by @Floppy in https://github.com/manyfold3d/manyfold/pull/5462
- Fix blurring of sensitive content in lists by @Floppy in https://github.com/manyfold3d/manyfold/pull/5464
🔋 Sustainability & Performance 🔋
- Database count query performance optimisations by @Floppy in https://github.com/manyfold3d/manyfold/pull/5450
- Reduce JS bundle size by removing client-side password check by @Floppy in https://github.com/manyfold3d/manyfold/pull/5393
🛠️ Other Improvements 🛠️
- Make MIME type checks more efficient by @Floppy in https://github.com/manyfold3d/manyfold/pull/5440
- Improve a few user checks to avoid errors by @Floppy in https://github.com/manyfold3d/manyfold/pull/5446
- Automatically run yarn in setup script by @Floppy in https://github.com/manyfold3d/manyfold/pull/5452
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.132.0...v0.132.1