Caligula Versions Save

A user-friendly, lightweight TUI for disk imaging

v0.4.7

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.4.6...v0.4.7

v0.4.6

1 week ago

What's Changed

Only one thing - fixing the post-program TUI output when we delegate to sudo. (https://github.com/ifd3f/caligula/pull/122 https://github.com/ifd3f/caligula/pull/123)

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.4.5...v0.4.6

v0.4.5

3 weeks ago

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

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: https://github.com/ifd3f/caligula/compare/v0.4.4...v0.4.5

v0.4.4

4 weeks ago

Insert quippy line here.

What's Changed

Largely just dependency updates, refactors, and other things largely hidden from the user.

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.4.3...v0.4.4

v0.4.3

6 months ago

Nothing user-facing changed this release. Sorry!

What's Changed

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.4.2...v0.4.3

v0.4.2

9 months ago

Where's v0.4.1? My dumbass forgot to bump the version in Cargo.toml 💀💀💀

What's Changed

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.4.0...v0.4.2

v0.4.0

1 year ago

What's Changed

Mostly, just a whole bunch of testing, refactoring, the works.

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.3.0...v0.4.0

v0.3.0

1 year ago

my gf made me look at a really cute hedgehog video right before this release

What's Changed

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.2.0...v0.3.0

v0.2.0

1 year ago

It's a full release that's actually been somewhat tested! Please file an issue if there's any bugs or if it doesn't work on your machine.

What's Changed

Full Changelog: https://github.com/ifd3f/caligula/compare/v0.1.0...v0.2.0

v0.2.0-pre1

1 year ago

This version is an unstable prerelease version! Please let me know if there's any bugs or if it doesn't work on your machine.

I yanked the v0.1.0 because it was straight-up broken due to O_DIRECT.

What's Changed