Update changelog
This commit is contained in:
parent
1abcb99f78
commit
db2a8047ee
|
@ -4,12 +4,14 @@ This file is a running track of new features and fixes to each version of the pa
|
||||||
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||||
|
|
||||||
## v0.6.4 (Courageous Carniadactylus)
|
## v0.6.4 (Courageous Carniadactylus)
|
||||||
###
|
### Fixed
|
||||||
* Fixed the console rendering on page load, I guess people don't like watching it load line-by-line for 10 minutes. Who would have guessed...
|
* Fixed the console rendering on page load, I guess people don't like watching it load line-by-line for 10 minutes. Who would have guessed...
|
||||||
|
* Re-added support for up/down arrows loading previous commands in the console window.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Panel API for Daemon now responds with a `HTTP/401 Unauthorized` error when unable to locate a node with a given authentication token, rather than a `HTTP/404 Not Found` response.
|
* Panel API for Daemon now responds with a `HTTP/401 Unauthorized` error when unable to locate a node with a given authentication token, rather than a `HTTP/404 Not Found` response.
|
||||||
* Added better colors and styling for the terminal that can be adjusted per-theme.
|
* Added better colors and styling for the terminal that can be adjusted per-theme.
|
||||||
|
* Session timeout adjusted to be 7 days by default.
|
||||||
|
|
||||||
## v0.6.3 (Courageous Carniadactylus)
|
## v0.6.3 (Courageous Carniadactylus)
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue