We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd2e50 commit 1a8592bCopy full SHA for 1a8592b
CHANGELOG.md
@@ -12,6 +12,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
12
### Updated
13
* Upgraded core to use Laravel `5.7.14`.
14
15
+### Added
16
+* Added support for opening and editing Python files through the web editor.
17
+
18
## v0.7.11 (Derelict Dermodactylus)
19
### Fixed
20
* Fixes an issue with certain systems not handling an API folder that was named `API` but referenced as `Api` in the namespace.
config/pterodactyl.php
@@ -186,6 +186,7 @@
186
'text/plain',
187
'text/x-perl',
188
'text/x-shellscript',
189
+ 'text/x-python',
190
],
191
192
0 commit comments