# v1.0.1

{% hint style="info" %}
**Released:** October 1, 2025
{% endhint %}

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">New Features</td><td><a href="#new-features">#new-features</a></td></tr><tr><td align="center">Improvements</td><td><a href="#improvements">#improvements</a></td></tr><tr><td align="center">Bug Fixes</td><td><a href="#bug-fixes">#bug-fixes</a></td></tr></tbody></table>

## New Features

* Added support for multiple currency types
* Implemented advanced logging system with detailed transaction history
* New customizable UI themes (Dark, Light, Custom)
* Added webhook integration for Discord notifications

## Improvements

* Optimized database queries for better performance (up to 40% faster)
* Improved error handling and user feedback messages
* Enhanced compatibility with the latest ox\_lib version
* Updated translations for 5 additional languages

## Bug Fixes

* Fixed issue where players could duplicate items under specific conditions
* Resolved server crash when using special characters in configuration
* Fixed incorrect permission checks for admin actions
* Corrected visual glitches in the inventory UI

## Files Changed

* [ ] /hud
  * [ ] /client
    * [x] main.lua
    * [x] events.lua
  * [ ] /server
    * [x] functions.lua
  * [ ] /shared
    * [x] utils.lua
  * [ ] /html
    * [ ] /assets
      * [x] Added: logo.svg


---

# 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://anxscripts.gitbook.io/docs/premium-resources/hud/changelog/v1.0.1.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.
