We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdfeff commit 5812c6aCopy full SHA for 5812c6a
docs/changelogs/alpha.md
@@ -2,6 +2,17 @@
2
3
The alpha version of JSAR is the first version of the project.
4
5
+## v0.8.1
6
+
7
+### Improvements
8
9
+- Optimize rendering pipeline to support offscreen rendering correctly.
10
+- Speed up the graphics initialization of each content process.
11
12
+### Fixes
13
14
+- Correct the FCP timing for actual writing to the color buffer in the shared render target.
15
16
## v0.8.0
17
18
### New Features & Improvements
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@yodaos-jsar/runtime",
- "version": "0.8.0",
+ "version": "0.8.1",
"private": true,
"scripts": {
"lint": "eslint lib/**/*.ts",
0 commit comments