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
This file is a running track of new features and fixes to each version of the panel released starting with `v0.4.0`.
3
3
4
-
## v0.4.0 (release scheduled ~ Mid September)
5
-
Requires `Daemon@0.2.0`
4
+
This project follows [Semantic Versioning](http://semver.org) guidelines.
6
5
7
-
### New Features
6
+
## v0.4.1
7
+
8
+
### Changed
9
+
* Overallocate fields are now auto-filled with a value of `0`
10
+
11
+
### Fixed
12
+
* Wrong error highlighting of overallocate fields on Node creation ([#90](https://github.com/Pterodactyl/Panel/issues/90), thanks [@schrej](https://github.com/schrej))
13
+
14
+
## v0.4.0
15
+
16
+
### Added
8
17
* Task scheduler supporting customized CRON syntax or dropdown selected options. (currently only support command and power options)
9
18
* Adds support for changing per-server database passwords from the panel.
10
19
* Allows for use of IP rather than a FQDN if the node is not using SSL
@@ -15,10 +24,9 @@ Requires `Daemon@0.2.0`
15
24
* Improved service management and setup on first install.
16
25
* New terminal that supports ANSI color codes as well as cleaner output. You can also simply type `start` or `boot` to start your server rather than having to use the start button.
* Fixes some overly verbose user output when an error occurs
21
-
***[Security Patch]** Fixes listing of server variables for server. Previously a bug made it possible to view settings for all servers, even if the user didn't own that server. ([#69](https://github.com/Pterodactyl/Panel/issues/69))
22
30
* Prevent calling daemon until database call has been confirmed when changing default connection.
23
31
* Fixes a few display issues relating to subusers and database management.
24
32
* Fixes the server name in the header not linking to the server correctly. ([#79](https://github.com/Pterodactyl/Panel/issues/79), thanks [@xX1bumblebee1Xx](https://github.com/xX1bumblebee1Xx))
@@ -27,5 +35,11 @@ Requires `Daemon@0.2.0`
27
35
* Fixes a bug where new files could not be created through the panel for a server. ([#85](https://github.com/Pterodactyl/Panel/issues/85), thanks [@xX1bumblebee1Xx](https://github.com/xX1bumblebee1Xx))
28
36
* Fixes the exception handler to properly display and log exceptions that might occur rather than leaving a vague error. ([#81](https://github.com/Pterodactyl/Panel/issues/83))
29
37
30
-
### General
38
+
### Changed
31
39
* Update Laravel to version `5.3` and update dependencies.
40
+
41
+
### Deprecated
42
+
* Requires Pterodactyl Daemon `v0.2.*`
43
+
44
+
### Security
45
+
* Fixes listing of server variables for server. Previously a bug made it possible to view settings for all servers, even if the user didn't own that server. ([#69](https://github.com/Pterodactyl/Panel/issues/69))
0 commit comments