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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ 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
+
## v0.6.2 (Courageous Carniadactylus)
7
+
### Fixed
8
+
* Fixes a few typos throughout the panel, there are more don't worry.
9
+
* Fixes bug when disabling 2FA due to a misnamed route.
10
+
* API now returns a 404 error when deleting a user that doesn't exist, rather than saying it was successful.
11
+
* Service variables that allow empty input now allow you to empty out the assigned value and set it back to blank.
12
+
* Fixes a bug where changing the default allocation for a server would not actually apply that allocation as the default on the daemon.
13
+
14
+
### Added
15
+
* Added a `Vagrantfile` to the repository to help speed up development and testing for those who don't want to do a full dedicated install.
16
+
* Added a confirmation dialog to the logout button for admins to prevent misguided clickers from accidentally logging out when they wanted to switch to Admin or Server views.
17
+
18
+
### Changed
19
+
* Blocked out the `Reinstall` button for servers that have failed installation to avoid confusion and bugs causing the daemon to break.
20
+
6
21
## v0.6.1 (Courageous Carniadactylus)
7
22
### Fixed
8
23
* Fixes a bug preventing the use of services that have no variables attached to them.
0 commit comments