# Changelog

### Version History&#x20;

{% stepper %}
{% step %}
\[v0.0.1] - 2024-12-02

Added

* Initial release of the documentation.
* Quickstart: Step-by-step guide to get started quickly.
* Introduction: Overview of the software, its purpose, and key features.
* Wallets: List of supported wallets.
* Installation: Detailed steps to install and configure the SDK.
* Implementation Guide: Comprehensive instructions for integrating the software into your environment.
* Proof of Concept: Example use cases and sample projects to demonstrate functionality.
* Support: Resources and contact information for troubleshooting and further assistance.
  {% endstep %}

{% step %}
\[v0.0.2] - 2024-12-02

Added:&#x20;

* Use code highlighting
  {% endstep %}

{% step %}
\[v0.0.3] - 2024-12-04

Added:&#x20;

* Screenshots of Modal in connection & disconnection mode
* Options of modal \[v0.0.12]
  {% endstep %}

{% step %}
\[v0.0.4] - 2024-12-11

Added:&#x20;

* Unity documentation&#x20;

Refactored:&#x20;

* Providers pages

{% endstep %}

{% step %}
\[v0.0.5 ] - 2024-12-12

Added:&#x20;

* inline code comments&#x20;
  {% endstep %}

{% step %}
\[v0.0.6] - 2024-12-12

Refactored:&#x20;

* Change Evm -> Etherlink
* use @tconnect.io/modal\@0.0.24
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions: 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://t-connect.gitbook.io/t-connect/changelog.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.
