v0.4.5
What's Changed
A couple actually-user-facing things have changed this time! You can now decompress lz4's, and the exit prompt is more informative and asks for confirmation.
Multi-disk burning (#64) is still WIP. I've successfully implemented several refactors to support it, though.
Merged PR's
- Features
- Documentation
- Refactors
- Infrastructure
Known issues
- #105 Burning to USB on macOS Sonoma may yield
Failed to write block to disk: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
. This might be a block alignment/sizing issue. In any case, I know it has worked before on a previous version of MacOS. - #107 Caligula may make the cursor disappear on some terminals.
New Contributors
Full Changelog: v0.4.4...v0.4.5