Skip to content

v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Mar 23:58
6d954be

2.6.0 (2025-03-11)

Features

  • adds the --dirty parameter to ms3 transform which allows one to use the command on a dirty repository (6a33678)
  • adds the helper check_and_create_unresolved and uses it to not resolve the CLI --out parameter (214bc52)
  • updates relative file paths in ms3 transform -D (i.e., concatenating metadata) (4398a25)
  • ms3 convert without -a now looks for metadata to convert only the files indicated there (994d206)
  • the ms3 convert command now differentiates between a relative and an absolute target directory (0546bdc)

Bug Fixes

  • catches bug caused by empty <trackName> tags in the instrumentation header of a MuseScore file (aa0979a)
  • do not remove spaces from tempo markings (in the chords tables) (9294db8)
  • fixes bug that caused add_quarterbeats_col() to file in the special case where column "mc" is missing yet "quarterbeats" is present (7441cab)
  • fixes bug that caused Piece.get_parsed_tsv() to fail (7c268fd)