> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/compatibility-and-updates/release-notes/version-6/6.161.0.md).

# 6.161.0

May 21, 2026

## **What's New? 💡** <a href="#whats-new" id="whats-new"></a>

### **Data Studio** <a href="#data-studio" id="data-studio"></a>

* Audio Labeling:
  * Added individual volume controls per audio channel, enabling users to independently adjust or mute specific channels during labeling.
  * Added an option to [keep timestamps in the transcript always visible](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/span-based#additional-options-for-audio-labeling), regardless of audio playback state.
* Advanced Search in Search extension — Added selective label all functionality, allowing users to apply labels to a chosen subset of search results instead of all results at once.
* Document and Row labeling extensions — Updated the answer chip tooltip design in Reviewer mode for improved consistency.
* Predictive Labeling — Added the ability to cancel an in-progress training and predicting job, allowing users to stop long-running training and prediction processes without waiting for them to complete.
* Re-predict in Real-time Assisted Labeling — Added support for selecting and triggering re-prediction on multiple rows at once, replacing the previous single-row limitation.
* PII Anonymization in Assisted Labeling — Projects with PII anonymization setting enabled now send masked content to Assisted Labeling providers, ensuring sensitive data is protected throughout the labeling workflow.

## **Bug Fixes 🐞**

### **Data Studio** <a href="#data-studio" id="data-studio"></a>

* Fixed an issue in Audio Labeling where the redo action would get stuck on "Saving..." indefinitely after deleting a timestamp.
* Fixed an issue in Conversational Labeling where the "Span should have at most one label" setting for message labels did not immediately replace the existing label when adding a new one using the "+" button.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasaur.ai/compatibility-and-updates/release-notes/version-6/6.161.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
