Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.95.0
2025-01-15This release adds more advanced configuration options for SMTP servers, like security settings and ports. There’s also a collection of bugfixes including a big one that broke quite a few things in the Linuxserver.io v0.93.0 and v0.94.0 releases.
What’s Changed
✨ New Features ✨
- Update smtp config: add port number and disable ssl certificate validation by @fhp in https://github.com/manyfold3d/manyfold/pull/3400
- Load more SMTP settings from environment vars by @Floppy in https://github.com/manyfold3d/manyfold/pull/3406
🐛 Bug Fixes 🐛
- Fix docker builds by adding missing packages by @Floppy in https://github.com/manyfold3d/manyfold/pull/3399
- Re-add block parameters for Ruby 3.3 compatibility (fixes linuxserver images) by @Floppy in https://github.com/manyfold3d/manyfold/pull/3408
- Fix setting the provided password when creating an account when no SMTP server is configured. by @fhp in https://github.com/manyfold3d/manyfold/pull/3401
- Fix missing icons in feed by @Floppy in https://github.com/manyfold3d/manyfold/pull/3410
🛠️ Other Improvements 🛠️
- Refactor comment code to use new Federails data entity system by @Floppy in https://github.com/manyfold3d/manyfold/pull/3398
- Rename some more block variables to ease future updates by @Floppy in https://github.com/manyfold3d/manyfold/pull/3409
New Contributors
- @fhp made their first contribution in https://github.com/manyfold3d/manyfold/pull/3400
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.94.0…v0.95.0