> 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.35.0.md).

# 6.35.0

October 26, 2023

## **What's new** 💡

* Enhanced label modification settings to better differentiate them based on the project type.
* Enhanced question set experience by allowing user to edit the question set through the Document Labeling extension.
* Enhanced the dialogs in Members page to be more intuitive.
* Improved your experience of assigning new labelers/reviewers in Project Creation Wizard step 4 by adding a search field in the dynamic reviewer section.
* Made some improvements to the UI components to create a more intuitive interface.

## **Bug fixes** 🐞

* Fixed a bug that allowed duplicated label set names with extra spaces.
* Fixed a bug where a tooltip for Radio button questions had a minor margin issue.
* Fixed a bug where labelers' answer status was not updating correctly in document labeling.
* Fixed a bug where the “disabled” state in some question forms was inconsistent.
* Fixed a bug where the “Mark document as completed” icon was placed following the file name.
* Fixed a bug where the “Question Set Label” copy was wrongly placed in Project Creation Wizard Step 3.
* Fixed a bug where the sorting of the Slider column was not working properly.
* Fixed an issue that caused weird scrolling in Project tags section.
* Fixed some issues in the Action: Create Project forms:
  * Remove the redundant number on the form, retain the number with icon.
  * A better and synced error messages on multiple fields.
  * User can select tags from dropdown field and also make a new one.
  * Project Template and External Object Storage options are ready to be selected when first loading the wizard.
  * Fix step 3 of the wizard sidebar UI.
* Fixed an issue where exporting Krippendorff’s Alpha resulting the calculation data of Cohen’s Kappa on the Inter-Annotator Agreement page.

**API changes** 💡

* We have deprecated the <mark style="color:red;">DASHBOARD\_EXTENSION\_ID</mark> inside the [ExtensionID enum](https://docs.datasaur.ai/#definition-ExtensionID).
  * Dashboard Extension has long been unused in the labeling project UI and will be removed completely on **November 27, 2023**.
  * If you have a script to create a Datasaur project via API, you can simply omit DASHBOARD\_EXTENSION\_ID from your scripts.
* We have plans to enhance the Project Template feature, which will involve some adjustments to the queries related to project templates.
  * The following queries are now deprecated:
    * <mark style="color:red;">`getProjectTemplate`</mark>
    * <mark style="color:red;">`getProjectTemplates`</mark>
  * We’ve introduced new queries for the replacement:
    * [<mark style="color:red;">`getProjectTemplateV2`</mark>](https://api-docs.datasaur.ai/#query-getProjectTemplateV2)
    * [<mark style="color:red;">`getProjectTemplatesV2`</mark>](https://api-docs.datasaur.ai/#query-getProjectTemplatesV2)
  * Comparison between the old and new queries:
    * Request arguments remain the same:
      * Both <mark style="color:red;">`getProjectTemplate`</mark> & <mark style="color:red;">`getProjectTemplateV2`</mark> use <mark style="color:red;">`id`</mark>
      * Both <mark style="color:red;">`getProjectTemplates`</mark> & <mark style="color:red;">`getProjectTemplatesV2`</mark> use <mark style="color:red;">`teamId`</mark>
    * Fields in old queries are not available in the new queries:
      * <mark style="color:red;">`teamId`</mark>
      * <mark style="color:red;">`team`</mark>
    * New fields in the new queries:
      * <mark style="color:red;">`type`</mark>
      * <mark style="color:red;">`description`</mark>
      * <mark style="color:red;">`imagePreviewURL`</mark>
      * <mark style="color:red;">`videoURL`</mark>
