Skip to content

Commit

Permalink
Oozaru 0.6.1
Browse files Browse the repository at this point in the history
Performance fixes along with the new async `File` APIs.
  • Loading branch information
fatcerberus committed Mar 30, 2023
1 parent c6e0fa5 commit 6a7151d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Oozaru Changelog
================

v0.7.0 - TBD
------------
v0.6.1 - March 30, 2023
-----------------------

* Adds the new asynchronous `File` APIs.
* Fixes an issue that caused the engine to run too fast on high-refresh-rate
screens.
* Fixes an issue that caused games that heavily use `Shape.drawImmediate` to
stutter and drop frames due to high GC pressure.


v0.6.0 - March 23, 2022
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion web/oozaru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Oozaru",
"publisher": "Fat Cerberus",
"version": "0.6.0+"
"version": "0.6.1"
}

0 comments on commit 6a7151d

Please sign in to comment.