CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.121.0-ls99/index.html
LinuxServer Changes:
Rebase to Alpine 3.22.
Remote Changes:
This release is mostly invisible background work for future features, though there are a few little improvements you might notice.
- You can now enable generation of thumbnail-sized images to help lists load quicker (currently in "downloads" settings; no it's not a good place)
- 3D files now show their dimensions in the detail page, thanks to a much more efficient file analysis tool which we'll be doing a lot more with in future
- You can command library filesystem scans from the CLI - useful for cron jobs maybe!
- Basic support for "Fediverse Auxiliary Service Providers" (FASPs). This is a system built as part of the Fediscovery project which aims to solve the problems with federated search, new instances with empty timelines, etc. It's early days, and there aren't any real servers out there you can connect up to yet, but that should change over the next few months, and we're getting ready for it.
And one more thing; the Advanced Admin UI has been removed. It was only ever a stopgap until the rest of the application got the features it needed, which we think we've hit now. If there's anything you used that you can't do, open a feature request and we'll get a replacement in for you.
What's Changed
✨ New Features ✨
- Analyse 3d files using the
assimp
tool, and show calculated dimensions by @Floppy in manyfold3d/manyfold#4572 - Allow registration of FASP providers by @Floppy in manyfold3d/manyfold#4604
- Add CLI command to start library filesystem scan by @Floppy in manyfold3d/manyfold#4627
🔒 Security 🔒
- Restrict bulk scanning operations to administrators by @Floppy in manyfold3d/manyfold#4579
- Add authentication wall over FASP provider configuration by @Floppy in manyfold3d/manyfold#4608
🐛 Bug Fixes 🐛
- Fix error in navbar when "show libraries" is enabled by @Floppy in manyfold3d/manyfold#4578
- Handle file access and other errors during backfill jobs by @Floppy in manyfold3d/manyfold#4617
- Fix blank usernames by @Floppy in manyfold3d/manyfold#4624
🛠️ Other Improvements 🛠️
- Improve display of file dimensions by @Floppy in manyfold3d/manyfold#4577
- Remove advanced admin by @Floppy in manyfold3d/manyfold#3673
- Add custom views for FASP management by @Floppy in manyfold3d/manyfold#4613
- Add AI code guidance to contributor guide by @Floppy in manyfold3d/manyfold#4614
- Only enable FASP client capabilities if we have federation enabled by @Floppy in manyfold3d/manyfold#4616
Full Changelog: manyfold3d/manyfold@v0.120.0...v0.121.0