|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.6.0.90] - 2025-10-19 (Beta) |
| 4 | + |
| 5 | +- [BugFix] - Fixed incorrect gauge increment or damage for notes near branching points |
| 6 | +- [BugFix] - Fixed gauge damage rate typo in branched charts causing wrong GOOD rate |
| 7 | +- [BugFix] - Fixed missing roll head processing for Bongo roll heads (I & H) |
| 8 | +- [BugFix] - Fixed missing or broken branch transition animations |
| 9 | +- [BugFix] - Fixed wrong color when branching to Normal with transparent background |
| 10 | +- [BugFix] - Fixed branch text not fading out and inconsistent positioning |
| 11 | +- [Enhancement] - Refined branch text animation with easing and resolution scaling |
| 12 | +- [BugFix] - Fixed wrong starting branch after branched charts in Dan-i or training mode |
| 13 | +- [BugFix] - Fixed missing initial branching animation for non-Normal HIDDENBRANCH charts |
| 14 | +- [BugFix] - Fixed branch text not displaying if #LEVELHOLD appears before first branch |
| 15 | +- [Feat] - Added branch text scroll animation into note lane |
| 16 | +- [Feat] - Unhid branch after training mode branch switch for HIDDENBRANCH charts |
| 17 | +- [Feat] - Ported and refined TJAP3(tpz)’s branch guide for non-autoplay P1 |
| 18 | +- [BugFix] - Fixed incorrect CalcType.Quintic EaseInOut() easing calculation |
| 19 | +- [Feat] - Treated empty or unrecognized #BRANCHSTART as “keep current branch” for parsing safety |
| 20 | +- [BugFix] - Made branch requirement judgment consistent with TaikoJiro |
| 21 | +- [BugFix] - Fixed and refined branch judge point behavior and timing |
| 22 | +- [BugFix] - Fixed unended rolls caused by branched roll head + non-branched roll end |
| 23 | +- [BugFix] - Fixed incorrect branch change point timing and barline behavior |
| 24 | +- [BugFix] - Fixed all branches’ notes displaying before first branch |
| 25 | +- [Feat] - Made #BARLINE display per-branch |
| 26 | +- [BugFix] - Fixed wrong character animation speed and scroll position between branch points |
| 27 | +- [BugFix] - Replaced in-branch visibility check with CChip.bVisible |
| 28 | +- [BugFix] - Fixed #LEVELHOLD applying to all branches instead of only its own |
| 29 | +- [BugFix] - Improved TJA branch parsing correctness and missing definitions handling |
| 30 | +- [Enhancement] - Ensured consistent BPM, time signatures, and branch alignment |
| 31 | +- [Feat] - Handled branch changes by note definition order (Daijiro 2/3 behavior) |
| 32 | +- [Feat] - Made several commands (#BARLINEOFF/ON, #GOGOSTART/END, #NM/BM/HBSCROLL, #DIRECTION) work per-branch |
| 33 | +- [BugFix] - Fixed roll display and judgment across branches for re/disappearing rolls |
| 34 | + |
3 | 35 | ## [0.6.0.89] - 2025-08-28 (Beta) |
4 | 36 |
|
5 | 37 | - [i18n] Update Spanish and Chinese texts |
|
0 commit comments