v0.6.2
dmachat/angular-webpack-cookbookv0.6.2Jul 1, 2026by github-actions[bot]
AI Summary
This release focuses on performance optimizations for image loading and pulling, along with bug fixes for CLI diagnostics and terminal colors. It also includes progress indicators for load commands and updates to SDK documentation, while reverting a previous feature change regarding overlay sizing.
Key Highlights
- Significant performance improvements to image loading and pulling using early cache gates and zlib-rs decode.
- CLI enhancements including progress indicators for the `msb load` command and updating `msb-imago` to version 0.1.1.
- Bug fixes for terminal-aware help colors and alignment of doctor runtime diagnostics.
- Documentation updates including refreshed SDK readme files and removal of outdated winget install instructions.
- Reverted a previous feature change that renamed overlay sizing to disk_size.
Breaking Changes
- Reverted the renaming of overlay sizing to 'disk_size' in the sandbox builder.
New Features
- Added progress indicators for CLI 'msb load' command.
- Updated 'msb-imago' library to version 0.1.1.
Full Release Notes
## What's Changed * chore: refresh npm lockfile after v0.6.1 by @github-actions[bot] in https://github.com/superradcompany/microsandbox/pull/1063 * fix(cli): use terminal-aware help colors by @appcypher in https://github.com/superradcompany/microsandbox/pull/1066 * fix(cli): align doctor runtime diagnostics by @appcypher in https://github.com/superradcompany/microsandbox/pull/1068 * docs(readme): remove winget install command by @appcypher in https://github.com/superradcompany/microsandbox/pull/1070 * feat(sdk): rename overlay sizing to disk_size on the sandbox builder by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/983 * feat(cli): msb load progress + msb-imago 0.1.1 (#1071 fix) by @appcypher in https://github.com/superradcompany/microsandbox/pull/1074 * Revert "feat(sdk): rename overlay sizing to disk_size on the sandbox builder" by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1078 * perf(image): faster msb load & pull — early cache gate + zlib-rs decode by @appcypher in https://github.com/superradcompany/microsandbox/pull/1075 * docs(sdk): refresh sdk readmes by @appcypher in https://github.com/superradcompany/microsandbox/pull/1080 * chore(release): bump microsandbox to 0.6.2 by @appcypher in https://github.com/superradcompany/microsandbox/pull/1079 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.6.1...v0.6.2