Skip to content

v0.9.4

Latest
Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 26 Sep 18:10
db7a356
Kinode

Patch release with fixes and features:

fixes:

  • prompt user to sign password message while registering
  • add new wasi build target to README
  • upgrade kit
  • make globe widget more robust
  • app store UI fixes
  • make terminal logging finite and configurable

features:

  • new homepage design
  • persist user-set app ordering on homepage
  • better kernel errors

Additionally, the docs userspace app has been removed -- you can now find it for download on the App Store! Note that nodes which have already been booted with docs will keep the app, but it will no longer be bootstrapped into newly-created nodes.

Running the Binary

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 the first free port at or above 8080. Here's an example:

./kinode home/mynodename

What's Changed

Full Changelog: v0.9.3...v0.9.4