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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
11
11
*`[beta.1]` — Fixes missing check in environment setup that would leave the Hashids salt empty.
12
12
*`[beta.1]` — Fixes bug preventing loading of allocations when trying to create a new server.
13
13
*`[beta.1]` — Fixes bug causing inability to create new servers on the Panel.
14
+
*`[beta.1]` — Fixes bug causing inability to delete an allocation due to misconfigured JS.
15
+
*`[beta.1]` — Fixes bug causing inability to set the IP alias for an allocation to an empty value.
16
+
*`[beta.1]` — Fixes bug that caused startup changes to not propigate to the server correctly on the first save.
17
+
18
+
### Changed
19
+
* Moved Docker image setting to be on the startup management page for a server rather than the details page. This value changes based on the Nest and Egg that are selected.
20
+
* Two-Factor authentication tokens are now 32 bytes in length, and are stored encrypted at rest in the database.
0 commit comments