Skip to content

Commit 5b10461

Browse files
committed
Prep for release
1 parent ea3d1e8 commit 5b10461

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

haskell/CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Version history
22

3+
## 20230423
4+
5+
* Fix songs using Xbox 360 XMA audio to not produce audio files twice as long
6+
as they should be when converting to Clone Hero format
7+
* Fix CH `song.ini` to have `diff_vocals_harm` set to -1 if there are vocals
8+
but no harmonies
9+
* Fixes to importing DTX files
10+
* Adjust tempos to match a DTXMania quirk in songs with many tempo changes
11+
* Better drum lane polyphony that more closely matches DTXMania
12+
behavior and spec (#142)
13+
* First test of a work-in-progress MIDI spec for DTXMania-like drums,
14+
subject to change
15+
* New MIDI track is included with CH format export when present
16+
* Note names and color map are included in generated Reaper projects
17+
* "True Drums" imported from: Clone Hero (new track format as above),
18+
DTXMania, Rock Revolution (7-lane format), Guitar Hero III
19+
(drummer animations)
20+
321
## 20230402
422

523
* Fix an error when converting StepMania to Rock Band due to difficulty tier

haskell/packages/onyx-exe-toolkit/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: onyx-exe-toolkit
2-
version: '20230402'
2+
version: '20230423'
33
github: mtolly/onyxite-customs
44
author: Michael Tolly <miketolly@gmail.com>
55
category: Distribution

haskell/packages/onyx-lib/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: onyx-lib
2-
version: '20230402'
2+
version: '20230423'
33
github: mtolly/onyxite-customs
44
author: Michael Tolly <miketolly@gmail.com>
55
category: Distribution

0 commit comments

Comments
 (0)