v0.9.8
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
- @jaxs-ribs made their first contribution in #586
Full Changelog: v0.9.7...v0.9.8