Releases: biigle/core
Releases · biigle/core
v1.2.2
Features:
- Remote transects ( #11 )
- New loading indicator element
- Includes a custom build of vue-strap ( #45 )
Changes:
- Notifications are automatically marked as read if the action link is clicked ( #56 )
- The transect and project models have a new
thumbnail
attribute
Upgrade
Run composer install
after pulling the changes.
v1.2.1
v1.2.0
Features:
- Notifications and system messages ( #41 )
Changes:
- Improved users view in the admin panel
- The
$user
variable of the authenticated user is available in all views - Vue.js and vue-resource are now globally available for the transition from Angular to Vue ( #45 )
Upgrade
Run php artisan:migrate
to set up the new database tables required for notifications and system messages.
v1.1.5
v1.1.4
v1.1.0
Features:
-
Annotation sessions (see biigle/volumes#12 and the manual)
-
Generic routes for tutorials and documentation:
{{route('manual-tutorials', 'xyz')}}
will return/manual/tutorials/xyz
{{route('manual-tutorials', ['module', 'xyz'])}}
will return/manual/tutorials/module/xyz
This works analogously for the
manual-documentation
route.
Changes:
Dias\Project::addTransectId
was deprecated. Use$project->transects()->attach($transect)
instead.
Upgrade
Run php artisan migrate
after you have pulled the new version.
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.
v0.6.0
Features:
Fix:
- #4
- #34
urlParams
Angular Service ( biigle/volumes#10 )
Changes:
- Label tree description can now be cleared
- Global keyboard events are only handled if no input element is selected
- Speed up Gulp build
- If a transect to detach does not belong to the project, a 404 is returned instead of a 403
v0.5.0
v0.4.0
Do not upgrade from v0.2.0 to v0.4.0 directly.
Upgrade from v0.2.0 to v0.3.0, run the migrations, then upgrade from v0.3.0 to v0.4.0.
Features:
- Redesign of the dashboard with new view mixin hooks (biigle/projects#3)
- User manual
- Images
attrs
attribute - Updated installation instructions
Fix:
- Confirmation popup when deleting a user account