Releases: noahm/simfile-parser
Releases · noahm/simfile-parser
Release list
v0.10.0-beta.0
- Added support for in-browser parsing of packs directly from a zip file, which is how packs are usually distributed.
parsePacknow accepts a dropped or selected zip in addition to a folder, and the newparseZipPackexport takes aFile/Blobdirectly. Archives are read lazily, so only the chart files and images are decompressed and the whole pack never has to be held in memory. Song folders may sit at the root of the archive or inside a pack folder. - Fixed browser directory listings being truncated for large folders.
v0.9.0
v0.8.1
- Added support for parsing individual simfiles via HTMLInputElement selection in Firefox.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
v0.7.2
What's Changed
- Gracefully drop empty placeholder charts instead of bailing on the whole song
- Avoid spamming warnings when guessing jacket names in browser
Full Changelog: v0.7.1...v0.7.2
v0.7.1
- Changed behavior when a song with both older
dwicharts and newersscorsmfiles present. Before the first song to appear alphabetically would be used, but this might use the olderdwifile as the source of info, which is unlikely to be desired. Nowsscfiles are used first, if present, thensm, and finallydwi. - Changed behavior when multiple files with the same extension exist as sometimes occurs when a text editor saves a hidden backup file with a leading period. (e.g.
song.smand.song.smin a folder together) Files without a leading period are now always used over ones with a leading period.
v0.7.0
- Added support for in-browser parsing of entire simfile packs! Individual songs can be easily supported later. See the readme for usage example.