CI Report:
https://ci-tests.linuxserver.io/linuxserver/manyfold/v0.119.0-ls95/index.html
LinuxServer Changes:
Rebase to Alpine 3.22.
Remote Changes:
This is mostly a bugfix release for sync features and zip downloads, but there's one new efficiency feature as well. You can now enable creation of image thumbnails, which should help the list pages load faster.
That uses some disk space though, so it's optional; enable it in the "Downloads" settings area (no, that's not really a good place for it, a settings reorganisation is probably going to have to happen soon).
What's Changed
✨ New Features ✨
- Automatically generate more efficient image sizes by @Floppy in manyfold3d/manyfold#4520
🐛 Bug Fixes 🐛
- Only choose accessible models as preview for collection by @Floppy in manyfold3d/manyfold#4538
- Fix behaviour of default library setting when libraries are destroyed by @Floppy in manyfold3d/manyfold#4539
- Set correct owner when importing from URL by @Floppy in manyfold3d/manyfold#4546
- Fix creator matches by @Floppy in manyfold3d/manyfold#4548
- Fix file permissions and times in zip downloads by @Floppy in manyfold3d/manyfold#4550
- Sync model slugs from remote by @Floppy in manyfold3d/manyfold#4549
- Fix attachment mtime/ctime classes by @Floppy in manyfold3d/manyfold#4551
- Handle nil mtime/ctime for files by @Floppy in manyfold3d/manyfold#4553
- Add imagmagick to docker runtime build by @Floppy in manyfold3d/manyfold#4555
- Use a json_extract query to find files without derivatives by @Floppy in manyfold3d/manyfold#4556
- Only do image derivatives for images by @Floppy in manyfold3d/manyfold#4557
- Add JPEG/WEBP/HEIC support to imagemagick by @Floppy in manyfold3d/manyfold#4559
🛠️ Other Improvements 🛠️
- Use a more meaningful temporary name when importing by @Floppy in manyfold3d/manyfold#4542
- Store sync time for links by @Floppy in manyfold3d/manyfold#4543
- Rename object_id to model_id in deserializers by @Floppy in manyfold3d/manyfold#4547
- URL parameter for per_page on problems list by @Floppy in manyfold3d/manyfold#4554
- Handle and log image conversion failures in backfill job by @Floppy in manyfold3d/manyfold#4558
Full Changelog: manyfold3d/manyfold@v0.118.0...v0.119.0