Skip to content

Releases: igolovic/cmpbin

cmpbin 4.0.1.0

24 Apr 22:58
Compare
Choose a tag to compare

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

19 Apr 23:50
418b38e
Compare
Choose a tag to compare

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

22 Mar 14:49
Compare
Choose a tag to compare

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

26 Nov 21:36
28351e8
Compare
Choose a tag to compare

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

19 Oct 11:30
Compare
Choose a tag to compare
v1.0.0.0

Bugfix - changed help text, added .gitignore