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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,18 @@ 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
+
## v0.7.10 (Derelict Dermodactylus)
7
+
### Fixed
8
+
* Scheduled tasks triggered manually no longer improperly change the `next_run_at` time and do not run twice in a row anymore.
9
+
* Changing the maximum web-based file upload size for a node now properly validates and updates.
10
+
* Changing configuration values for a node now correctly updates them on the daemon on the first request, rather than requiring a second request to set them.
11
+
12
+
### Changed
13
+
* Egg and server variable values are no longer limited to 191 characters. Turns out some games require a large number of characters in these fields.
14
+
15
+
### Added
16
+
* Users can now select their preferred language in their account settings.
17
+
6
18
## v0.7.9 (Derelict Dermodactylus)
7
19
### Fixed
8
20
* Fixes a two-factor authentication bypass present in the password reset process for an account.
Pterodactyl is the open-source game server management panel built with PHP7, Nodejs, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to administrators and users.
7
11
What more are you waiting for? Make game servers a first class citizen on your platform today.
Support for using Pterodactyl can be found on our [Documentation Website](https://docs.pterodactyl.io), [Guides Website](https://guides.pterodactyl.io), or via our [Discord Chat](https://discord.gg/QRDZvVm).
16
+
Support for using Pterodactyl can be found on our [Documentation Website](https://pterodactyl.io/project/introduction.html), [Guides Website](https://guides.pterodactyl.io), or via our [Discord Chat](https://discord.gg/QRDZvVm).
13
17
14
18
### Supported Games
15
19
We support a huge variety of games by utilizing Docker containers to isolate each instance, giving you the power to host your games across the world without having to bloat each physical machine with additional dependencies.
0 commit comments