v1.0.0
Features:
- Can statically serve thumbnail images for better performance ( #8 )
Changes:
- Uses Laravel 5.3 ( #37 )
transects/{id}/annotations
API endpoint was removed in favor of the export module- Annotation coordinates now can be stored as floats ( #42 )
Upgrade
- Packages handling thumbnail files need to use
images.uuid
for the filename instead ofimages.id
. Theimages.cleanup
event now supplies an array of image UUIDs instead of an array of IDs. $this->request
and$this->user
are no longer available in the base controller class. InjectIlluminate\Http\Request
orIlluminate\Contracts\Auth\Guard
directly to the controller functions instead.