Skip to content

Commit b6496af

Browse files
update version
1 parent 8cb39d9 commit b6496af

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webgal/base",
3-
"version": "4.6.0-beta.0",
3+
"version": "4.6.0",
44
"description": "A brand new web Visual Novel engine.",
55
"repository": "https://github.com/OpenWebGAL/WebGAL.git",
66
"author": "Mahiru <Mahiru_@outlook.com>",

packages/webgal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webgal-engine",
3-
"version": "4.6.0-beta.0",
3+
"version": "4.6.0",
44
"scripts": {
55
"dev": "vite --host --port 3000",
66
"build": "node scripts/update-engine-version.js && cross-env NODE_ENV=production tsc && vite build --base=./",

packages/webgal/public/webgal-engine.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"schemaVersion": "1.0.0",
33
"id": "open-webgal.webgal",
44
"name": "WebGAL",
5-
"version": "4.6.0-beta.0",
5+
"version": "4.6.0",
66
"type": "official",
7-
"webgalVersion": "4.6.0-beta.0",
7+
"webgalVersion": "4.6.0",
88
"description": "界面美观、功能强大、易于开发的全新网页端视觉小说引擎",
99
"descriptions": {
1010
"en": "A brand new web Visual Novel engine with a beautiful interface, powerful features, and easy development",

releasenote.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
快速预览超时时会通知编辑器,便于定位循环跳转或过长快进造成的问题。
2020

21+
新增编辑器调试协议,可设置文本已读显示模式,便于在模板和样式调试中预览已读文本效果。
22+
23+
优化文本框模板的已读文本样式类,支持分别定制整体、外层和内层文本的已读样式。
24+
2125
#### 修复
2226

2327
修复快速预览中自动选择选项后流程继续推进异常的问题。
@@ -30,6 +34,8 @@
3034

3135
修复 Pixi 条件渲染在状态变化后可能未及时刷新的问题。
3236

37+
修复 npm 包中缺少 webgal-engine.json 的问题。
38+
3339
<!-- English Translation -->
3440
## Release Notes
3541

@@ -51,6 +57,10 @@ Improved BGM, voice, video, background, figure, effect, and variable behavior du
5157

5258
Fast preview timeout now notifies the editor, making it easier to locate loop jumps or excessively long fast-forward calculations.
5359

60+
Added editor debug protocol support for setting text read display mode, making it easier to preview read-text effects while debugging templates and styles.
61+
62+
Improved read-text style classes in textbox templates, allowing separate customization for the full text element, outer text, and inner text.
63+
5464
#### Fixes
5565

5666
Fixed fast preview flow continuing incorrectly after automatically selecting a choose option.
@@ -63,6 +73,8 @@ Fixed setTransform / changeFigure / changeBg desynchronization in some state res
6373

6474
Fixed Pixi conditional rendering sometimes not refreshing immediately after state changes.
6575

76+
Fixed webgal-engine.json missing from the npm package.
77+
6678
<!-- Japanese Translation -->
6779
## リリースノート
6880

@@ -84,6 +96,10 @@ BGM、ボイス、動画、背景、立ち絵、エフェクト、変数関連
8496

8597
高速プレビューのタイムアウトをエディターへ通知するようになり、ループジャンプや長すぎる早送り計算を特定しやすくなりました。
8698

99+
エディターのデバッグプロトコルにテキスト既読表示モードの設定を追加し、テンプレートやスタイルの調整中に既読テキストの表示を確認しやすくしました。
100+
101+
テキストボックステンプレートの既読テキスト用スタイルクラスを改善し、テキスト全体、外側、内側の既読スタイルを個別に調整できるようにしました。
102+
87103
#### 修正
88104

89105
高速プレビューで選択肢を自動選択した後、フローが正しく進まない問題を修正しました。
@@ -94,4 +110,6 @@ BGM、ボイス、動画、背景、立ち絵、エフェクト、変数関連
94110

95111
setTransform / changeFigure / changeBg が一部の状態復元シナリオで同期しない問題を修正しました。
96112

97-
Pixi の条件付きレンダリングが状態変更後すぐに更新されない場合がある問題を修正しました。
113+
Pixi の条件付きレンダリングが状態変更後すぐに更新されない場合がある問題を修正しました。
114+
115+
npm パッケージに webgal-engine.json が含まれない問題を修正しました。

0 commit comments

Comments
 (0)