Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 406685e

Browse files
committed
[TouchController] v0.3.1-alpha03 Release
1 parent 79a4e60 commit 406685e

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

touchcontroller/NEWS-en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TouchController NEWS - User visible changes.
22

3+
## 0.3.1-alpha03
4+
5+
- Fixed the problem that item subclass not working
6+
37
## 0.3.1-alpha02
48

59
- Fixed crash when rendering items

touchcontroller/NEWS-zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TouchController NEWS - 用户可见的更改。
22

3+
## 0.3.1-alpha03
4+
5+
- 修复物品子类不工作的问题
6+
37
## 0.3.1-alpha02
48

59
- 修复了渲染物品时的崩溃

touchcontroller/properties.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"Common properties in TouchController"
2-
touchcontroller_version = "0.3.1-alpha02"
2+
touchcontroller_version = "0.3.1-alpha03"
33
touchcontroller_state = "alpha"
44
touchcontroller_description = "Bring controlling style of bedrock version to Java version!"
55
touchcontroller_license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)