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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,20 @@ 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.11.0-rc.2
7
+
### Changed
8
+
*`MB` byte suffix are now `MiB` to more accurately reflect the actual value.
9
+
* Server reinstallation failures are tracked independently of the initial installation process.
10
+
11
+
### Fixed
12
+
* Properly handle a missing `Content-Length` header in the response from the daemon.
13
+
* Ensure activity log properties are always returned as an object instead of an empty array.
14
+
15
+
### Added
16
+
* Added the `server:settings.description` activity log event for when a server description is changed.
17
+
* Added the ability to cancel file uploads in the file manager for a server.
18
+
* Added a telemetry service to collect anonymous metrics from the panel, this feature is disabled by default and can be toggled using the `PTERODACTYL_TELEMETRY_ENABLED` environment variable.
19
+
6
20
## v1.11.0-rc.1
7
21
### Changed
8
22
* Changed minimum PHP version is now 8.0 instead of `7.4`.
0 commit comments