> For the complete documentation index, see [llms.txt](https://docs.tworst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tworst.com/admin-menu/admin-menu/changelog/v1.1.0.md).

# v1.1.0

## New

* **Auto web-panel access** — grant staff in-game, they get panel access automatically (opt-in, `TW_Server.autoWebPermissions`).
* Staff list shows each admin's web-access status at a glance (🟢 signed in · 🟡 granted, not signed in · ⚪ none).
* New integrations: **AV Weather** · **Randol** community service · **Bablo** billing.
* **Offline vehicle management** — grant/remove vehicles for offline players.
* Item Explorer: storage view + cleaner large-number formatting.

## Fixes & Improvements

* Ticket alerts: no duplicates, correct ticket number, richer info on web.
* Codem inventory: vehicle trunk/glovebox items now shown.
* Jail, garage & several framework bridges hardened.
* Thai language + updates across all 13 locales.

{% hint style="warning" %}
**Keep your own `shared/server_config.lua` & `shared/config.lua`** when updating. Replace `ui/dist/**` (rebuilt) and the other changed files.
{% endhint %}

## Config

`shared/server_config.lua` gained `TW_Server.autoWebPermissions` (default `false`), placed **above** the `Cloud` block so re-pairing the cloud no longer wipes it.

## Changed Files

* **New:** `bridge/communityservice/adapters/randol_service.lua`, `randol_service_client.lua`
* **New:** `bridge/invoices/adapters/bablo-billing.lua`
* **New:** `bridge/world/adapters/av_weather.lua`
* `fxmanifest.lua`, `bridge/registry.lua`
* `bridge/clothing/adapters/illenium-appearance.lua`
* `bridge/communityservice/{handlers,system}.lua`
* `bridge/garage/{facade,providers}.lua`
* `bridge/inventory/codem-inventory.lua`
* `bridge/jail/**` (pickle-prisons, qb-prison, client, handlers, system)
* `client/{trollDefaults,vehicles}.lua`
* `server/auth/handlers.lua`, `server/cloud/{handlers,uplink}.lua`
* `server/core/**` (esx/vehicles, qbcore/{queries,sync\_hooks,vehicles})
* `server/data/{tickets,vehicles}/handlers.lua`, `server/player/actions.lua`
* `locales/*.json` (all 13)
* `ui/dist/**` (rebuilt — replace)
