You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
+
## v1.7.0
7
+
### Fixed
8
+
* Fixes typo in message shown to user when deleting a database.
9
+
* Fixes formatting of IPv6 addresses when displaying allocations to users.
10
+
* Fixes an exception thrown while trying to return error messages from API endpoints that inproperly masked the true underlying error.
11
+
* Fixes SSL certificate path generation for Let's Encrypt by ensuring they are always transformed to lowercase.
12
+
* Removes duplicate entries when creating a nested folder in the file manager.
13
+
* Fixes missing validation of Egg Author email addresses during the setup process that could cause unexpected failures later on.
14
+
* Fixes font rendering issues of the console on Firefox due to an outdated version of xterm.js being used.
15
+
* Fixes display overlap issues of the two-factor configuration form in a user's settings.
16
+
17
+
### Changed
18
+
* CPU graph changed to show the maximum amount of CPU available to a server to better match how the memory graph is displayed.
19
+
20
+
### Added
21
+
* Adds support for `DB_PORT` environment variable in the Docker enterpoint for the Panel image.
22
+
* Adds suport for ARM environments in the Docker image.
23
+
* Adds a new warning modal for Steam servers shown when an invalid Game Server Login Token (GSL Token) is detected.
24
+
* Adds a new warning modal for Steam servers shown when the installation process runs out of available disk space.
25
+
* Adds a new warning modal for Minecraft servers shown when a server exceeds the maximum number of child processes.
26
+
* Adds support for displaying certain server variable fields as a checkbox when they're detected as using `boolean` or `in:0,1` validation rules.
27
+
* Adds support for Pug and Jade in the file editor.
28
+
* Adds an entry to the `robots.txt` file to correctly disallow all bot indexing.
29
+
30
+
6
31
## v1.6.6
7
32
### Fixed
8
33
***[security]** Fixes a CSRF vulnerability for both the administrative test email endpoint and node auto-deployment token generation endpoint. [GHSA-wwgq-9jhf-qgw6](https://github.com/pterodactyl/panel/security/advisories/GHSA-wwgq-9jhf-qgw6)
0 commit comments