File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,28 @@ This file is a running track of new features and fixes to each version of the pa
33
44This project follows [ Semantic Versioning] ( http://semver.org ) guidelines.
55
6+ ## v1.4.2
7+ ### Fixed
8+ * Fixes logic to disallow creating a backup schedule if the server's backup limit is set to 0.
9+ * Fixes bug preventing a database host from being updated if the linked node is set to "none".
10+ * Fixes files and menus under the "Mass Actions Bar" being unclickable when it is visible.
11+ * Fixes issues with the Teamspeak and Mumble eggs causing installs to fail.
12+ * Fixes automated query to avoid pruning backups that are still running unintentionally.
13+ * Fixes "Delete Server" confirmation modal on the admin screen to actually show up when deleting rather than immediately deleting the server.
14+
15+ ### Added
16+ * Adds support for locking individual server backups to prevent deletion by users or automated backup processes.
17+ * List of files to be deleted is now shown on the delete file confirmation modal.
18+ * Adds support for using ` IF ` statements in database queries when a database user is created through the Panel.
19+ * Adds support for using a custom mailgun API endpoint rather than only the US based endpoint.
20+ * Adds CPU limit display next to the current CPU usage to match disk and memory usage reporting.
21+ * Adds a "Scroll to Bottom" helper element to the server console when not scrolled to the bottom currently.
22+ * Adds support for querying the API for servers by using the ` uuidShort ` field rather than only the ` uuid ` field.
23+
24+ ### Changed
25+ * Updates codebase to use TypeScript 4.
26+ * ** [ security] ** : removes the external dependency for loading QRCode images. They're now generated directly on the frontend using JavaScript.
27+
628## v1.4.1
729### Added
830* Adds support for only running a schedule if the server is currently in an online state.
You can’t perform that action at this time.
0 commit comments