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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,16 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
6
6
## v0.7.7 (Derelict Dermodactylus)
7
7
### Fixed
8
8
* Fixes an issue with the sidebar logo not working correctly in some browsers due to the CSS being assigned.
9
+
* Fixes a bunch of typos through the code base.
9
10
10
11
### Added
11
12
* Added a new client API endpoint for gathering the utilization stats for servers including disk, cpu, and memory. `GET /api/client/servers/<id>/utilization`
12
13
* Added validation to variable validation rules to validate that the validation rules are valid because we heard you like validating your validation.
13
14
15
+
### Changed
16
+
* Updated core framework from Laravel 5.5 to Laravel 5.6.
17
+
* Improved support for Windows based environments.
18
+
14
19
## v0.7.6 (Derelict Dermodactylus)
15
20
### Fixed
16
21
* Fixes a UI error when attempting to change the default Nest and Egg for an existing server.
0 commit comments