Skip to content

v0.4.5

Compare
Choose a tag to compare
@ifd3f ifd3f released this 07 May 08:22
· 17 commits to main since this release
edd8b15

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.

image

Multi-disk burning (#64) is still WIP. I've successfully implemented several refactors to support it, though.

Merged PR's

  • Features
    • Add lz4 decompression support by @ifd3f in #112
    • Add confirmation prompt for closing by @ifd3f in #114
  • Documentation
    • Update README.md by @ifd3f in #96
    • Update installation instructions for Arch Linux by @orhun in #98
    • Update CONTRIBUTING.md by @ifd3f in #102
    • make issue templates look less threateningly big by @ifd3f in #104
    • Update bug report template with terminal emulator field by @ifd3f in #113
  • Refactors
    • Escalated daemon, redux! by @ifd3f in #97
    • Refactor filesystem directory management to not use globals by @ifd3f in #99
    • Refactor the scattered "simple UI" components into a single module by @ifd3f in #103
    • Remove feature flags for disabling specific compression algorithms by @ifd3f in #111
  • 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

  • @orhun made their first contribution in #98

Full Changelog: v0.4.4...v0.4.5