# Changelog

## 🔄 Changelog

### v2.0.0 - Current Release

UI

* Premium dark theme with smooth animations
* Grid and List view modes
* Category grouping in All view
* Colored category icons in sidebar
* Product detail modal with quantity selector
* Purchase confirmation dialog
* Loading spinner on payment buttons
* Notification system with progress bar
* Transparent overlay (game visible)
* Stock indicators (green/yellow/red)
* Out of stock visual state

Shopping

* Advanced cart with quantity controls
* Cart toggle (show/hide sidebar)
* Clear cart button
* Cash and Bank payment methods
* Real-time price calculation

Systems

* Stock system with auto-restock
* Sound effects (add, remove, purchase, click)
* Multi-language support (TR/EN)
* Product image support
* Discord webhook logging

Security

* Server-side price validation
* Distance check (10m max)
* Rate limiting (2s cooldown)
* Input sanitization
* Exploit detection and logging
* Player disconnect cleanup

Performance

* Event delegation
* Search debounce (200ms)
* Optimized interaction threads
* Vanilla JS (no framework)
* 0.00ms resmon

Compatibility

* QB-Core auto-detection
* ESX auto-detection
* ox\_inventory support
* qb-inventory support
* qs-inventory support
* ox\_target support
* qb-target support

***

### Planned Features

Upcoming

* Persistent stock (database)
* Rob/heist system
* Admin panel
* Theme presets
* Favorites system
* Purchase history


---

# 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://elena-scripts.gitbook.io/elenascripts/economy/shop/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.
