Skip to content

Commit 3326ece

Browse files
update version
1 parent 616c8cf commit 3326ece

File tree

4 files changed

+38
-15
lines changed

4 files changed

+38
-15
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.10",
4+
"version": "4.5.11",
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.10"
3+
"webgal-version":"4.5.11"
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.10',
2+
version: 'WebGAL 4.5.11',
33
contributors: [
44
// 现在改为跳转到 GitHub 了
55
],

releasenote.md

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

99
#### 新功能
1010

11-
支持 intro, say 以及参数的多行语法书写方式
11+
进一步优化对 Spine 的支持,支持使用 json 格式的 Spine
1212

13-
支持通过配置文件控制是否要启用紧急回避界面
13+
允许更大范围的调整文本显示速度和自动播放速度
1414

15-
intro 支持关闭自动展示下一句,只有用户手动点击鼠标或按下键盘时才展示下一句
15+
升级引擎的调试协议,使其可以在模板编辑器中被控制以响应正在编辑的文件。
16+
17+
优化紧急回避页面
1618

1719
#### 修复
1820

19-
英语对话渐显和布局问题
21+
选项界面文本预览区域可能溢出的问题
22+
23+
修复 `setTransform` 指令的 `duration` 参数设置为 0 时,动画不立即完成的问题
24+
25+
修复使用 `setTransform` 时部分参数被错误地继承的问题
26+
27+
优化部分文本和翻译
2028

2129
<!-- English Translation -->
2230
## Release Notes
@@ -29,16 +37,24 @@ intro 支持关闭自动展示下一句,只有用户手动点击鼠标或按
2937

3038
#### New Features
3139

32-
Supports multi-line syntax for intro, say, and parameters.
40+
Further optimized Spine support, now supports Spine in JSON format.
41+
42+
Allows a wider range of adjustment for text display speed and autoplay speed.
3343

34-
Supports enabling/disabling the emergency skip interface via configuration file.
44+
Upgraded the engine's debugging protocol, allowing it to be controlled within the template editor to respond to the file being edited.
3545

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.
46+
Optimized emergency skip page.
3747

3848

3949
#### Fixes
4050

41-
English dialogue fade-in and layout issues.
51+
Fixed an issue where the text preview area in the options interface could overflow.
52+
53+
Fixed an issue where animations did not complete immediately when the `duration` parameter of the `setTransform` command was set to 0.
54+
55+
Fixed an issue where some parameters were incorrectly inherited when using `setTransform`.
56+
57+
Optimized some text and translations.
4258

4359
<!-- Japanese Translation -->
4460
## リリースノート
@@ -51,13 +67,20 @@ English dialogue fade-in and layout issues.
5167

5268
#### 新機能
5369

54-
intro、say、およびパラメータの複数行構文をサポート
70+
Spineへの対応をさらに最適化し、json形式のSpineもサポートするようになりました。
71+
72+
テキスト表示速度とオートプレイ速度の調整範囲を拡大しました。
5573

56-
設定ファイルで緊急回避インターフェースを有効にするかどうかを制御可能に
74+
エンジンのデバッグプロトコルをアップグレードし、テンプレートエディタで編集中のファイルに反応して制御できるようにしました。
5775

58-
intro で自動的に次の文を表示するのを無効化し、ユーザーがマウスをクリックまたはキーボードを押したときにのみ次の文を表示するように変更
76+
緊急回避ページを最適化しました。
5977

6078
#### 修正
6179

62-
英語の会話のフェードインとレイアウトの問題
80+
選択肢画面のテキストプレビューエリアがはみ出す可能性があった問題を修正しました。
81+
82+
`setTransform` 命令の `duration` パラメータを0に設定した場合、アニメーションが即座に完了しない問題を修正しました。
83+
84+
`setTransform` 使用時に一部のパラメータが誤って継承される問題を修正しました。
6385

86+
一部のテキストと翻訳を最適化しました。

0 commit comments

Comments
 (0)