Skip to content

Commit ee870d4

Browse files
committed
Update CHANGELOG.md
1 parent 0ff2f28 commit ee870d4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

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+
631
## v1.6.6
732
### Fixed
833
* **[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

Comments
 (0)