Releases: solana-mobile/solana-mobile-cli
Releases · solana-mobile/solana-mobile-cli
Release list
v0.1.3
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/androidcommand.--verbosestill shows the full raw command output as before. - cad79e1: Only echo the raw
sdkmanager/android sdk listoutput to the terminal in--verbosemode. Previouslyemulator createandemulator images installalways dumped the full installed/available system-image package listing into the task log, even without--verbose.
v0.1.2
Patch Changes
-
da1263e: Render emulator command output through the right clack primitive instead of plain log lines:
notefor actionable next-step hints,tasksfor per-item work inemulator create/emulator delete, andtaskLogfor the subprocess calls inemulator images install/emulator images delete, including the previously unindicated system-image catalog fetch.Drop the redundant plain log line that duplicated the
notebox title when no emulators are installed or running, and use a plain "Done" outro consistently instead of restating the note above it.