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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@ 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
+
## v1.6.3
7
+
### Fixed
8
+
***[Security]** Changes logout endpoint to be a POST request with CSRF-token validation to prevent a malicious actor from triggering a user logout.
9
+
* Fixes Wings receiving the wrong server suspension state when syncing servers.
10
+
11
+
### Added
12
+
* Adds additional throttling to login and password reset endpoints.
13
+
* Adds server uptime display when viewing a server console.
14
+
6
15
## v1.6.2
7
16
### Fixed
8
17
***[Security]** Fixes an authentication bypass vulerability that could allow a malicious actor to login as another user in the Panel without knowing that user's email or password.
0 commit comments