> For the complete documentation index, see [llms.txt](https://help.besmart.software/t4i/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/t4i/whats-new/version-26.1.1.0.md).

# Version 26.1.1.0

Released on 27th July 2023

## <mark style="color:orange;">Fixes</mark>

* Fixed error in [Push Qty](/t4i/commands-overview/bom/push-qty.md) command caused by suppression of some components when model states were used.
* Removed behavior when multiple annotation commands could be run at once but only the first command was executed.
* Removed behavior when a single annotation command could be run multiple times, but only the first run was executed.

## <mark style="color:green;">New features and improvements</mark>

* [Align hatches](/t4i/commands-overview/annotations/align-hatching.md) command was renamed to *Align hatching*.
* The [iLogic Commands](/t4i/commands-overview/ilogic-samples.md) panel was renamed to *iLogic Samples* to better distinguish it from the [iLogic commands](/t4i/commands-overview/be.smart-t4i/ilogic-commands.md) editor window.<br>

  <figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2F24fWf8wl2O4mWT63AlRo%2Fimage.png?alt=media&amp;token=81f2dcd9-6439-4689-9882-03fc2dcf0cf7" alt=""><figcaption></figcaption></figure>
* The Annotation commands that can modify the dimension text (like Diameter, Diameter H7, Thread M, Chamfer, Tolerance, Parentheses, 1/2, or Reset) can now be used repeatedly.
  * After running the command, hold the *Ctrl* key and select as many dimensions as you want. Once you release the *Ctrl* key, you can perform one more selection, or you can terminate the command with the *Esc* key.<br>

    <figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FNhpj1gsPSNpVlvBFxEot%2F26.1.1_improved_annotations.gif?alt=media&amp;token=3ea81342-7254-43cd-92a5-d3f158feea0a" alt=""><figcaption><p>Improved behavior of some annotations commands</p></figcaption></figure>
  * That is to say, without the *Ctrl* key, only one selection is possible and the command will terminate automatically.
  * Another method of dimension selection that still remains valid is to select multiple dimensions before running the annotation command.


---

# 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://help.besmart.software/t4i/whats-new/version-26.1.1.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.
