v0.3.0

HumanSignal/label-studiov0.3.0Dec 19, 2019by deppp

AI Summary

This is an early release (v0.3.0) of Label Studio that introduces HTML annotation support as a new data type, along with several UI/UX improvements including a grid view for completions/predictions, audio playback hotkeys, and the ability to set completions as read-only or disable editing for predictions.

Key Highlights

  • HTML Annotation support (new data type)
  • Grid view for completions and predictions (#133)
  • Audio hotkey for play/pause functionality (#134)
  • Disable editing for predictions or read-only completions (#135)
  • Added additional callbacks and renamed existing ones

Breaking Changes

  • Callback functions were renamed, which may require updates to existing integrations

New Features

  • HTML Annotation support for web content labeling
  • Grid view for viewing completions and predictions
  • Audio playback hotkey (play/pause)
  • Textarea relations fix
  • Read-only completions and disabled editing for predictions
  • Additional callback functions added

Full Release Notes

New data type support, as well as numerous bug fixes.

* HTML Annotation support
* Grid view for completions and predictions (#133)
* Audio hotkey for play/pause (#134)
* Textarea relations fix (#143)
* Adding additional callbacks as well as renaming old ones
* Disable editing for predictions or read-only completions (#135)
* Numerous Bugfixes