# 6.1.0

9 Feb 2023

## **What's new** 💡

* Adjust project creation to support Bounding Box phase 2.
* Enable the `Select All Rows` checkbox when filtering columns by keyword or filtering in the View menu is enabled.
* Implement [Bounding Box](https://github.com/vulcan-ai/gitbook/blob/datasaur/compatibility-and-updates/nlp-projects/lets-get-labeling/bounding-box-labeling.md) Auto Label.
* Make Question and Answer ID index start from 0.

## **Bug fixes** 🐞

* Disable resize/move OCR label after the project is completed.
* Invalid `activationConditionalLogic` if the Question Set contains `bindToColumn`.
* Stuck on resize after selecting label in Bounding Box Labeling.
* Unhandled error when uploading TSV files with a line that has different column count.


---

# Agent Instructions: 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.1.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.
