* Completely refactored frontend (SvelteJS & TailwindCSS)
* Permission checks for scheduled jobs (job-owners) [c40f049c](https://github.com/O-X-L/ansible-webui/commit/c40f049c6a248ec682bbb03bf25dff4632381d91)
* Fix for job-form file-browsing when using isolated git-repo [19](https://github.com/O-X-L/ansible-webui/issues/19)
* Updated some API endpoints
* Implemented new Stats-Endpoint
* Some basic charts on the WebUI dashboard
**BREAKING CHANGES**:
* Existing **Execution Prompts** are NOT compatible!
You will have to manually re-configure them.
* Existing **Permissions** are NOT compatible!
In this version the permission-system is only configurable using the Django-Admin interface.
It will be refactored in the next releases [15](https://github.com/O-X-L/ansible-webui/issues/15)
----