Beta 0.7.2
Contains the usual bugfixes, and a large improvement to the node user interface.
The homepage and app store frontends have been redone, adding the ability to create and use "widgets". We've also added a "system settings" page, still rough around the edges, but useful for debugging in beta.
To showcase widgets, we've added one for the app store and one to display recent news from kinode.org.
Simulation mode (fake nodes) have also been overhauled, including a new networking strategy and the ability to work against a fake local EVM chain. This is quite useful in conjunction with recent updates to kit
.
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
- Add settings page app by @dr-frmr in #313
- move register to uno and vite by @0x70b1a5 in #323
- fix: use process_lib dnswire_decode with error handling by @dr-frmr in #326
- fix build.rs
src/
behavior by @nick1udwig in #334 - fix: make ws port selection explicit on boot by @dr-frmr in #336
- feat: /amionline endpoint to indicate if node is online or not by @dr-frmr in #337
- Widgets by @0x70b1a5 in #328
- remove fake networking by @bitful-pannul in #318
- update pr template by @nick1udwig in #339
- Develop 0.7.2 by @dr-frmr in #324
Full Changelog: v0.7.1...v0.7.2