This changeset bumps msdparser to version 2.0.0-beta.3 (the latest as of writing), both for reading & writing simfiles. The advantages from simfile's point of view are greatly improved performance & correct handling of escape sequences.
We will likely want to expose escapes: bool = True parameters in relevant methods like the top-level convenience functions and simfile/chart constructors in a future PR, to support accurate parsing of older simfiles.
This changeset bumps
msdparser
to version 2.0.0-beta.3 (the latest as of writing), both for reading & writing simfiles. The advantages fromsimfile
's point of view are greatly improved performance & correct handling of escape sequences.We will likely want to expose
escapes: bool = True
parameters in relevant methods like the top-level convenience functions and simfile/chart constructors in a future PR, to support accurate parsing of older simfiles.