v0.6.0
v0.6.0 (2025-01-10)
Bug Fixes
- Version comparison (
3ac7596
)
Chores
-
Bump dependencies (
53be031
) -
Commit the updated uv.lock version (
b7cb817
) -
Remove Homebrew release stuff from CI (
4f81bb5
)
Features
- Add node setup wizard (
c5d8e39
)
The wizard will walk the user through configuring the essential settings for the node. For ex: LoRa preset, long/short names, etc.
- Add version checking (
31bc074
)
Since the recommended configs may change over time, it's important that users stay up to date. This commit adds a facility for checking for updates and notifying the user if a newer version is available.
For now we're checking on every command invocation, but we can cache this in the future if it becomes problematic.
Detailed Changes: v0.5.1...v0.6.0