> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/system/change-log/version-1.0.144.md).

# Version 1.0.144

### New features

* The clock in the upper-left corner of the application has been replaced with a countdown timer showing the time remaining until the end of the active user session.
* Added the ability to disable the border in the component `EaTileButton`, used, among others, in the add computer modal.

### Improvements and technical changes

* Removed the tenant selection bar from the application's top menu.
* Fixed issues related to the operation of `ExpirationTimer`, including countdown and code integration errors in the development environment.
* The logic was extracted `ExpirationTimer` to a separate file as part of code refactoring.
* Fixed a bug related to reading data from `localStorage`.
* The selected functionality has been temporarily disabled as part of maintenance work.
* The activity colors in the "Web Servers" tab have been inverted so they better reflect values and improve data readability.
* Changed the way delay list data is presented in the "Web Servers" section.
* Modified the ability to edit the main administrator's data was blocked, and form fields were secured accordingly.
* Removed unnecessary code and performed additional refactoring cleanup.
* Fixed an issue with subscription information flickering.


---

# 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:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/system/change-log/version-1.0.144.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.
