Skip to content

Commit b37c925

Browse files
committed
Update changelog for version 0.6.0.90
1 parent fbcf7df commit b37c925

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

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+
335
## [0.6.0.89] - 2025-08-28 (Beta)
436

537
- [i18n] Update Spanish and Chinese texts

OpenTaiko/OpenTaiko.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
3434
</ItemGroup>
3535
<PropertyGroup>
36-
<Version>0.6.0.89</Version>
36+
<Version>0.6.0.90</Version>
3737
<OutputType>WinExe</OutputType>
3838
<TargetFramework>net8.0</TargetFramework>
3939
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>

0 commit comments

Comments
 (0)