From 1a8592b3b37ada2003874fffb06e797e2bc1fcad Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 2 Dec 2018 13:52:47 -0800 Subject: [PATCH] Add support for python files, closes #1395 --- CHANGELOG.md | 3 +++ config/pterodactyl.php | 1 + 2 files changed, 4 insertions(+) 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', ], ],