# Change Logs

### Change Log v6.0.0

August 28, 2024

#### Added

* Account
  * Activity Logs Pagination.
  * API Keys, SSH Keys, Activity Logs and Info Subcommand.
* Server
  * Allocation Manager.
  * Docker Image Manager.
  * Startup Variable Manager.
  * Database Manager.
  * Schedule Creation, Editing, and Deletion.
  * Schedule Task Manager.
  * Activity Logs Pagination.
* Admin
  * Server Details and Build Editing.
  * Node Allocation List and Creator.
  * Mounts Manager. (`Pelican Panel Only`)
  * Database Host Manager. (`Pelican Panel Only`)
  * Nests Manager. (`Pterodactyl Panel Only`)
* Other
  * Report a bug command. (`/bug`)

#### Changed and Fixed

* Updated embed design.
* Updated loading embed with randomize embed description.
* After successfully creating, editing, or managing resources (servers, users, nodes, databases, schedules, etc.), an information embed message will be shown.
* If a resource (server, nodes, databases, etc.) cannot be found, the app will display the message: "The requested resource could not be found on the panel."
* Updated Schedule Information Embed.
* Server Advanced Subuser Manager improvements.
* The Admin option has been removed from user creation/editing; setting admin status will now be prompted after the user modal.
* The Back button now returns to the list first before going back to the server information.
* Fixed the Link Button for `Pterodactyl Panel`.
* Fixed Eggs Manager for `Pterodactyl Panel`.
* Fixed panel editing issues.
* Fixed server manager functionality when the server is offline.
* Fixed issue where the Admin button did not work if the server was offline.
* Fixed several small issues.

#### Planned

* Admin Create Server with Deployable Node
* Server Advanced Files Manager
* Server Advanced Startup Manager

***

### Change Log v5.10.0

August 19, 2024

#### Added

* SSH Key Manager. (<https://hirzi.catto.pics/1a3570b5>)
* Client server list command (`/client servers list`). (<https://hirzi.catto.pics/3d1630a3>)
* Server list added to egg, nodes, and user information. (<https://hirzi.catto.pics/df444f8e>)

#### Changed and Fixed

* Updated embed design for a more polished look.
* Fixed issue where API keys could not be created.
* Renamed backup field `username` to `name`.
* Split `/client server` into `/client servers list` and `/client servers manage`. (<https://hirzi.catto.pics/1c68f2e0>)
* Fixed CPU load value display in server management.
* Updated `/info` command.

#### To Do List

* Subusers Manager
* Schedule Task Manager
* Advanced File Manager
* Mount Manager
* Server Database Manager
* Database Host Manager
* Node Allocation Manager
* File Content Viewer
* Change Server Docker Image
* Change Server Startup Configuration

***

### Change Log v5.9.0

August 18, 2024

#### Added

* "View User" button after creating or editing a user.
* "View Account" button in the account information section.
* "Discord Support Server" button for help, info, and other commands.
* "Install Wings Guide" button in the node information command.

#### Changed and Fixed

* Updated embed design.
* Display node configuration in the node information command.
* Show server description in the server information command.
* Show node description in the node information command.
* Fixed the "View Node" button that was pointing to the wrong URL.
* Fixed the daemon or wings base that was pointing to wrong directory.

#### Removed

* Status field in the embed for user or server creation and deletion.

***

### v5.8.0

August 18, 2024

#### Added

* Ability to create and delete nodes.
* Force option for deleting server.
* View variables in egg information.

#### Changed and Fixed

* Port option is now optional when creating a server.
* Fixed an issue where servers could not be restarted.
* Fixed an issue where servers could not be created.

***

### v5.7.0

August 17, 2024

#### Added

* Eggs manager for the admin command `/admin eggs`.
* Buttons to view server, node, user, and egg details in the admin command.
* Server console view for the admin command.
* Edit specific panels using the command `/panel edit`.
* Hyperlinks for servers, nodes, users, and eggs list in admin commands.

#### Changed and Fixed

* Updated embed design to include more detailed information.
* Fixed CPU load value for the server manager.
* Fixed various minor issues.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.znproject.my.id/pterocontrol/change-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
