---
May 20, 2025
Helm Chart version: 1.9.10
Label Studio can now be used in dark mode.
Click your avatar in the upper right to find the toggle for dark mode.
!!! note
Dark mode is not available for environments that use white labeling.



When you open Label Studio, you will see a new Home page. Here you can find links to your most recent projects, shortcuts to common actions, and links to frequently used resources

!!! note
The home page is not available for environments using whitelabeling.
There is a new Annotator Evaluation section under **Settings > Quality**.
When there are ground truth annotations within the project, an annotator will be paused if their ground truth agreement falls below a certain threshold.
For more information, see Annotator Evaluation.

There are a number of new features and changes related to plugins:


Click any agreement score to view pairwise agreement scores with others.

You can now click and drag to adjust text span regions.

The cursor now adjusts dynamically to brush size to allow for more precision in segmentation tasks.
You can now export polygons created using the BrushLabels tag to COCO format.
If you have AI Assistant enabled and ask multiple questions without coming to a resolution, it will offer to create a support ticket on your behalf:

You can now clear your chat history to start a new chat.

There is a new **Export Underlying Data** action for the Annotations chart.

When logging in, annotators will now see a link to the Annotator performance dashboard, where they can see their own performance metrics.

When there are a large number of options in a drop-down menu, you can now search through the list of available options.

When you install the Label Studio SDK, you can now use the label-studio-converter command from your terminal.
Performance enhancements around how membership API requests are made.
Added a new API call to rotate JWT tokens: POST api/token/rotate
Addressed a CSP issue by removing unsafe-eval usage.
Added a rule that password resets will be limited to 5 per hour.
Upgraded Babel to address vulnerabilities.
Improved security on CSV exports.
Removed an unused endpoint.
By default, CORS is permissive. However, you can now set an environment variable to ensure it is in strict mode. Set one of the following:
CORS_ALLOWED_ORIGINShttps://example.org,https://example.netCORS_ALLOWED_ORIGIN_REGEXESCORS_ALLOW_ALL_ORIGINSfalse or 0 to reject all Origin header values (that is, allow no cross-origin requests). By default this is set to true.Fixed an issue where interacting with the Manage Members modal would sometimes throw an error.
Fixed an issue where white-labeled Label Studios instances were showing the incorrect logo.
Fixed an issue where the Filter tag did not work with Choices tags.
Fixed an issue where annotators were seeing a misleading message that a project was not ready, even though the project was completed.
Fixed a server worker error related to regular expressions.
Fixed several small visual issues with the AI assistant.
Fixed an issue that was causing multiple annotators to be assigned to tasks beyond the overlap settings.
Fixed an issue where “Deleted User” repeatedly appeared in filter drop-down menus.
Fixed an issue where clicking on the timeline region in the region list did not move the slider to the correct position.
Fixed an issue where a "Script running successfully" message continuously appeared for users who had plugins enabled.
Fixed an issue where the drop-down menu to select a user role was overflowing past the page edge.
Fixed an issue where the visibleWhen parameter was not working when used with a taxonomy.
Fixed an issue where there were some UI inconsistencies that would occur during certain page navigations.
Fixed an issue where certain drop-down menus were inaccessible at different zoom levels.
Fixed an issue where the Data Manager would go blank when filtering by the predicted model version.
Fixed an issue where, if a 500 error was returned when syncing storage, the user would not see the error.
Fixed an issue where forward and rewind hotkeys for audio were not working.
Fixed an issue where the bars in the Tasks graph on the project dashboard were not accurately grouped by reviewed_at or completed_at.