diff --git a/docs/source/guide/release_notes/onprem/2.20.0.md b/docs/source/guide/release_notes/onprem/2.20.0.md new file mode 100644 index 000000000000..e0200c735abb --- /dev/null +++ b/docs/source/guide/release_notes/onprem/2.20.0.md @@ -0,0 +1,63 @@ +--- +hide_sidebar: true +--- + +## Label Studio Enterprise 2.20.0 + +
Taxonomy for labeling, new audio hotkey, performance improvements, bug fixes
+ +*Jan 28, 2025* + +Helm Chart version: 1.9.0 + +### Enhancements + +#### Use Taxonomy for labeling + +There is a new `labeling` parameter available for the Taxonomy tag. When set to true, you can apply your Taxonomy classes to different regions in text. For more information, see [Taxonomy as a labeling tool](/templates/taxonomy). + +![Screenshot of taxonomy as labeling tool](/images/releases/2-20-taxonomy.png) + +#### Hotkeys for audio labeling + +There is a new hotkey available for pausing and starting audio: `ctrl`+`p` (Windows) or `command`+`p` (Mac). This is in addition to the space hotkey that performs the same function. However, this new hotkey is useful when you are working with audio and have a text area field in focus. + +#### Video frame classification template + +The video frame classification template is now available in the Label Studio app as well as [the documentation](/templates/video_frame_classification). + + +#### Performance improvements + +Optimized the API calls made from the frontend within the members management and Data Manager users lists. Also optimized the Projects page for faster load times. + +### Security + +- Upgraded pyarrow to address vulnerabilities in older packages. + +- Updated the default settings for CSRF cookie to be more secure and added an environment setting to control cookie age. + + +### Bug fixes + +- Fixed an issue where the Label Studio version as displayed in the side menu was not formatted properly. + +- Fixed an issue where the `contextlog` was not reporting the `content_type`. + +- Fixed an issue with overlapping relations on the overlay on highlighting. + +- Fixed an issue where task IDs were being duplicated when importing a large number of tasks through the API. + +- Fixed an issue where users were not being redirected to the appropriate page after logging in. + +- Fixed an issue where users were unable to edit meta information that they previously added to bounding box regions. + +- Fixed multiple issues resulting from Poetry/Poetry core 2 release. + +- Fixed an issue where the django-rq admin page was unavailable. + +- Fixed a possible race condition when dynamically loading the Data Manager or editor that would prevent either from loading. + +- Fixed an issue where skipped tasks were not being calculated as completed when the project Skip Queue setting was set to **Ignore Skipped**. + + diff --git a/docs/themes/v2/source/images/releases/2-20-taxonomy.png b/docs/themes/v2/source/images/releases/2-20-taxonomy.png new file mode 100644 index 000000000000..f60ee37b4309 Binary files /dev/null and b/docs/themes/v2/source/images/releases/2-20-taxonomy.png differ