Releases: manyfold3d/manyfold
v0.95.1
v0.95.0
This 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 #3400
- Load more SMTP settings from environment vars by @Floppy in #3406
🐛 Bug Fixes 🐛
- Fix docker builds by adding missing packages by @Floppy in #3399
- Re-add block parameters for Ruby 3.3 compatibility (fixes linuxserver images) by @Floppy in #3408
- Fix setting the provided password when creating an account when no SMTP server is configured. by @fhp in #3401
- Fix missing icons in feed by @Floppy in #3410
🛠️ Other Improvements 🛠️
- Refactor comment code to use new Federails data entity system by @Floppy in #3398
- Rename some more block variables to ease future updates by @Floppy in #3409
New Contributors
Full Changelog: v0.94.0...v0.95.0
v0.94.0
This release brings a better upload experience, with resumable uploads if your connection fails, and better performance.
What's Changed
✨ New Features ✨
🐛 Bug Fixes 🐛
🛠️ Other Improvements 🛠️
- Specify Node version for Volta tool by @mtancoigne in #3374
- Translations for recent features by @Floppy in #3387
Full Changelog: v0.93.0...v0.94.0
v0.93.0
Just a small release for translation updates, bugfixes, and a new message when no activities are shown on the front page.
What's Changed
✨ New Features ✨
- Add message on home page with no activity by @mtancoigne in #3375
- Translation updates across DE, PL, ES and lots for FR by @Floppy in #3376
🐛 Bug Fixes 🐛
🛠️ Other Improvements 🛠️
New Contributors
- @mtancoigne made their first contribution in #3375
Full Changelog: v0.92.0...v0.93.0
v0.92.0
Happy New Year! This first release of 2025 has a late Christmas present; a new rendering mode, which should help your previews look more realistic! Choose "Realistic with shadows" in your user settings, and you should get something like this:
There are also a couple of bugfixes in this release, but most of the work is still going on behind the scenes on some fairly complex geometry work that we hope to release soon.
What's Changed
✨ New Features ✨
🐛 Bug Fixes 🐛
- Fix scan failure when library path contains a space by @Floppy in #3353
- Fix error when auto-creating federation actors by @Floppy in #3354
Full Changelog: v0.91.3...v0.92.0
v0.91.3
v0.91.2
v0.91.1
While we do some background work on the mechanics of some 3d model compression, here's a bugfix release to fix a few problems, including infinite redirection in single-user mode, and some fixes for running non-Postgres databases.
What's Changed
🐛 Bug Fixes 🐛
- Fix report policy in multiuser mode without federation by @Floppy in #3284
- fix actor method calls within federails by @Floppy in #3295
- Use SameSite=Lax cookies to allow auto-login after linking by @Floppy in #3296
- Check database adapter name rather than class in regex checks by @Floppy in #3298
Full Changelog: v0.91.0...v0.91.1
v0.91.0
This release is all about safety; we've added features for reporting abusive or illegal content, both for local users and across the Fediverse, and for blocking federation to or from particular domains. Federation is still at a very basic level, but we really wanted to get at least some basic safety features in early; it's important stuff! Moderators can view and resolve submitted reports in the new settings area introduced in the last release, and can also manage local accounts in a new user management UI.
What's Changed
✨ New Features ✨
- Add support for blocking domains so that they don't federate by @Floppy in #3221
- List received reports in moderation interface by @Floppy in #3250
- Add ability to resolve or ignore reports in moderation UI by @Floppy in #3257
- Add report buttons on detail pages and model preview cards by @Floppy in #3259
🛠️ Other Improvements 🛠️
- update report pages to cope with anonymous reports by @Floppy in #3255
- Show remote domain for anonymous reports by @Floppy in #3256
- Link to reported items from report UI by @Floppy in #3258
Full Changelog: v0.90.2...v0.91.0