diff --git a/CHANGELOG.md b/CHANGELOG.md index 8deaeca1f..62780484e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. ### Updated * Upgraded core to use Laravel `5.7.14`. +### Added +* Added support for opening and editing Python files through the web editor. + ## v0.7.11 (Derelict Dermodactylus) ### Fixed * Fixes an issue with certain systems not handling an API folder that was named `API` but referenced as `Api` in the namespace. diff --git a/config/pterodactyl.php b/config/pterodactyl.php index 54be4346d..ba488dad2 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -186,6 +186,7 @@ return [ 'text/plain', 'text/x-perl', 'text/x-shellscript', + 'text/x-python', ], ],