Skip to content

Releases: biigle/core

v1.12.0

28 Jul 12:54
Compare
Choose a tag to compare

Changed:

  • Improved documentation

Added:

  • visibleFor and withLabel scopes for the Annotation model

v1.11.0

19 Jul 07:24
Compare
Choose a tag to compare

Changed:

  • The default thumbnail service now chunks generating of thumbnails ( #90 )

v1.10.0

03 Jul 09:05
Compare
Choose a tag to compare

Added:

  • Support FontAwesome icons in sidebar tabs

Fixed:

  • Notification action link ( #91 )

Changed:

  • The middleware for API authentication has been changed. Use auth:web,api instead of auth.api. ( #96 )

v1.9.0

21 Jun 09:06
Compare
Choose a tag to compare

Run php artisan migrate after updating to this version.

Added:

  • DB column for persistent user settings
  • Notification settings view
  • View mixin location to extend the notification center with new tabs

v1.8.2

06 Jun 14:38
Compare
Choose a tag to compare

Fixed:

  • Removed high priority queue again because the implementation contained errors ( #49 )

v1.8.1

06 Jun 13:33
Compare
Choose a tag to compare

Added:

  • high priority queue. By default all workers will process joby from this queue first ( #49 )

Changed:

  • Set the time after which a database queue job is automatically retried from 1.5 min to 30 min

v1.8.0

02 Jun 14:06
Compare
Choose a tag to compare

Run php artisan migrate after updating to this version.

Changed:

  • User email addresses are now case insensitive for authentication ( #72 )
  • Composer dependencies were updated
  • Disabled redirect from URLs with trailing slash for API routes ( #24 )
  • Structuring of the user manual ( #88 )

Added:

  • Display "active" users count on dashboard in the admin area ( #86 )
  • More detailed statistics on each user in the admin area ( #81 )
  • Font Awesome icon set

v1.7.1

22 May 10:57
Compare
Choose a tag to compare

Changed:

  • biigle.events global event bus is now called events. The old name is still supported, though.
  • core.keyoard event handler is now called keyboard. The old name is still supported, though.

v1.7.0

19 May 14:32
Compare
Choose a tag to compare

Added:

  • Allow target project for a new label tree
  • Sidebar tab component without padding
  • Keyboard event handler (migrated from biigle/label-trees)
  • Keyboard events for the sidebar component

Removed:

  • All AngularJS dependencies. This includes:
    • AngularJS, ngResource, ngAnimate, Angular UI Bootstrap libraries
    • AngularJS BIIGLE core modules, resources and services
    • AngularJS BIIGLE client documentation
    • AngularJS Karma tests

Fixed:

  • Keyboard event handler for special keys in Chrome

v1.6.3

02 May 12:05
Compare
Choose a tag to compare

Fixed:

  • The keyboard event service didn't work correctly with the space bar and arrow keys in Chrome