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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@ This file is a running track of new features and fixes to each version of the pa
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
6
## v0.6.4 (Courageous Carniadactylus)
7
-
###
7
+
###Fixed
8
8
* 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...
9
+
* Re-added support for up/down arrows loading previous commands in the console window.
9
10
10
11
### Changed
11
12
* 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.
12
13
* Added better colors and styling for the terminal that can be adjusted per-theme.
14
+
* Session timeout adjusted to be 7 days by default.
0 commit comments