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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@ 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.6.0-pre.8 (Courageous Carniadactylus)
7
+
### Fixed
8
+
*`[pre.7]` — Fixes bug with subuser checkbox display.
9
+
*`[pre.7]` — Fixes bug with injected JS that was causing `<!DOCTYPE html>` to be ignored in templates.
10
+
*`[pre.7]` — Fixes exception thrown when trying to delete a node due to a misnamed model.
11
+
12
+
### Changed
13
+
* Subuser permissions are now stored in `Permission::list()` to make views way cleaner and make adding to views significantly cleaner.
14
+
*`[pre.7]` — Sidebar for file manager now is a single link rather than a dropdown.
15
+
* Attempting to reset a password for an account that does not exist no longer returns an error, rather it displays a success message. Failed resets trigger a `Pterodactyl\Events\Auth\FailedPasswordReset` event that can be caught if needed to perform other actions.
16
+
6
17
## v0.6.0-pre.7 (Courageous Carniadactylus)
7
18
### Fixed
8
19
*`[pre.6]` — Addresses misconfigured console queue that was still sending data way to quickly thus causing the console to explode on some devices when large amounts of data were sent.
0 commit comments