Bug Fixes
- Fix
createCLI command not following symlinks when globbing source directory by @skrat in #151 - Remove stray
print()in--compactcode path that wasn't gated by--verboseby @amgross in #153 - Fix REPL re-executing the previous command when pressing Enter on an empty line by @amgross in #154
- Fix REPL failing to mount compacted images due to incorrect
block_countby @amgross in #157 - Fix
--compactproducing corrupt images due to filesystem walk order differing from on-disk order by @amgross in #159
Internal
- Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 by @dependabot[bot] in #155
- Add option to run CLI tests from Python, and add example test by @amgross in #156
- Add tests for
UserContextWinDiskby @amgross in #158
New Contributors
Full Changelog: v0.17.0...v0.17.1