> For the complete documentation index, see [llms.txt](https://docs.tracr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracr.com/release-notes/tracr-1.28.0.md).

# tracr 1.28.0

## Tracr Portal — Release Notes

* Add new navigation component
* Add Assurance page to support section of portal
* Fix bug where the continue to share button is displayed when all diamonds are removed from the selection
* Fix bug where no Rough child create event is displayed when splitting parent and child in the same CSV
* Allow transfer page export to work with both the full and filtered list
* Fix sorting arrows on the column headers where shown the wrong way around
* Fix bug where opening the Diamond Experience page removes the search filter
* Fix bug resulting in the wrong diamonds being displayed for a short time after opening an integration session In progress
* Fix bug making it impossible to drag a wide column to be the first column in tables
* Fix issue resulting in blank page being displayed when trying to access a diamond directly via URL
* Fix wrong filter values order in Carat filter drop-down
* Fix inconsistent formatting for labels in Key to Symbols section
* Fix issue where symbols are not displayed when there is no space or extra space between them
* Update table column for rough inventory with new status and add tooltips
* Update diamond details page with new Objective Verification statuses
* Update share preview page with new Objective Verification statuses
* Update diamond experience page with new Objective Verification statuses
* Update filters for status and rough-check
* Add missing GIS status column name casting due to api refactoring

## Tracr API

* Fix bug that prevented deletion of diamond where the same participant id is also used for another diamond
* Fix bug where reports and links are opened in the same tab on global search
* Add Rectangle as new shape in Tracr


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tracr.com/release-notes/tracr-1.28.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
