Skip to content

Commit 0f82c10

Browse files
committed
Update CHANGELOG.md
1 parent 6c60596 commit 0f82c10

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6+
## v1.12.1
7+
### Fixed
8+
* [CVE-2026-26016](https://github.com/pterodactyl/panel/security/advisories/GHSA-g7vw-f8p5-c728)
9+
* [GHSA-hr7j-63v7-vj7g](https://github.com/pterodactyl/panel/security/advisories/GHSA-hr7j-63v7-vj7g)
10+
* Fixes bug where presigned URLs would
11+
* Fixes issue where certain input values would cause the activity log screen to stop rendering properly due to improper element encoding.
12+
* Fixes improper display of unicode characters in console output.
13+
* Fixes page number not resetting when toggling between "Show My Servers" and "Show All Servers" on the dashboard.
14+
15+
### Changed
16+
* SFTP sessions are now revoked on nodes when a user changes their password or their account is deleted.
17+
* Remote node access tokens are now scoped to only allow access to servers that belong to the same node. Previously a node could access information and control the installation status for any server in the system.
18+
* The default rate limit for the client API was bumped from `128` to `256` requests per minute.
19+
20+
### Added
21+
* HTTP responses now include default security headers if not otherwise set.
22+
* Adds modal popup when running a Hytale server that requires additional auth.
23+
* Adds support for administrators to view any application API key that has been created, regardless of the owning account.
24+
625
## v1.12.0
726
### Fixed
827

0 commit comments

Comments
 (0)