Skip to content

v0.9.4

Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 26 Sep 18:10
· 475 commits to main since this release
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

  • add printout for newHeads (bad!) by @dr-frmr in #536
  • Release candidate (printout for newHeads) by @dr-frmr in #539
  • register flow: add back button to UI where relevant by @dr-frmr in #542
  • homepage: visuals by @bitful-pannul in #540
  • app_store: docstrings by @bitful-pannul in #543
  • app_store UI fixes by @bitful-pannul in #547
  • kernel: output import/export errors by @nick1udwig in #549
  • app store: only do work to populate apps once by @dr-frmr in #550
  • app_store UI: don't persist local UI store by @bitful-pannul in #551
  • homepage: fix drag-and-drop for widgets and apps, persist app order between boots by @dr-frmr in #554
  • remove docs by @nick1udwig in #559
  • terminal: add log rotation by default by @nick1udwig in #558
  • Develop 0.9.4 by @dr-frmr in #541
  • Release candidate 0.9.4 by @dr-frmr in #560

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