Skip to content

Commit 5f284da

Browse files
committed
Update CHANGELOG.md
1 parent 32d99c9 commit 5f284da

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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.2.0
7+
### Fixed
8+
* Fixes newest backup being deleted when creating a new one using the schedule tasks, rather than the oldest backup.
9+
* Fixes multiple encoding issues when handling file names in the manager.
10+
* Fixes database password not properly being copied to the clipboard when clicked.
11+
* Fixes failed transfers unintentionally locking a server into a failed state and not properly releasing allocations that were reserved.
12+
* Fixes error box on server pages having an oval refresh button rather than a perfect circle.
13+
* Fixes a bunch of errors and usage issues relating to backups especially when uploading to S3-based systems.
14+
* Fixes HMR breaking navigation in development modes on the frontend.
15+
16+
### Changed
17+
* Updated Paper egg to default to Java 11 as the base docker image.
18+
* Removes the file mode display from the File Manager row listing.
19+
* Updated input UI elements to have thicker borders and more consistent highlighting when active.
20+
* Changed searchbar toggle from `"k"` to `Cmd/Ctrl + "/"` to avoid accidental toggles and be more consistent with other sites.
21+
* Upgrades TailwindCSS to `v2`.
22+
23+
### Added
24+
* Adds support for eggs to define multiple Docker images that can be selected by users (e.g. Java 8 & 11 images for a single egg).
25+
* Adds support for configuring the default interval for failed backups to be pruned from the system to avoid long running backups being incorrectly cleared.
26+
* Adds server transfer output logging to the server console allowing admins to see how a transfer is progressing directly in the UI.
27+
* Adds client API endpoint to download a file from a remote souce. This functionality is not currently expressed in the UI.
28+
629
## v1.1.3
730
### Fixed
831
* Server bulk power actions command will no longer attempt to run commands against installing or suspended servers.

0 commit comments

Comments
 (0)