diff --git a/packages/webgal/package.json b/packages/webgal/package.json index 0ddf9fa16..6a62bf813 100644 --- a/packages/webgal/package.json +++ b/packages/webgal/package.json @@ -1,7 +1,7 @@ { "name": "webgal", "private": true, - "version": "4.5.7", + "version": "4.5.8", "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 ea42e4120..f0934b9a3 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.7" + "webgal-version":"4.5.8" } diff --git a/packages/webgal/src/config/info.ts b/packages/webgal/src/config/info.ts index dc89641af..f3171e664 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.7', + version: 'WebGAL 4.5.8', contributors: [ // 现在改为跳转到 GitHub 了 ], diff --git a/releasenote.md b/releasenote.md index 6a9a3ac66..10bcad7e3 100644 --- a/releasenote.md +++ b/releasenote.md @@ -8,36 +8,21 @@ #### 新功能 -新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。 +文本拓展语法对角色名称生效 -#### 修复 - -4.5.7 修复:无法从状态中获取到对应 key 的变量时,返回 {key} 以避免变换不生效 - -修复了 `-concat` 选项动画在新行中的错误。 - -修复了样式定义时 ruby 不显示的问题。 - -修复了 intro 的 hold 问题。 - -修复了 say 延迟计算问题。 - -修复了 restoreScene 中的竞争状态。 +模拟口型同步 -修复了删除已关闭的自由图形的问题。 +允许修改 Live2D 绘制范围 -修复了变量值处理的问题。 +允许设定立绘的 z-index -修复了 setVar 进行 compile 字符串时异常的问题。 - -增强了 getValueFromState。 - -调整了对 `style-alltext` 键的正则匹配,使其可以触发文本框的样式修改。 +#### 修复 -修复了变量正则表达式的问题。 +修复了文本增强语法在首行不生效的问题 -修复了 logo 图片的问题。 +优化为立绘应用效果的性能 +优化立绘进出场效果的性能 ## Release Notes @@ -50,36 +35,21 @@ #### New Features -Added a new parameter to control "execute the next statement after the performance of this statement is finished". - -#### Bug Fixes - -4.5.7 Fix: When the corresponding key variable cannot be obtained from the state, return {key} to avoid ineffective transformation. - -Fixed an animation error with the `-concat` option in a new line. - -Fixed an issue where ruby was not displayed when a style was defined. +Text extension syntax now affects character names -Fixed the hold problem of intro. +Simulate lip sync -Fixed the say delay calculation problem. +Allow modification of Live2D drawing range -Fixed a race condition in restoreScene. +Allow setting the z-index of the character sprite -Fixed an issue with deleting closed free figures. +#### Fixes -Fixed the variable value handling problem. +Fixed the issue where text enhancement syntax did not take effect on the first line -Fixed an exception when setVar compiled a string. - -Enhanced getValueFromState. - -Adjusted the regular expression matching for the `style-alltext` key to allow it to trigger text box style modifications. - -Fixed the variable regular expression problem. - -Fixed the logo image issue. +Optimized the performance of applying effects to character sprites +Optimized the performance of character sprite entry and exit effects ## リリースノート @@ -92,32 +62,18 @@ Fixed the logo image issue. #### 新機能 -「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。 - -#### 修正 - -4.5.7 修正:状態から対応する key の変数が取得できない場合、{key} を返すようにし、変換が無効になるのを回避しました +テキスト拡張文法がキャラクタ名に有効になった -`-concat` オプションのアニメーションが新しい行でエラーになる問題を修正しました。 +口パク同期 -スタイルが定義されているときにルビが表示されない問題を修正しました。 +Live2D の描画範囲変更が可能になった -イントロのホールド問題を修正しました。 +立ち絵の z-index 設定が可能になった -say 遅延計算の問題を修正しました。 - -restoreScene の競合状態を修正しました。 - -閉じたフリーフィギュアを削除する際の問題を修正しました。 - -変数値処理の問題を修正しました。 - -setVar が文字列をコンパイルする際の例外を修正しました。 - -getValueFromState を強化しました。 +#### 修正 -`style-alltext` キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。 +テキスト拡張文法が先頭行に有効にならない問題を修正 -変数正規表現の問題を修正しました。 +立ち絵にエフェクトを適用する時のパフォーマンスを最適化 -ロゴ画像の問題を修正しました。 +立ち絵の登場・退場エフェクトのパフォーマンスを最適化