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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,15 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
10
10
*`[beta.2]` — Fixes filemanager 404 when editing a file within a directory.
11
11
*`[beta.2]` — Fixes exception in tasks when deleting a server.
12
12
*`[beta.2]` — Fixes bug with Terarria and Voice servers reporting a `TypeError: Service is not a constructor` in the daemon due to a missing service configuration.
13
+
*`[beta.2]` — Fixes password reset form throwing a MethodNotAllowed error when accessed.
14
+
*`[beta.2]` — Fixes invalid password bug when attempting to change account email address.
13
15
14
16
### Changed
15
17
* Deleting a server safely now continues even if the daemon reports a `HTTP/404` missing server error (requires `Daemon@0.4.0-beta.2.1`)
16
18
17
19
### Added
18
20
* Server listing and view in Admin CP now shows the SFTP username/Docker container name.
21
+
* Administrative server view includes link in navigation to go to server console/frontend management.
0 commit comments