Releases: CKingX/ddrescue_error_mapping
Releases · CKingX/ddrescue_error_mapping
ddr-mount v1.1.4
ddr-mount v1.1.3
- Added update checker
- Now lists device in order
- Removed 32-bit generic binary due to cross-compile issues
ddr-mount v1.1.2
- Added fish completion support
- Added subcommand man pages
- Improved rendering of parse errors by adjusting to width of many unicode characters
ddr-mount v1.1.1
- Added man page and bash autocomplete as a separate download in case you use generic linux binary to set up man page and bash autocomplete manually
ddr-mount v1.1.0
- Added manpage
- Added generic Linux binary
- Added logging support (check with -vv)
- Improved parse errors
- Improved handling of errors by dmsetup and losetup
ddr-mount v1.0.1
- Better handles ddrescue map file structure as it can now accept position and size in octal and decimal in addition to hexadecimal notation
- Can detect if map file is not contiguous (rather than giving a generic mount error previously)
- Fixed an error where parse error of the map file gave a mount error
ddr-mount v1.0.0
First stable release!
- Now warns if sector size is not multiple of 512
- Errors are now printed as red
ddr-mount v1.0.0-beta.4
- Fixed a bug where problems in mounting would give unmount error
- This should fix the issue where mounting fails In log files with large number of changing error and non-error regions
ddr-mount v1.0.0-beta.3
- Cleanly unmounts during mounting error
ddr-mount v1.0.0-beta.2
- Now supports unmount-all to unmount all devices
- Fixed issue preventing mounting in certain cases
- Now supports bash autocomplete