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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,29 @@ 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.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
+
6
29
## v1.1.3
7
30
### Fixed
8
31
* Server bulk power actions command will no longer attempt to run commands against installing or suspended servers.
0 commit comments