Skip to content

MergeHelper 1.0

Latest
Compare
Choose a tag to compare
@mtrivs mtrivs released this 19 Feb 15:12
· 5 commits to master since this release
c29e729

New and improved!

First full release of MergeHelper. Many areas of the script were re-written for additional efficiencies and enhanced features.

New Features:

  • Added the "RemoveMode" variable to indicate whether the original bin/cue files should be deleted after successfully being merged. By default, the script will prompt the user to select an option if the variable was not set manually.
  • Enhanced logging is now available through the "Logging" and "Verbose_Logging" variables. By default, the script will now write all actions to a mergehelper.log file with timestamps.
  • Added dependency checks to verify that all commands used by the script are present prior to calling them in the script.
  • Timer has been added to track the total script execution time.
  • Terminal colors have been incorporated to add some (limited) eye candy.

Full Changelog: v0.5...v1.0