Releases: Kenny2github/chparse
Releases · Kenny2github/chparse
0.0.3
0.0.2
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
- Use
chart.dump(fileobj)instead of the stupidchparse.dump
Aliaschparse.dump(chart, fileobj)tochart.dump(fileobj) - Empty difficulty for
Difficulties.NA - Use a set for flags, not or-ed IntFlags...
6 | 7= 7 - Finally change
flag=toflags= __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
Read the stuff, pretty much. Not documenting everything in the release.