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

# Version 26.2.0.0

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

* Fixed a bug where the “Center text” command did not work in Inventor 2022.
* Fixed a bug caused by the ability to place the custom iLogic commands in improper locations of the Inventor UI.
* Fixed a bug that caused the iProperties synchronization not to work without Inventor/T4I restart.
* Fixed a bug that caused the custom iProperties already present in the Inventor document were not automatically loaded to the “User-defined” sections of the properties selection windows in Holixa T4I Settings.
* Fixed a bug causing the misformat of the character set after importing the T4I settings from the REG file.

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

* Setting the iProperties for [synchronization](/t4i/commands-overview/be.smart-t4i/edit-settings/auto-iproperties/synchronization-of-iproperties.md) can now be done independently for both “Model → Drawing” and "Drawing → Model" directions, which offers you better flexibility in iProperties synchronization.<br>

  <figure><img src="/files/Aoh9WI4hEUkgKlDZFtqn" alt=""><figcaption></figcaption></figure>

* Online help for the T4I commands can now be accessed directly from the Inventor user interface. This will greatly shorten the learning curve of T4I.
  * Hover the mouse over the command.
    * Wait until the tooltip appears.
    * Press the F1 key.

<figure><img src="/files/djQis94nWEmGcij8RUeO" alt=""><figcaption></figcaption></figure>

* T4I icons (except for the iLogic samples icons that are placed on the panel differently) can now switch automatically between dark/light modes based on the Inventor UI Theme settings - no T4I restart is necessary.

* No need to unblock the T4I in Inventor Add-in Manager after the very first installation on the machine.

* The “Center text” command was removed from the "iLogic Samples" panel and is now available as a standard T4I command found on the “Annotations” panel.<br>

  <figure><img src="/files/nNM7CRcugP52hfxjhxy3" alt=""><figcaption></figcaption></figure>

* The list of support countries was improved (changed from abbreviations to full names) and extended.

* Obsolete "OnSave modifications for read-only files" were removed from the “General” tab in Holixa T4I Settings.

## <mark style="color:blue;">Known Issues</mark> <a href="#known-issues" id="known-issues"></a>

* “[Open PDF file after export](/t4i/commands-overview/publish/export-pdf.md#command-settings)” in T4I's publishing settings conflicts with the Inventor's PDF option “Display Published File in Viewer”. If “Display Published File in Viewer” is checked, it always overrides the settings of “Open PDF file after export”. In other words, the published PDF file will always be opened in the default viewer no matter what you set for the “Open PDF file after export”.
* Due to changes to the online help structure, the localized online help links from within the app (F1 key) may redirect to the original (English) online help version.


---

# 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.2.0.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.
