|
2 | 2 | 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 | 4 | ## v0.4.0 (release scheduled ~ Mid September) |
| 5 | +Requires `Daemon@0.2.0` |
5 | 6 |
|
6 | 7 | ### New Features |
7 | 8 | * Task scheduler supporting customized CRON syntax or dropdown selected options. (currently only support command and power options) |
8 | 9 | * Adds support for changing per-server database passwords from the panel. |
9 | 10 | * Allows for use of IP rather than a FQDN if the node is not using SSL |
10 | 11 | * Adds support for IP Aliases on display pages for users. This makes it possible to use GRE tunnels and still show the user what IP they should be connecting to. |
11 | 12 | * Adds support for suspending servers |
12 | | -* Adds support for viewing SFTP password within the panel (#74, thanks @ET-Bent) |
| 13 | +* Adds support for viewing SFTP password within the panel ([#74](https://github.com/Pterodactyl/Panel/issues/74), thanks [@ET-Bent](https://github.com/ET-Bent)) |
13 | 14 | * Improved API with support for server suspension and build modification. |
14 | 15 |
|
15 | 16 | ### Bug Fixes |
16 | | -* Fixes password auto-generation on 'Manage Server' page. (#67, thanks @ET-Bent) |
| 17 | +* Fixes password auto-generation on 'Manage Server' page. ([#67](https://github.com/Pterodactyl/Panel/issues/67), thanks [@ET-Bent](https://github.com/ET-Bent)) |
17 | 18 | * Fixes some overly verbose user output when an error occurs |
18 | | -* [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) |
| 19 | +* [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)) |
19 | 20 | * Prevent calling daemon until database call has been confirmed when changing default connection. |
20 | 21 | * Fixes a few display issues relating to subusers and database management. |
| 22 | +* 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)) |
21 | 23 |
|
22 | 24 | ### General |
23 | 25 | * Update Laravel to version `5.3` and update dependencies. |
0 commit comments