Skip to content

v0.11.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 20:12
· 1 commit to main since this release

What's new

  • Added support for .mod files created with Protracker 3.6 (example), removing the ambiguous "IFF MOD files are not yet supported" error.

Bug Fixes

  • Fix (silent) partial extraction for some .xm files. Samples in eXtended Modules can report sizes that would cause an out of bounds error, leading xmodits to ignore it (example, xmodits reports 25 samples when it has 26). This wasn't the right approach as this quirk is common, and has been fixed.
  • Refine adpcm support for .xm files, removing the "Unsupported Module: Extended Module uses 'MOD Plugin packed'" error. (example)