Skip to content

Releases: solana-mobile/solana-mobile-cli

Release list

v0.1.3

Choose a tag to compare

@pr-bot-solana-mobile pr-bot-solana-mobile released this 30 Jul 02:02
cedace2

Patch Changes

  • 34d9ae7: Show an animated spinner while fetching available system images and installing a system image in non-verbose mode, instead of leaving the terminal static for the duration of the underlying sdkmanager/android command. --verbose still shows the full raw command output as before.
  • cad79e1: Only echo the raw sdkmanager/android sdk list output to the terminal in --verbose mode. Previously emulator create and emulator images install always dumped the full installed/available system-image package listing into the task log, even without --verbose.

v0.1.2

Choose a tag to compare

@pr-bot-solana-mobile pr-bot-solana-mobile released this 30 Jul 00:00
203a643

Patch Changes

  • da1263e: Render emulator command output through the right clack primitive instead of plain log lines: note for actionable next-step hints, tasks for per-item work in emulator create/emulator delete, and taskLog for the subprocess calls in emulator images install/emulator images delete, including the previously unindicated system-image catalog fetch.

    Drop the redundant plain log line that duplicated the note box title when no emulators are installed or running, and use a plain "Done" outro consistently instead of restating the note above it.