Releases: manyfold3d/manyfold
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
v0.90.2
v0.90.1
v0.90.0
This release focuses on site administration and user management, with a redesign of the site settings area and a new user management section for moderators/admins. You can now also require moderator approval for new accounts, so you can let people sign themselves up, but also check that you want to let them in before they can access everything.
Also, there's a change to the usage reporting; we've added the image name and system architecture to the report. This lets us see which image you're running (standard, solo, linuxserver), and also which CPU architecture you're on. At some point we'll deprecate the 32-bit ARM build and it would be good to know how many people are using it before we do. As always the exact data sent is visible in the admin area, and the aggregated stats are visible to all at tracking.manyfold.app/stats. If you haven't already, please consider enabling the anonymous usage tracking; it really helps us out. (This change is listed as a "breaking change" in the changelog below as we feel it's important to highlight - you don't actually need to do anything though)
What's Changed
💥 Breaking Changes 💥
✨ New Features ✨
- Add user listings for admins & moderators by @Floppy in #3209
- Add user editing for moderators by @Floppy in #3215
- Add ability to create new users in moderation interface by @Floppy in #3216
- Add ability to remove user accounts by @Floppy in #3217
- Add moderation link to reset user passwords by @Floppy in #3219
- Add option to require moderator approval for new signups by @Floppy in #3220
🐛 Bug Fixes 🐛
- Fix pghero link and user list by @Floppy in #3210
- Fix usage architecture report by @Floppy in #3222
- Fix translation file normalization by @Floppy in #3237
- Usage tracking: remove leading v from app version by @Floppy in #3235
🛠️ Other Improvements 🛠️
Full Changelog: v0.89.0...v0.90.0
v0.89.0
Mostly behind-the-scenes changes and bugfixes this time round; better 3MF conversion behaviour, custom database port support, and fixes for sites that aren't running at the root of their domain. There's also been a big reorganisation of the settings; user-specific settings are now in the same place as password and email, whereas the old settings page is now just for site-wide admin settings.
What's Changed
✨ New Features ✨
- Set actor attribution domain by @Floppy in #3155
- Add ability to specify custom DATABASE_PORT by @Floppy in #3157
- Log problem if 3MF conversion fails because a mesh is non-manifold by @Floppy in #3181
🐛 Bug Fixes 🐛
- Use correct attribution domain from settings by @Floppy in #3156
- Fix potential error with empty locale setting by @Floppy in #3160
- Fix broken admin, problem and activity links when using RAILS_RELATIVE_URL_ROOT by @Floppy in #3161
- Don't retry 3MF conversion for non-manifold meshes by @Floppy in #3182
- Use consistent resolution buttons in problem panels by @Floppy in #3183
- Fix tooltip text on activity icons by @Floppy in #3184
- Update 3MF conversion buttons when finished by @Floppy in #3185
- Clear out stuck problems by @Floppy in #3187
- Restore missing problem resolution button translations by @Floppy in #3189
- Fix upload path when using RAILS_RELATIVE_URL_ROOT by @Floppy in #3190
- Fix attachment data error on MySQL databases by @Floppy in #3191
- Fix internal errors on follow requests by @Floppy in #3204
🛠️ Other Improvements 🛠️
- Move mesh analysis into its own gem by @Floppy in #3147
- Move 3MF export code into separate mittsu-3mf by @Floppy in #3153
- Reorganise settings pages by @Floppy in #3166
- Disable conversion button for non-manifold meshes by @Floppy in #3186
Full Changelog: v0.88.0...v0.89.0