Skip to content

v0.0.46

Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 05 Feb 14:57
· 188 commits to main since this release

Features

  • Support for blockchainless / serverless development with new commands juno dev:

Usage: juno dev

Subcommands:
build Compile satellite features using Cargo.
eject Create a Rust template for custom satellite feature hooks and extensions.
start Start a local Internet Computer network, encapsulated in a Docker environment.
stop Stop the Docker environment.

  • Review help messages and color approach so that juno command subcommand options always follow the same color scheme.

Refactor

  • Move login templates to subfolder (./templates/*.html -> ./templates/login/*.html)

Build

  • Bump dependencies (except agent-js).