# Change logs

Here you can find the monthly change-log, released on the 1st of each month. We plan to increase the frequency to twice a month once we expand the team.

### Alpha Version 0.1.133  - (October 1, 2024)

* Optimized Internal Build: Improved performance and efficiency across various components.
* Updated Dependencies: Upgraded to the latest dependencies for both the dashboard and decentralized exchange (DEX) to ensure better stability and compatibility.
* Navigation Pre-caching: Implemented enhanced navigation pre-caching for faster load times and smoother user experience.
* Improved External Link Handling: Addressed and improved the way external links are handled within the platform.
* Massive UI Overhaul: Remapped the user interface for a cleaner, more intuitive design.
* Ticker Redirection Fix: Resolved an issue where the ticker was not redirecting users correctly.
* Alphanaut Docs : Initialized the documentation build and started writing comprehensive docs for users.


---

# 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://docs.alphanaut.io/tech-docs/change-logs.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.
