Releases: biigle/core
Releases · biigle/core
v3.82.1
v3.82.0
What's Changed
- Add support for
SubjectArea
andGPSImgDirection
EXIF fields by @aneust in #880 - Fix test that sometimes fails by @mzur in #907
- Fix slider focus to enable keyboard shortcuts again by @lehecht in #902
- Prevent double clicks for point annotations by @dlangenk in #896
- View recently joined users in admin area by @aneust in #905
Full Changelog: v3.81.1...v3.82.0
v3.81.1
v3.81.0
What's Changed
- truncates long image names in the navbar/content by @dlangenk in #889
- Prevent double click on submit of a new project by @dlangenk in #891
- Update developing docs by @mzur in #895
- Show month in the timeline chart instead of years by @dlangenk in #893
- updated documentation for attaching volumes by @dlangenk in #894
- Use consistent colors for users in project/volume charts by @dlangenk in #888
- Update PyTorch version to fix vulnerability by @mzur in #898
Full Changelog: v3.80.1...v3.81.0
v3.80.1
v3.80.0
v3.79.0
v3.78.2
Before this version, files with special characters such as \n
or \t
could be created. Find and fix these manually with the php artisan tinker
console. Example query: Image::where('filename', '~', '[\n\r\t\f]')->count()
.
What's Changed
Full Changelog: v3.78.1...v3.78.2
v3.78.1
v3.78.0
What's Changed
- Favourite label key icon #797 _ first attempt by @aneust in #840
- Bump ws from 8.16.0 to 8.17.1 by @dependabot in #860
- Add button to mark all notifications as read by @lehecht in #849
- Update OpenLayers version by @mzur in #862
New Contributors
Full Changelog: v3.77.0...v3.77.1