From ff627380fc2156661e0544347a3f46a88761727e Mon Sep 17 00:00:00 2001 From: Mahiru Date: Sun, 17 Nov 2024 19:49:39 +0800 Subject: [PATCH] update version --- packages/webgal/package.json | 2 +- .../webgal/public/game/template/template.json | 2 +- packages/webgal/src/config/info.ts | 2 +- releasenote.md | 31 ++++++++++--------- 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/packages/webgal/package.json b/packages/webgal/package.json index 52f5b5a1d..2b2f4bbc0 100644 --- a/packages/webgal/package.json +++ b/packages/webgal/package.json @@ -1,7 +1,7 @@ { "name": "webgal", "private": true, - "version": "4.5.9", + "version": "4.5.10", "scripts": { "dev": "vite --host --port 3000", "build": "cross-env NODE_ENV=production tsc && vite build --base=./", diff --git a/packages/webgal/public/game/template/template.json b/packages/webgal/public/game/template/template.json index 3194a3688..378821d2e 100644 --- a/packages/webgal/public/game/template/template.json +++ b/packages/webgal/public/game/template/template.json @@ -1,4 +1,4 @@ { "name":"Default Template", - "webgal-version":"4.5.9" + "webgal-version":"4.5.10" } diff --git a/packages/webgal/src/config/info.ts b/packages/webgal/src/config/info.ts index 8fd76da0f..2eab51c41 100644 --- a/packages/webgal/src/config/info.ts +++ b/packages/webgal/src/config/info.ts @@ -1,5 +1,5 @@ export const __INFO = { - version: 'WebGAL 4.5.9', + version: 'WebGAL 4.5.10', contributors: [ // 现在改为跳转到 GitHub 了 ], diff --git a/releasenote.md b/releasenote.md index 28f366fa2..16fe31c3e 100644 --- a/releasenote.md +++ b/releasenote.md @@ -8,15 +8,15 @@ #### 新功能 -对话内容支持不间断的连续空格 +支持 intro, say 以及参数的多行语法书写方式 -#### 修复 +支持通过配置文件控制是否要启用紧急回避界面 -读取存档时意外在状态表中存储了多份演出记录的问题 +intro 支持关闭自动展示下一句,只有用户手动点击鼠标或按下键盘时才展示下一句 -带有 id 的效果音播放在停止后演出未完全清除的问题 +#### 修复 -对状态表和演出控制器中的演出列表在插入时去重 +英语对话渐显和布局问题 ## Release Notes @@ -29,15 +29,16 @@ #### New Features -Dialogue content now supports continuous spaces. +Supports multi-line syntax for intro, say, and parameters. -#### Fixes +Supports enabling/disabling the emergency skip interface via configuration file. -Fixed an issue where multiple performance records were unexpectedly stored in the state table when loading a save. +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. -Fixed an issue where performances with IDs were not completely cleared after stopping sound effects playback. -Deduplicated performance lists in the state table and performance controller upon insertion. +#### Fixes + +English dialogue fade-in and layout issues. ## リリースノート @@ -50,13 +51,13 @@ Deduplicated performance lists in the state table and performance controller upo #### 新機能 -会話内容で連続するスペースが正しく表示されるようになりました。 +intro、say、およびパラメータの複数行構文をサポート -#### 修正 +設定ファイルで緊急回避インターフェースを有効にするかどうかを制御可能に -セーブデータ読み込み時に、ステータステーブルに複数の演出記録が重複して保存される問題を修正しました。 +intro で自動的に次の文を表示するのを無効化し、ユーザーがマウスをクリックまたはキーボードを押したときにのみ次の文を表示するように変更 -IDを持つ効果音が停止した後、演出が完全にクリアされない問題を修正しました。 +#### 修正 -ステータステーブルと演出コントローラーの演出リストにおいて、重複した項目が挿入されるのを防ぐように修正しました。 +英語の会話のフェードインとレイアウトの問題