v0.7.1
Contains bugfixes and frontend improvements.
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
For developers, make sure to follow the instructions for 0.7.0 if upgrading from 0.6.x or earlier: https://github.com/kinode-dao/kinode/releases/tag/v0.7.0
What's Changed
- http-client: fix WS client closing by @nick1udwig in #311
- Dr/eth provider fixes by @dr-frmr in #314
- Kernel: process restart even on crash by @dr-frmr in #316
- Update Dockerfile to download from GitHub releases by @0xlynett in #317
- app store: add rebuild-index endpoint for frontend by @dr-frmr in #320
- Vite-ify homepage by @0x70b1a5 in #321
- develop 0.7.1 by @dr-frmr in #312
- frontend fixes: background images -> gradients; remove unused fonts by @dr-frmr in #322
Full Changelog: v0.7.0...v0.7.1