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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,33 @@ 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.0.2
7
+
### Added
8
+
* Adds support for searching inside the file editor.
9
+
* Adds support for manually executing a schedule regardless of if it is currently queued or not.
10
+
* Adds an indicator to the schedule UI to show when a schedule is currently processing.
11
+
* Adds support for setting the `backup_limit` of a server via the API.
12
+
***[Security]** Adds login throttling to the 2FA verification endpoint.
13
+
14
+
### Fixed
15
+
* Fixes subuser page title missing server name.
16
+
* Fixes schedule task `sequence_id` not properly being reset when a schedule's task is deleted.
17
+
* Fixes misc. UI bugs throughout the frontend when long text overflows its bounds.
18
+
* Fixes user deletion command to properly handle email & ID searching.
19
+
* Fixes color issues in the terminal causing certain text & background combinations to be illegible.
20
+
* Fixes reCAPTCHA not properly resetting on login failure.
21
+
* Fixes error messages not properly resetting between login screens.
22
+
* Fixes a UI crash when attempting to create or view a directory or file that contained the `%` somewhere in the name.
23
+
24
+
### Changed
25
+
* Updated the search modal to close itself when the ESC key is pressed.
26
+
* Updates the schedule view and editing UI to better display information to users.
27
+
* Changed logic powering server searching on the frontend to return more accurate results and return all servers when executing the query as an admin.
28
+
* Admin CP link no longer opens in a new tab.
29
+
* Mounts will no longer allow a user to mount certain directory combinations. This blocks mounting one server's files into another server, and blocks using the server data directory as a mount destination.
30
+
* Cleaned up assorted server build modification code.
31
+
* Updates default eggs to have improved install scripts and more consistent container usage.
32
+
6
33
## v1.0.1
7
34
### Fixed
8
35
* Fixes 500 error when mounting a mount to a server, and other related errors when handling mounts.
0 commit comments