Skip to content

Beta 0.7.2

Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 08 May 21:37
· 1025 commits to main since this release
4637b1f
Screenshot 2024-05-08 at 2 38 11 PM

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

Full Changelog: v0.7.1...v0.7.2