# Changelog

{% updates format="full" %}
{% update date="2026-05-20" %}

## VARIX-BILLING (1.2.0)

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

### New Features

* New invoice panel updated
* Faction and Citizen menus made more compact

### Bugs fixed

* Factions were unable to create invoices -> fixed
* Faction invoices were not sent to Society -> fixed

<details>

<summary>Files changed</summary>

```
server/main.lua
client/main.lua
html/app,js
html/index.lua
html/style.css
config.lua
server/install.lua
fxmanifest.lua
```

</details>
{% endupdate %}

{% update date="2026-05-18" %}

## VARIX-BILLING (1.1.0)

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

### Export updated

```lua
exports['varix-billing']:CreateCustomInvoice(
            target, 
            amount, 
            reason, 
            sourceName, 
            societyJob, 
            societyJob, 
            sourceIdentifier, 
            targetType
        )
targettype: "society" or "player" if not set "player" is default

```

<details>

<summary>Files changed</summary>

```
server/main.lua
```

</details>
{% endupdate %}

{% update date="2026-05-11" %}

## VARIX-WORLDCLEAR <sup><sub>***(3.0.0)***<sub></sup>

<figure><img src="/files/8UWtHhPRa0dVSHHOYQaj" alt=""><figcaption></figcaption></figure>

### New features

* set esx.groups
* whitelist for objects

<details>

<summary>Files changed</summary>

```lua
worldclear_server.lua
config.lua
fxmanifest.lua
```

</details>
{% endupdate %}
{% endupdates %}


---

# 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://varixcode.gitbook.io/varixcode/vlrixcode-systems/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.
