Skip to content

Releases: martok/ImageHash

v1.3.1

01 Aug 21:08
Compare
Choose a tag to compare

Added

  • Display detailed progress / ETA in hint of progressbar

Fixed

  • Actually used popcnt instruction, large performance improvement in classifier
  • Improve memory management
  • Hang/Freeze at the end of scanning if the classifier is still running

v1.3.0

30 Jul 21:50
Compare
Choose a tag to compare

Fixed

  • Performance improvement in cluster list updating
  • Performance improvement in cluster list drawing
  • Fail and retry correctly when loading an image failed, but did not throw an exception as it should

Known issues

  • The scrollbar on the cluster list sometimes only updates its total length when the mouse is moved over it. It's weird.

v1.2.0

28 Jul 17:46
Compare
Choose a tag to compare

Added

  • Stop scan when attempting to close the window while a scan is running
  • Improved status messages for empty folder list or no found files

Fixed

  • Code quality improvements
  • Speed up loader/hasher by about 25% by reducing intermediate image resolution, should not change results
  • Don't lock up GUI on fast (or overcommited) systems (#7)

v1.1.0

11 Feb 14:06
Compare
Choose a tag to compare

Added

  • Highlight currently shown image with a focus rectangle in the cluster view
  • New mark images that are a bit more visible
  • Wrap image metadata display so it doesn't "hop around" as much (#3)
  • Browse to folder containing a file by Ctrl+MMB in the cluster view

Fixed

  • Update ConcurrentMM (fixes a bug that would prevent startup)
  • Auto-Mark window closes after marking (#4)
  • Properly delete large numbers of files in one transaction, not thousands (#2)
  • Keep static copy of the path list to prevent bugs when the list is changed after a scan

1.0.0

08 Feb 21:46
Compare
Choose a tag to compare

This is the initial public release.