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
<!-- The checkboxes below can be clicked once you submit this report if you'd like -->
2
-
<!-- You can also use "- [x]" to mark it as checked. -->
3
-
## Product
4
-
Please check the corresponding boxes below for which products this is about.
1
+
Please describe your issue in full below. Include what products are affected, as well as what version(s) you are running. Please also include information about your system, such as `uname -a` and `php -v` and `docker info` if applicable.
5
2
6
-
-[ ] Panel
7
-
-[ ] Daemon
8
-
-[ ] Dockerfile(s) [Please list if so: __]
3
+
If you're just making a suggestion, be descriptive, and link to any issues that might be releated as well.
9
4
10
-
## Type
11
-
-[ ] Bug or Issue
12
-
-[ ] Feature Request
13
-
-[ ] Enhancement
14
-
-[ ] Other
15
-
16
-
<!-- You only need to fill out the information below if this is a bug report. -->
17
-
<!-- Please delete this line and everything below if this is NOT a bug report. -->
18
-
19
-
## What Happens
20
-
<!-- Please include a description of what is happening when you encounter this bug. -->
21
-
22
-
## How to Reproduce
23
-
<!-- Please provide us a list of step for how to reproduce this issue. -->
24
-
25
-
1. Step 1
26
-
2. Step 2
27
-
3. etc.
28
-
29
-
## Error Logs
30
-
<!-- Please include a paste output of the errors if they are logged. They can be found in: -->
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,29 @@ 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.5.5 (Bodacious Boreopterus)
7
+
### Added
8
+
* New API route to return allocations given a server ID. This adds support for a community-driven WHMCS module :rocket: available [here](https://github.com/hammerdawn/Pterodactyl-WHMCS).
9
+
10
+
### Fixed
11
+
* Fixes subuser display when trying to edit an existing subuser.
12
+
13
+
## v0.5.4 (Bodacious Boreopterus)
14
+
### Added
15
+
* Changing node configuration values now automatically makes a call to the daemon and updates the configuration there. Changing daemon tokens now does not require any intervention, and takes effect immediately. SSL & Port configurations will still require a daemon reboot.
16
+
* New button in file manager that triggers the right click menu to enable support on mobile devices and those who cannot right click (blessed be them).
17
+
* Support for filtering users when listing all users on the system.
18
+
* Container ID and User ID on the daemon are now shown when viewing a server in the panel.
19
+
20
+
### Changed
21
+
* File uploads now account for a maximum file size that is assigned for the daemon, and gives cleaner errors when that limit is reached.
22
+
* File upload limit can now be controlled from the panel.
23
+
* Updates regex and default values for some Minecraft services to reflect current technology.
24
+
25
+
### Fixed
26
+
* Fixes potential for generated password to not meet own validation requirements.
27
+
* Fixes some regex checking issues with newer versions of Minecraft.
28
+
6
29
## v0.5.3 (Bodacious Boreopterus)
7
30
### Fixed
8
31
* Fixed an error that occurred when viewing a node listing when no nodes were created yet due to a mis-declared variable. Also fixes a bug that would have all nodes trying to connect to the daemon using the same secret token on the node listing, causing only the last node to display properly.
0 commit comments