Skip to content

Commit e5837de

Browse files
robot-ci-heartexcaitlinwheeless
and
caitlinwheeless
authored
docs: Add release notes for 2.20.0 (#6988)
Co-authored-by: robot-ci-heartex <[email protected]> Co-authored-by: caitlinwheeless <[email protected]>
1 parent 1e13933 commit e5837de

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
hide_sidebar: true
3+
---
4+
5+
## Label Studio Enterprise 2.20.0
6+
7+
<div class="onprem-highlight">Taxonomy for labeling, new audio hotkey, performance improvements, bug fixes </div>
8+
9+
*Jan 28, 2025*
10+
11+
Helm Chart version: 1.9.0
12+
13+
### Enhancements
14+
15+
#### Use Taxonomy for labeling
16+
17+
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).
18+
19+
![Screenshot of taxonomy as labeling tool](/images/releases/2-20-taxonomy.png)
20+
21+
#### Hotkeys for audio labeling
22+
23+
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.
24+
25+
#### Video frame classification template
26+
27+
The video frame classification template is now available in the Label Studio app as well as [the documentation](/templates/video_frame_classification).
28+
29+
30+
#### Performance improvements
31+
32+
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.
33+
34+
### Security
35+
36+
- Upgraded pyarrow to address vulnerabilities in older packages.
37+
38+
- Updated the default settings for CSRF cookie to be more secure and added an environment setting to control cookie age.
39+
40+
41+
### Bug fixes
42+
43+
- Fixed an issue where the Label Studio version as displayed in the side menu was not formatted properly.
44+
45+
- Fixed an issue where the `contextlog` was not reporting the `content_type`.
46+
47+
- Fixed an issue with overlapping relations on the overlay on highlighting.
48+
49+
- Fixed an issue where task IDs were being duplicated when importing a large number of tasks through the API.
50+
51+
- Fixed an issue where users were not being redirected to the appropriate page after logging in.
52+
53+
- Fixed an issue where users were unable to edit meta information that they previously added to bounding box regions.
54+
55+
- Fixed multiple issues resulting from Poetry/Poetry core 2 release.
56+
57+
- Fixed an issue where the django-rq admin page was unavailable.
58+
59+
- Fixed a possible race condition when dynamically loading the Data Manager or editor that would prevent either from loading.
60+
61+
- Fixed an issue where skipped tasks were not being calculated as completed when the project Skip Queue setting was set to **Ignore Skipped**.
62+
63+
Loading

0 commit comments

Comments
 (0)