Skip to content

v0.9.8

Choose a tag to compare

@dr-frmr dr-frmr released this 07 Nov 19:23
· 925 commits to main since this release
1d01d9b
Kinode

Patch 0.9.8 adds the contacts userspace primitive, which includes a (simple) frontend for adding and removing contacts, but more importantly a capabilities-gated API that allows other userspace programs to manipulate contacts.

It also contains important bug fixes and QoL improvements for the hosting platform.

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 with -p. The default if unspecified is the first free port at or above 8080. Here's an example:

./kinode home/mynodename

What's Changed

  • Improve login redirect by @dr-frmr in #577
  • contacts: add get_names script by @nick1udwig in #580
  • Add contacts system userspace primitive by @dr-frmr in #576
  • Reduce log spam in case of inexistent processes being messaged by @jaxs-ribs in #586
  • Dr/move app store to ssd by @dr-frmr in #582
  • app_store UI: enable uninstalling local (unlisted) packages by @bitful-pannul in #587
  • add redirect param to login page for loads where user already has cookie by @dr-frmr in #593
  • Develop 0.9.8 by @dr-frmr in #578
  • fakenet: new addresses by @bitful-pannul in #590
  • develop 0.9.8 by @dr-frmr in #595
  • fix: remove app store secure subdomain from links by @dr-frmr in #597
  • fix login ?redirect by @dr-frmr in #598
  • Release candidate 0.9.8 by @dr-frmr in #594

New Contributors

Full Changelog: v0.9.7...v0.9.8