Skip to content

Commit

Permalink
contents/en/documents/2.8: v2.8.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Dec 25, 2024
1 parent 2dc498f commit ec0a29c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contents/en/documents/2.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ <h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue where the window could not be positioned at the top of the screen when calling <code>ebiten.SetWindowDecorated(false)</code> on Windows (<a href="https://github.com/hajimehoshi/ebiten/issues/3118">#3118</a>).</li>
</ul>
<h2>v2.8.6</h2>
<h3>Bug Fixes</h3>
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/141?closed=1">Issues for v2.8.6</a></p>
<ul>
<li>Fix an issue where a race condition during seeking in an audio player could cause noise (<a href="https://github.com/hajimehoshi/ebiten/issues/3173">#3173</a>)</li>
</ul>
6 changes: 6 additions & 0 deletions contents/ja/documents/2.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ <h3>バグ修正</h3>
<ul>
<li>Windows で <code>ebiten.SetWindowDecorated(false)</code> を呼んだときに、ウィンドウが画面上部に配置できなかった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3118">#3118</a>)。</li>
</ul>
<h2>v2.8.6</h2>
<h3>バグ修正</h3>
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/141?closed=1">Issues for v2.8.6</a></p>
<ul>
<li>オーディオプレーヤーのシーク時にレースコンディションが発生し、ノイズが発生することがある問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3173">#3173</a>)</li>
</ul>

0 comments on commit ec0a29c

Please sign in to comment.