Skip to content

Releases: putnam/binmerge

binmerge 1.0.3

12 Mar 23:35
7922719
Compare
Choose a tag to compare

Bugfix release:

  • Fixes regression in 1.0.2 that caused the --outdir param to not work properly in split mode
  • Updated README with examples

binmerge 1.0.2

31 Jan 22:04
Compare
Choose a tag to compare

Minor update:

  • fix: deprecation warnings in python 3.12 (#18)
  • fix: use correct filenames for single-track discs (#17)
  • change: track filenames will now always be basenames in cuesheets (no fully qualified paths) (#12)
  • typos and documentation fixes

Full Changelog: 1.0.1...1.0.2

binmerge 1.0.1

03 Jul 23:43
Compare
Choose a tag to compare

Minor update.

Added some slightly more user-friendly error handling. Output directory, if set, will now be created if needed.

A 64-bit Windows binary has been generated with pyinstaller (binmerge-1.0.1-win64.zip).

binmerge 1.0

23 May 09:52
Compare
Choose a tag to compare

v1.0

  • just packaged everything into a zip
  • created a windows standalone build with pyinstaller (64 bit only)