2021-05-04 16:11:16 +02:00
# Unreleased
2021-05-10 00:39:28 +02:00
## Added
2021-05-11 01:38:57 +02:00
- [eve] 🎉 .eve support !
2021-05-04 16:11:16 +02:00
## Fixed
2021-05-11 01:38:57 +02:00
- Fix infinite loop that would occur when choosing a deduplicated filename
2021-05-04 16:11:16 +02:00
- [jubeat-analyser] Prettier rendering of decimal values
2021-05-04 13:41:31 +02:00
# v0.2.0
2021-05-04 11:27:03 +02:00
## Added
2021-05-10 00:39:28 +02:00
- [mono-column] #circlefree mode accepts non-16ths notes and falls back to normal symbols when needed
2021-05-02 18:14:51 +02:00
## Fixed
2021-05-03 23:10:48 +02:00
- [jubeat-analyser]
- Raise exception earlier when a mono-column file is detected by the other #memo parsers (based on "--" separator lines)
2021-05-10 00:39:28 +02:00
- [memo] [memo1]
2021-05-03 23:10:48 +02:00
- Fix incorrect handling of mid-chart `t=` and `b=` commands
- Prettify rendering by adding more blank lines between sections
2021-05-10 00:39:28 +02:00
- [memo1] Fix dumping of chart with bpm changes happening on beat times that aren't multiples of 1/4
- [memo2]
2021-05-03 23:10:48 +02:00
- Fix parsing of BPM changes
- Fix dumping of BPM changes
2021-05-04 12:00:11 +02:00
- [memon]
- Fix handling of paths-type values in metadata
- Fix handling of charts with decimal level value
2021-05-02 18:14:51 +02:00
2021-05-01 13:41:01 +02:00
# v0.1.3
2021-05-01 13:55:27 +02:00
## Changed
2021-05-02 14:01:09 +02:00
- [jubeat-analyser] Use "EXT" instead of "?" as the fallback difficulty name when loading
2021-05-01 13:41:01 +02:00
## Fixed
2021-05-02 14:01:09 +02:00
- [memon] Fix TypeError that would occur when trying to convert
2021-05-10 00:39:28 +02:00
- [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
2021-05-01 13:41:01 +02:00
2021-05-01 13:17:09 +02:00
# v0.1.2
## Fixed
2021-05-02 14:01:09 +02:00
- [jubeat-analyser]
2021-05-01 13:17:09 +02:00
- 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
2020-07-25 23:33:27 +02:00
# v0.1.1
## Fixed
2021-05-10 00:39:28 +02:00
- [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.
2020-07-25 23:33:27 +02:00
# v0.1.0
- Initial Release