Releases: igolovic/cmpbin
cmpbin 4.0.1.0
Fixes and improvements for pre-hash-comparison by file size.
Installation notices:
Linux Debian installation - application uses wxWidgets library 3.0.5 dependencies.
Installation procedure: after installing Debian package using
"$ sudo dpkg -i current_cmpbin_package_name.deb"
dependencies can be installed using
"$ sudo apt-get install -f"
Windows installation - application uses wxWidgets library 3.1.4 dependencies in form of .dll files.
Installation procedure: extract executable file (.exe) and libraries (.exe) into same folder, create shortcut to executable file at e.g. Desktop and run application.
cmpbin 4.0.0.0
Implemented pre-hash-comparison by filie size ot reduce number of files for which the hash is generated and so enhance speed.
Installation notices:
[20.04.2021 - NOT YET BUILT] Linux Debian installation - application uses wxWidgets library 3.0.5 dependencies.
Installation procedure: after installing Debian package using
"$ sudo dpkg -i current_cmpbin_package_name.deb"
dependencies can be installed using
"$ sudo apt-get install -f"
Windows installation - application uses wxWidgets library 3.1.4 dependencies in form of .dll files.
Installation procedure: extract executable file (.exe) and libraries (.exe) into same folder, create shortcut to executable file at e.g. Desktop and run application.
cmpbin 3.0.0.0
Implemented worker thread with possibility of thread-safe exiting from program, re-arranged UI, many smaller improvements.
Installation notices:
-
Linux Debian installation - application uses wxWidgets library 3.0.5 dependencies.
Installation procedure: after installing Debian package using
"$ sudo dpkg -i cmpbin-x64_3_0_0_0.deb"
dependencies can be installed using
"$ sudo apt-get install -f" -
Windows installation - application uses wxWidgets library 3.1.4 dependencies in form of .dll files.
Installation procedure: extract executable file (.exe) and libraries (.exe) into same folder, create shortcut to executable file at e.g. Desktop and run application.
cmpbin 2.0.0.0
Application was re-written to use wxWidgets cross-platform library and also contains numerous smaller changes. This release includes release for Debian (tested on Buster) in .deb file and release for Windows (tested on 10) in .zip archive.
cmpbin 1.0.0.0
v1.0.0.0 Bugfix - changed help text, added .gitignore