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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,15 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
9
9
*`[pre.2]` — Fixes inability to edit a server due to owner_id issues.
10
10
*`[pre.2]` — Fixes bug when trying to add new subusers.
11
11
* Emails sending with 'Pterodactyl Panel' as the from name. Now configurable by using `php artisan pterodactyl:mail` to update.
12
+
*`[pre.2]` — Fixes inability to delete accounts due to SQL changes.
13
+
*`[pre.2]` — Fixes bug with checking power-permissions that showed the wrong buttons. Also adds check back to sidebar to only show options a user can use.
14
+
*`[pre.2]` — Fixes allocation listing on node allocations tab as well as bug preventing deletion of port.
12
15
13
16
### Changed
14
17
*`[pre.2]` — File Manager now displays relevant information on all screen sizes, and includes better button clicking mechanics for dropdown menu.
15
18
* Reduced the number of database queries being executed when viewing a specific server. This is done by caching the query for up to 60 minutes in memcached.
16
19
* User creation emails include more information and are sent by the event listener rather than the repository.
20
+
* Account password reset emails now auto-fill the email when clicking the link.
17
21
18
22
### Added
19
23
* Notifications when a user is added or removed as a subuser for a server.
0 commit comments