Skip to content

Releases: siyia2/iso-commander

iso-commander

10 Feb 02:02
c31405b
Compare
Choose a tag to compare

Improvements:

  • Better handling of cancellations.
  • Check if any output files exist before attempting to remove partial conversions.
  • Code cleanup.

Bug fix:

  • Fixed: borked input history after writing ISOs to removable usb drives.
  • Fixed: cancellation flag not restoring to false after cancelling.

iso-commander

08 Feb 15:06
fc98827
Compare
Choose a tag to compare

Bug fix release:

  • Fix locality awareness for live ISO list updates.

iso-commander

07 Feb 14:23
cca2c57
Compare
Choose a tag to compare

Improvements:

  • Added proper conditions for efficient thread termination.
  • Reduced CPU overhead.

iso-commander

06 Feb 04:16
e95c15c
Compare
Choose a tag to compare

Improvements:

  • Live ISO list updating after auto-update completion.
  • Display number of processed files in searches periodically to reduce cpu usage.
  • Optimized memory efficiency in displayed selections and selections in general.
  • More sophisticated cache file clean-up&saving in order to modify the cache file only when necessary.

Bug fixes:

  • Fixed: ISO cache saving&clean-up were modifying the cache file even when nothing changed.
  • Fixed: Getting the file stamp from the cache filename instead of the cache file path.
  • Fixed: Hang when trying to copy or move a missing but listed ISO in an invalid destination.
  • Fixed: Cross-device moves failing.
  • Fixed: Crash when selecting a missing but listed ISO for write.

iso-commander

03 Feb 22:01
e56a47b
Compare
Choose a tag to compare

Stable Release v5.6.3:

  • Demoted licence from GPL 3 -> GPL 2, in order to be legally compatible with ccd2iso/mdf2iso/nrg2iso forked code.
  • Many syntax and verbose fixes.