Skip to content

Commit

Permalink
0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Nov 29, 2024
1 parent 65544d9 commit b7cd016
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions Promete.Example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
return app.Run<MainScene>(WindowOptions.Default with
{
Title = "Promete Demo",
Mode = WindowMode.Resizable,
});
8 changes: 6 additions & 2 deletions Promete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 0.24.1
* **Fix: ** 一部のVorbis音源が正常に読み込まれず、最後まで再生しようとしたときに内部で例外が発生する不具合を修正
## 0.24.2
* **Fix:** macOSのHiDPI環境で描画が小さくなる不具合を修正
* **Fix:** macOSのHiDPI環境で画面サイズを切り替えるとおかしくなる不具合を修正

## 0.24.1
* **Fix:** 一部のVorbis音源が正常に読み込まれず、最後まで再生しようとしたときに内部で例外が発生する不具合を修正
2 changes: 1 addition & 1 deletion Promete/Promete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageId>Promete</PackageId>
<Version>0.24.1</Version>
<Version>0.24.2</Version>
<PackageTags>Game Engine;2D;gamedev;games;gaming;windowing;OpenGL</PackageTags>
<Description>A lightweight, extensible and easy game engine.
</Description>
Expand Down

0 comments on commit b7cd016

Please sign in to comment.