Release v0.119.0
25 July 2025This 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 #4520
🐛 Bug Fixes 🐛
- Only choose accessible models as preview for collection by @Floppy in #4538
- Fix behaviour of default library setting when libraries are destroyed by @Floppy in #4539
- Set correct owner when importing from URL by @Floppy in #4546
- Fix creator matches by @Floppy in #4548
- Fix file permissions and times in zip downloads by @Floppy in #4550
- Sync model slugs from remote by @Floppy in #4549
- Fix attachment mtime/ctime classes by @Floppy in #4551
- Handle nil mtime/ctime for files by @Floppy in #4553
- Add imagmagick to docker runtime build by @Floppy in #4555
- Use a json_extract query to find files without derivatives by @Floppy in #4556
- Only do image derivatives for images by @Floppy in #4557
- Add JPEG/WEBP/HEIC support to imagemagick by @Floppy in #4559
🛠️ Other Improvements 🛠️
- Use a more meaningful temporary name when importing by @Floppy in #4542
- Store sync time for links by @Floppy in #4543
- Rename object_id to model_id in deserializers by @Floppy in #4547
- URL parameter for per_page on problems list by @Floppy in #4554
- Handle and log image conversion failures in backfill job by @Floppy in #4558
Full Changelog: v0.118.0…v0.119.0
See the original release on GitHub: v0.119.0