Skip to content

Commit 4d6d69e

Browse files
update version
1 parent 5b0af32 commit 4d6d69e

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

packages/webgal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webgal",
33
"private": true,
4-
"version": "4.5.9",
4+
"version": "4.5.10",
55
"scripts": {
66
"dev": "vite --host --port 3000",
77
"build": "cross-env NODE_ENV=production tsc && vite build --base=./",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name":"Default Template",
3-
"webgal-version":"4.5.9"
3+
"webgal-version":"4.5.10"
44
}

packages/webgal/src/config/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const __INFO = {
2-
version: 'WebGAL 4.5.9',
2+
version: 'WebGAL 4.5.10',
33
contributors: [
44
// 现在改为跳转到 GitHub 了
55
],

releasenote.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
#### 新功能
1010

11-
对话内容支持不间断的连续空格
11+
支持 intro, say 以及参数的多行语法书写方式
1212

13-
#### 修复
13+
支持通过配置文件控制是否要启用紧急回避界面
1414

15-
读取存档时意外在状态表中存储了多份演出记录的问题
15+
intro 支持关闭自动展示下一句,只有用户手动点击鼠标或按下键盘时才展示下一句
1616

17-
带有 id 的效果音播放在停止后演出未完全清除的问题
17+
#### 修复
1818

19-
对状态表和演出控制器中的演出列表在插入时去重
19+
英语对话渐显和布局问题
2020

2121
<!-- English Translation -->
2222
## Release Notes
@@ -29,15 +29,16 @@
2929

3030
#### New Features
3131

32-
Dialogue content now supports continuous spaces.
32+
Supports multi-line syntax for intro, say, and parameters.
3333

34-
#### Fixes
34+
Supports enabling/disabling the emergency skip interface via configuration file.
3535

36-
Fixed an issue where multiple performance records were unexpectedly stored in the state table when loading a save.
36+
Intro supports disabling automatic display of the next sentence; only displays the next sentence when the user manually clicks the mouse or presses a key.
3737

38-
Fixed an issue where performances with IDs were not completely cleared after stopping sound effects playback.
3938

40-
Deduplicated performance lists in the state table and performance controller upon insertion.
39+
#### Fixes
40+
41+
English dialogue fade-in and layout issues.
4142

4243
<!-- Japanese Translation -->
4344
## リリースノート
@@ -50,13 +51,13 @@ Deduplicated performance lists in the state table and performance controller upo
5051

5152
#### 新機能
5253

53-
会話内容で連続するスペースが正しく表示されるようになりました。
54+
intro、say、およびパラメータの複数行構文をサポート
5455

55-
#### 修正
56+
設定ファイルで緊急回避インターフェースを有効にするかどうかを制御可能に
5657

57-
セーブデータ読み込み時に、ステータステーブルに複数の演出記録が重複して保存される問題を修正しました。
58+
intro で自動的に次の文を表示するのを無効化し、ユーザーがマウスをクリックまたはキーボードを押したときにのみ次の文を表示するように変更
5859

59-
IDを持つ効果音が停止した後、演出が完全にクリアされない問題を修正しました。
60+
#### 修正
6061

61-
ステータステーブルと演出コントローラーの演出リストにおいて、重複した項目が挿入されるのを防ぐように修正しました。
62+
英語の会話のフェードインとレイアウトの問題
6263

0 commit comments

Comments
 (0)