# Changelog

### v2.0.0 — Current Release

New Features:

* Multi-language support (TR, EN, DE, FR, ES, PT)
* Criminal record system (past reports shown in GBT)
* Vehicle penalty history
* Report edit and delete
* Penalty discount system (0-100%)
* Evidence image system
* CCTV live camera system with night vision
* Tablet prop and animation
* Death check (auto-close when dead)
* F5 toggle (open/close)
* Auto-detect player ID from name
* Vehicle plate field in reports

Security:

* Server-side authorization on all events
* Job verification on every action

Framework Support:

* QBCore full support
* ESX full support
* Auto framework detection
* 12+ jail/community service system support

UI:

* LSPD dark theme
* iOS-style glassmorphism elements
* Responsive notifications
* Animated transitions
* CCTV overlay with scanlines and vignette

Database:

* 4 tables: reports, warrants, chat, vehicle records
* oxmysql integration
* Persistent data across restarts

***

### v1.0.0 — Initial Release

* Basic MDT functionality
* GBT lookup
* Report system
* Warrant system
* Map system
* Chat system


---

# 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/core-systems/mdt-v2.0/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.
