Skip to content

Releases: Kenny2github/chparse

0.0.3

19 Dec 05:09

Choose a tag to compare

Changes:

  • Add A (anchor) note type (NoteTypes.ANCHOR), used to sync song to chart. Previous versions didn't recognize this and crashed when encountering them.

0.0.2

18 Dec 11:01

Choose a tag to compare

Note: No longer supports Python 2!

New features:

  • Chart.events shortcut to special Events track
  • Chart.sync_track shortcut to special SyncTrack track

Bugfixes:

  • Strip lines of Unicode BOMs as well, because those have caused real problems

0.0.1

18 Dec 10:59

Choose a tag to compare

  • Use chart.dump(fileobj) instead of the stupid chparse.dump
    Alias chparse.dump(chart, fileobj) to chart.dump(fileobj)
  • Empty difficulty for Difficulties.NA
  • Use a set for flags, not or-ed IntFlags... 6 | 7 = 7
  • Finally change flag= to flags=
  • __str__: show all flags except open, which is a fret
  • Fix Event representation
  • SyncEvent kind should also be NoteTypes
  • Set flags properly

0.0.0

18 Dec 10:57

Choose a tag to compare

Read the stuff, pretty much. Not documenting everything in the release.