Skip to content

Releases: MikuroXina/bms-rs

v0.6.0

14 Jan 12:18
5ed902f
Compare
Choose a tag to compare

0.6.0 (2025-01-14)

Features

Bug Fixes

  • bms/lex: use Cow<'a, str>, for performance? (#99) (44fa2bd)
  • Fix Errors about Cursor when parsing source with no "\r\n" in the end. (#106) (4b07f2d)

v0.5.0

06 Jan 14:09
8179d3f
Compare
Choose a tag to compare

0.5.0 (2025-01-06)

⚠ BREAKING CHANGES

  • Support Bemuse extensions (#93)

Features

Miscellaneous Chores

v0.4.4

09 Nov 10:15
c3c3ad6
Compare
Choose a tag to compare

0.4.4 (2023-11-09)

Bug Fixes

v0.4.3

08 Oct 03:05
d8cae2d
Compare
Choose a tag to compare

0.4.3 (2023-10-08)

Features

  • Enforce Error types with thiserror (#39) (01fb306)

Bug Fixes

  • Fix non-standard resource name can't be handled correctly. (#37) (446303d)

Miscellaneous Chores

v0.4.2

04 Oct 05:33
c4e554c
Compare
Choose a tag to compare

0.4.2 (2023-10-04)

Bug Fixes

  • Fix Bgm Obj can't be fully parsed (#35) (ff481ce)

v0.4.1

03 Oct 08:49
7e97e16
Compare
Choose a tag to compare

0.4.1 (2023-10-03)

Bug Fixes

v0.4.0

03 Oct 08:36
5c25029
Compare
Choose a tag to compare

0.4.0 (2023-10-03)

⚠ BREAKING CHANGES

  • Store multiple notes by id (#29)

Features

Miscellaneous Chores

v0.3.0

17 Apr 23:07
b9ba795
Compare
Choose a tag to compare

0.3.0 (2023-04-17)

⚠ BREAKING CHANGES

  • Support bmson (#12)
  • Change to use Track time in SectionLenChangeObj (#9)

Features

Bug Fixes

  • Change to use Track time in SectionLenChangeObj (#9) (e321707)
  • Fix to parse BACKBMP (#7) (b23b67b)

Miscellaneous Chores