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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,12 @@ 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.0-beta.2.1 (Courageous Carniadactylus)
6
+
## v0.6.0-beta.3 (Courageous Carniadactylus)
7
7
### Fixed
8
8
*`[beta.2.1]` — Fixed a bug preventing the deletion of a server.
9
+
* It is now possible to modify a server's disk limits after the server is created.
10
+
*`[beta.2.1]` — Fixes a bug causing login issues and password reset failures when reCAPTCHA is enabled.
11
+
* Fixes remote timing attack vulnerability due to hmac comparsion in API middleware.
9
12
10
13
### Added
11
14
* Added new scripts for service options that allows installation of software in a privileged Docker container on the node prior to marking a server as installed.
@@ -15,6 +18,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
15
18
16
19
### Changed
17
20
* Environment setting commands now attempt to auto-quote strings with spaces in them, as well as comment lines that are edited to avoid manual changes being overwritten.
21
+
* Version in footer of panel now displays correctly if panel is installed using Git rather than a download from source.
22
+
* Mobile views are now more... viewable. Fixes `col-xs-6` usage thoughout the Admin CP where it was intended to be `col-md-6`.
0 commit comments