diff --git a/CHANGELOG.md b/CHANGELOG.md index 70abde0..8364af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file