Skip to content

Commit e73f477

Browse files
committed
contents/en/documents/2.8: v2.8.8 released
1 parent ea3929d commit e73f477

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

contents/en/documents/2.8.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,9 @@ <h3>Buf Fixes</h3>
147147
<ul>
148148
<li>Fixed an issue where calling <code>SetBufferSize</code> immediately after <code>audio.Player</code>’s <code>Play</code> could cause a crash (<a href="https://github.com/hajimehoshi/ebiten/issues/3214">#3214</a>).</li>
149149
</ul>
150+
<h2>v2.8.8</h2>
151+
<h3>Bug Fixes</h3>
152+
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/144?closed=1">Issues for v2.8.8</a></p>
153+
<ul>
154+
<li>Fixed an issue where rendering text with <code>text/v2</code> could significantly degrade performance (<a href="https://github.com/hajimehoshi/ebiten/issues/3228">#3228</a>).</li>
155+
</ul>

contents/ja/documents/2.8.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,9 @@ <h3>バグ修正</h3>
147147
<ul>
148148
<li><code>audio.Player</code><code>Play</code> 直後に <code>SetBufferSize</code> を呼ぶとクラッシュすることがあった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3214">#3214</a>)。</li>
149149
</ul>
150+
<h2>v2.8.8</h2>
151+
<h3>バグ修正</h3>
152+
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/144?closed=1">Issues for v2.8.8</a></p>
153+
<ul>
154+
<li><code>text/v2</code> での文字描画時に著しくパフォーマンスが落ちることがあった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3228">#3228</a>)。</li>
155+
</ul>

0 commit comments

Comments
 (0)