1
0
mirror of synced 2024-12-04 19:17:55 +01:00

Change changelog format

This commit is contained in:
Stepland 2021-05-02 14:01:09 +02:00
parent 42cf11044e
commit b656fe55c2

View File

@ -1,19 +1,19 @@
# v0.1.3
## Changed
- jubeat analyser : Use "EXT" instead of "?" as the fallback difficulty name when loading
- [jubeat-analyser] Use "EXT" instead of "?" as the fallback difficulty name when loading
## Fixed
- memon : Fix TypeError that would occur when trying to convert to memon
- #memo2 : Fix #memo2 rendering missing blank lines between blocks, while technically still valid files, this made #memo2 files rendered by jubeatools absolutely fugly and very NOT human friendly
- [memon] Fix TypeError that would occur when trying to convert
- [#memo2] Fix rendering missing blank lines between blocks, while technically still valid files, this made files rendered by jubeatools absolutely fugly and very NOT human friendly
# v0.1.2
## Fixed
- jubeat analyser
- [jubeat-analyser]
- Fix decimal -> fraction conversion to correctly handle numbers with only 3 decimal places #1
- Remove Vs from the allowed extra symbols lists as it would clash with long note arrows
# v0.1.1
## Fixed
- Loading a #memo2 file that did not specify any offset (neither by `o=...`, `r=...` nor `[...]` commands) would trigger a TypeError, not anymore ! Offset now defaults to zero.
- [#memo2] Loading a file that did not specify any offset (neither by `o=...`, `r=...` nor `[...]` commands) would trigger a TypeError, not anymore ! Offset now defaults to zero.
# v0.1.0
- Initial Release