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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,15 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
14
14
*`[beta.1]` — Fixes bug causing inability to delete an allocation due to misconfigured JS.
15
15
*`[beta.1]` — Fixes bug causing inability to set the IP alias for an allocation to an empty value.
16
16
*`[beta.1]` — Fixes bug that caused startup changes to not propigate to the server correctly on the first save.
17
+
*`[beta.1]` — Fixes bug that prevented subusers from accessing anything over socketio due to a missing permission.
17
18
18
19
### Changed
19
20
* 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
21
* Two-Factor authentication tokens are now 32 bytes in length, and are stored encrypted at rest in the database.
21
22
23
+
### Added
24
+
* Socketio error messages due to permissions are now rendered correctly in the UI rather than causing a silent failure.
25
+
22
26
## v0.7.0-beta.1 (Derelict Dermodactylus)
23
27
### Added
24
28
* File manager now supports mass deletion option for files and folders.
0 commit comments