Major cleanup of Ace editor files, as well as hopefully fixing broken editor issues.

This commit is contained in:
Dane Everitt 2017-04-15 17:14:20 -04:00
parent 3e7a72046e
commit 7f48b757cd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
351 changed files with 44 additions and 360 deletions

View file

@ -7,7 +7,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* `[beta.1]` — Fixes task management ststem not running correctly.
* `[beta.1]` — Fixes API endpoint for command sending missing the required class definition.
* `[beta.1]` — Fixes panel looking fo an old compiled classfile that is no longer used. This was causing errors relating to `missing class DingoAPI` when trying to upgrade the panel.
* `[beta.1]` — Fixes panel looking for an old compiled classfile that is no longer used. This was causing errors relating to `missing class DingoAPI` when trying to upgrade the panel.
* `[beta.1]` — Should fix render issues when trying to edit some files via the panel file editor.
## v0.6.0-beta.1 (Courageous Carniadactylus)
### Fixed