> For the complete documentation index, see [llms.txt](https://doku.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doku.themeware.design/zusatzfunktionen/hub/changelog.md).

# Changelog

Im Changelog-Tab verfolgst du die komplette Versionshistorie von ThemeWare® — mit allen Highlights, Änderungen und Hinweisen je Version. Die Daten werden bei jedem Aufruf direkt aus dem ThemeWare® Service-Portal (via JSON-Feed) geladen, du verpasst also kein Release.

{% hint style="info" %}
**Hinweis**: Es werden nur Daten gelesen — es werden keine Daten an das Service-Portal übertragen.
{% endhint %}

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

## Aufbau

Die Einträge sind nach Hauptversionen gruppiert (z.B. 4.x, 3.x). Jeder Versionseintrag lässt sich aufklappen und zeigt:

* **Highlights** — die wichtigsten Neuerungen
* **Änderungen** — alle weiteren Anpassungen
* **Hinweise** — wichtige Informationen zur Version

Badges am Eintrag kennzeichnen die Art der Version (Feature, Premium-Request, Bugfix, Hinweis). Marker wie `Pro` oder `Cloud` zeigen, für welche Edition eine Änderung gilt.

## Bedienung

* **Zu Version springen** — über die Versions-Buttons (z.B. "4.x") oben gelangst du direkt zur gewünschten Hauptversion.
* **Alle ausklappen / einklappen** — zeigt oder versteckt die Details aller Einträge.
* Die neueste Version ist beim Öffnen automatisch aufgeklappt.

***

## Installierte Version

Deine aktuell installierte Version wird im Changelog mit einem blauen Rahmen und dem Hinweis "Installiert" hervorgehoben.&#x20;

<figure><img src="/files/iYt9bSshtuD0EiaTKRtA" alt=""><figcaption><p>Installierte Version hervorgehoben</p></figcaption></figure>

Gibt es eine neuere Version, erscheint oben ein Hinweis "Update empfohlen" mit deiner installierten und der aktuellsten Version.

<figure><img src="/files/fMnWT4H6WiHhGNClw9cL" alt=""><figcaption><p>"Update empfohlen"-Hinweis</p></figcaption></figure>

***

## Changelog

{% embed url="<https://service.themeware.design/changelog>" %}


---

# 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://doku.themeware.design/zusatzfunktionen/hub/changelog.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.
