Skip to content

v0.4.0

Compare
Choose a tag to compare
@noahm noahm released this 09 Nov 08:57
· 239 commits to main since this release
ad6a534
  • BREAKING renamed some exported types and/or fields
    • FreezeBody => FreezeLocation
    • Bpm => BpmChange
    • Arrow['beat'] => Arrow['quantization']
  • Quantization now reports 32nd and 64th steps, anything out of bounds is now reported as a 64th instead of a 12th
  • More correctly return displayBpm values as written in the stepfile instead of always calculating a range
  • Added considerable amounts of doc comments on types and functions
  • Fixed potentially incorrect handling of simfiles using the less-standard BACKGROUND tag (compared to the more common BG)