The main feature added to this release is:
- Add partial support for branches (`BRANCHSTART P`, no `R`, no `SECTION`): https://github.com/vivaria/tja2fumen/pull/20
This release also contains several bugfixes:
- Fix bug when computing the second measure's fumenOffset: https://github.com/vivaria/tja2fumen/commit/e1b089a595bf16cb5c8fc5094c2dcd75d2cf81fb
- Properly catch SHIFT-JIS UnicodeDecodeErrors: https://github.com/vivaria/tja2fumen/commit/1b4a938a5e120e2a93c4820dda8b45916b3b7b51
- Add mid-measure support for SCROLL/GOGO: https://github.com/vivaria/tja2fumen/commit/2f934249dd32f97fbd39519c241c4dc2a3eaca3b
Finally, this release contains significant refactors to the TJA parsing code (19), and significant improvements to the test suite (18), which should improve the development experience quite a bit.