Beta 0.8.3
A patch release containing important bug fixes. Corrects login redirect behavior if browser does not have cookie. Fixes a security hole with capabilities. Fixes a booting bug with nodes that registered as indirect and then again as direct. Makes delete key behavior as expected by users.
To run the binary, you must indicate where the home folder for the node will be. You may also optionally specify your HTTP port. The default if unspecified is 8080. Here's an example:
./kinode home/mynodename
What's Changed
- fix caps by @nick1udwig in #434
- Update other Cargo.tomls by @dr-frmr in #436
- fix login redirects by @nick1udwig in #439
- add valet button to login for hosted nodes by @nick1udwig in #440
- fix: boot as direct if keyfile indicates desire to by @dr-frmr in #442
- fix: delete key should delete by @dr-frmr in #443
- 0.8.3 Release candidate by @nick1udwig in #435
Full Changelog: v0.8.2...v0.8.3