mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-08 12:02:28 +01:00
Add class="current" to latest entry in change history
This commit is contained in:
parent
375e6ccfe9
commit
d90844f67d
@ -606,7 +606,7 @@
|
||||
<h2>5. Change History</h2>
|
||||
<h3>5.1. SoundTouch library Change History </h3>
|
||||
<p><b>2.3.2:</b></p>
|
||||
<ul>
|
||||
<ul class="current">
|
||||
<li>Improve autotools makefiles to build the `SoundTouchDLL` dynamic-link link library with
|
||||
C-style API. This library variation is easier to import and use from other programming
|
||||
languages than the default C++ library.
|
||||
@ -875,14 +875,13 @@
|
||||
</ul>
|
||||
<h3>5.2. SoundStretch application Change History </h3>
|
||||
<p><b>2.3.3:</b></p>
|
||||
<ul>
|
||||
<ul class="current_soundstretch">
|
||||
<li>Added support for Asian / non-latin filenames in Windows. Gnu platform has supported them already earlier.</li>
|
||||
</ul>
|
||||
<p><b>1.9:</b></p>
|
||||
<ul>
|
||||
<li>Added support for WAV file 'fact' information chunk.</li>
|
||||
</ul>
|
||||
|
||||
<p><b>1.7.0:</b></p>
|
||||
<ul>
|
||||
<li>Bugfixes in Wavfile: exception string formatting, avoid getLengthMs() integer
|
||||
|
Loading…
Reference in New Issue
Block a user