-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
287 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
## v1.11.11 | ||
### Fixed | ||
* Backups missing content when a `.pteroignore` file is used | ||
* Backups missing content when a `.pelicanignore` file is used | ||
* Archives originating from a subdirectory not containing any files ([#5030](https://github.com/pterodactyl/panel/issues/5030)) | ||
|
||
## v1.11.10 | ||
|
@@ -34,13 +34,13 @@ | |
|
||
## v1.11.5 | ||
### Added | ||
* Added a config option to disable Wings config.yml updates from the Panel (https://github.com/pterodactyl/wings/commit/ec6d6d83ea3eb14995c24f001233e85b37ffb87b) | ||
* Added a config option to disable Wings config.yml updates from the Panel (https://github.com/pelican-dev/wings/commit/ec6d6d83ea3eb14995c24f001233e85b37ffb87b) | ||
|
||
### Changed | ||
* Wings is now built with Go 1.19.7 | ||
|
||
### Fixed | ||
* Fixed archives containing partially matched file names (https://github.com/pterodactyl/wings/commit/43b3496f0001cec231c80af1f9a9b3417d04e8d4) | ||
* Fixed archives containing partially matched file names (https://github.com/pelican-dev/wings/commit/43b3496f0001cec231c80af1f9a9b3417d04e8d4) | ||
|
||
## v1.11.4 | ||
### Fixed | ||
|
@@ -148,7 +148,7 @@ | |
|
||
### Added | ||
* Adds support for tracking of SFTP actions, power actions, server commands, and file uploads by utilizing a local SQLite database and processing events before sending them to the Panel. | ||
* Adds support for configuring the MTU on the `pterodactyl0` network. | ||
* Adds support for configuring the MTU on the `pelican0` network. | ||
|
||
## v1.6.4 | ||
### Fixed | ||
|
@@ -170,7 +170,7 @@ | |
* CPU limit fields are only set on the Docker container if they have been specified for the server — otherwise they are left empty. | ||
|
||
### Added | ||
* Added the ability to define the location of the temporary folder used by Wings — defaults to `/tmp/pterodactyl`. | ||
* Added the ability to define the location of the temporary folder used by Wings — defaults to `/tmp/pelican`. | ||
* Adds the ability to authenticate for SFTP using public keys (requires `[email protected]`). | ||
|
||
## v1.6.1 | ||
|
@@ -195,7 +195,7 @@ | |
## v1.5.6 | ||
### Fixed | ||
* Rewrote handler logic for the power actions lock to hopefully address issues people have been having when a server crashes and they're unable to start it again until restarting Wings. | ||
* Fixes files uploaded with SFTP not being owned by the Pterodactyl user. | ||
* Fixes files uploaded with SFTP not being owned by the Pelican user. | ||
* Fixes excessive memory usage when large lines are sent through the console event handler. | ||
|
||
### Changed | ||
|
@@ -480,7 +480,7 @@ along though, I've only included the differences between this version and the pr | |
* Fixes server disk usage not being properly reported back to the API and websocket. | ||
|
||
### Changed | ||
* Changes diagnostics endpoint URL to be `ptero.co` rather than `hastebin.com`. | ||
* Changes diagnostics endpoint URL to be `peli.cc` rather than `hastebin.com`. | ||
* Diagnostics report now includes system time for easier debugging of logs and container issues. | ||
|
||
## v1.0.0-rc.7 | ||
|
@@ -543,7 +543,7 @@ along though, I've only included the differences between this version and the pr | |
* Fixes some console output being written to the logs accidentally truncating other lines due to special ANSI sequences being output. | ||
* Fixes `server.properties` files getting mangled by the automatic configuration editor when booting a server. | ||
* Fixes a missed stream close when stopping resource polling that would lead to memory leaks. | ||
* Fixes port bindings being incorrectly re-assigned when using `127.0.0.1` with Docker. These are now properly re-mapped to the `pterodactyl0` interface so that networking operates as expected for the server. | ||
* Fixes port bindings being incorrectly re-assigned when using `127.0.0.1` with Docker. These are now properly re-mapped to the `pelican0` interface so that networking operates as expected for the server. | ||
* Fixes handling of values within arrays in `yaml` and `json` configuration files. | ||
* Fixes a 304 error being returned rather than a 400 error when a file upload is invalid. | ||
* Fixes deadlocks and response delays when processing server console and stat events. This was causing server consoles to become completely unresponsive after random periods of time and was only resolvable via a Wings restart. | ||
|
@@ -686,7 +686,7 @@ along though, I've only included the differences between this version and the pr | |
|
||
## v1.0.0-beta.5 | ||
### Fixed | ||
* Default config location settled on `/etc/pterodactyl/config.yml`; wings will now check all of the previous locations for the configuration and move it automatically to the new location. | ||
* Default config location settled on `/etc/pelican/config.yml`; wings will now check all of the previous locations for the configuration and move it automatically to the new location. | ||
* Deleting a server no longer fails the process if the container cannot be found. | ||
* Fixes permissions checking for subusers connecting to the SFTP instance. | ||
* S3 backups now properly send back hash data to the panel. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.