Skip to content

Commit 1a8592b

Browse files
committed
Add support for python files, closes pterodactyl#1395
1 parent 3dd2e50 commit 1a8592b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1212
### Updated
1313
* Upgraded core to use Laravel `5.7.14`.
1414

15+
### Added
16+
* Added support for opening and editing Python files through the web editor.
17+
1518
## v0.7.11 (Derelict Dermodactylus)
1619
### Fixed
1720
* 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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
'text/plain',
187187
'text/x-perl',
188188
'text/x-shellscript',
189+
'text/x-python',
189190
],
190191
],
191192

0 commit comments

Comments
 (0)