Page 1 of 1

wimlib 1.13.4 released

Posted: Mon Apr 19, 2021 4:44 am
by synchronicity
wimlib 1.13.4 has been released. This is a maintenance release. List of changes:
  • wimsplit now prints progress messages regularly rather than just once per WIM part.
  • Added support for a data recovery mode which causes files to be extracted even if they are corrupted. The option is --recover-data for wimapply and wimextract, and WIMLIB_EXTRACT_FLAG_RECOVER_DATA for the library. Note that this option won't help with all types of corruption; some types of corruption will still cause a fatal error.