This repository was archived by the owner on May 8, 2025. It is now read-only.
v2.31.0
Upgrade instructions
Run the migrations after upgrading to this version.
This release introduces annotation outlines and sorting by "outliers" in Largo. These features require processing of existing annotations, otherwise they will only work for annotations created after the upgrade. To process all existing annotations, you can run the console command:
php artisan largo:generate-missing --skip-patches
The command also offers several flags that can help if you have to process a large number of existing annotations (e.g. you can process the outlines/SVGs and sorting/vectors separately).
After upgrading to this release, postprocessing of new annotations will require more compute ressources. You may have to adjust the number of available queue worker processes.
What's Changed
- Update tests for Laravel 10 by @mzur in #112
- Bump @babel/traverse from 7.17.3 to 7.23.2 by @dependabot in #115
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #118
- Fix division by zero error by @lehecht in #122
- Bump follow-redirects from 1.14.9 to 1.15.4 by @dependabot in #123
- Outlier detection by @mzur in #120
- Add annotation outlines to Largo thumbnails by @lehecht in #119
Full Changelog: v2.30.0...v2.31.0