Skip to content

Commit 5812c6a

Browse files
committed
v0.8.1: bump version
1 parent 2bdfeff commit 5812c6a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changelogs/alpha.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The alpha version of JSAR is the first version of the project.
44

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+
516
## v0.8.0
617

718
### New Features & Improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yodaos-jsar/runtime",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"scripts": {
66
"lint": "eslint lib/**/*.ts",

0 commit comments

Comments
 (0)