From 959185e109a5a0663985aa1b7d0d8ca1c6f2e187 Mon Sep 17 00:00:00 2001 From: Mahiru Date: Sat, 24 Aug 2024 21:25:20 +0800 Subject: [PATCH] update version --- packages/webgal/package.json | 2 +- .../webgal/public/game/template/template.json | 2 +- packages/webgal/src/config/info.ts | 19 +--- releasenote.md | 87 ++++++++++++++----- 4 files changed, 67 insertions(+), 43 deletions(-) diff --git a/packages/webgal/package.json b/packages/webgal/package.json index 29290e283..1d2f930a2 100644 --- a/packages/webgal/package.json +++ b/packages/webgal/package.json @@ -1,7 +1,7 @@ { "name": "webgal", "private": true, - "version": "4.5.4", + "version": "4.5.5", "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 58e0b8552..742428439 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.4" + "webgal-version":"4.5.5" } diff --git a/packages/webgal/src/config/info.ts b/packages/webgal/src/config/info.ts index 9edbbfe1e..0cac928f3 100644 --- a/packages/webgal/src/config/info.ts +++ b/packages/webgal/src/config/info.ts @@ -1,21 +1,6 @@ export const __INFO = { - version: 'WebGAL 4.5.4', + version: 'WebGAL 4.5.5', contributors: [ - { username: 'Mahiru', link: 'https://github.com/MakinoharaShoko' }, - { username: 'Hoshinokinya', link: 'https://github.com/hshqwq' }, - { username: 'Junbo Xiong', link: 'https://github.com/C6H5-NO2' }, - { username: 'lykl', link: 'https://github.com/lykl' }, - { username: 'SakuraSnow', link: 'https://github.com/sliyoxn' }, - { username: 'bcqsd', link: 'https://github.com/bcqsd' }, - { username: 'Yuji Sakai', link: 'https://github.com/generalfreed' }, - { username: 'Iara', link: 'https://github.com/labiker' }, - { username: '22', link: 'https://github.com/nini22P' }, - { username: '德布罗煜', link: 'https://github.com/ch1ny' }, - { username: 'Mike Zhou', link: 'https://github.com/mikezzb' }, - { username: 'Murasame0721', link: 'https://github.com/Murasame0721' }, - { username: 'loliko', link: 'https://github.com/loliko114514' }, - { username: 'IdrilK', link: 'https://github.com/IdrilK' }, - { username: 'callofblood', link: 'https://github.com/callofblood' }, - { username: 'lyle', link: 'https://github.com/lylelove' }, + // 现在改为跳转到 GitHub 了 ], }; diff --git a/releasenote.md b/releasenote.md index e4a4f65fd..f1ff0bcff 100644 --- a/releasenote.md +++ b/releasenote.md @@ -8,13 +8,34 @@ #### 新功能 -允许使用脚本修改标题画面等游戏配置选项 - -允许使用变量获取一部分引擎状态 +新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。 #### 修复 -为部分字符添加转义 +修复了 `-concat` 选项动画在新行中的错误。 + +修复了样式定义时 ruby 不显示的问题。 + +修复了 intro 的 hold 问题。 + +修复了 say 延迟计算问题。 + +修复了 restoreScene 中的竞争状态。 + +修复了删除已关闭的自由图形的问题。 + +修复了变量值处理的问题。 + +修复了 setVar 进行 compile 字符串时异常的问题。 + +增强了 getValueFromState。 + +调整了对 `style-alltext` 键的正则匹配,使其可以触发文本框的样式修改。 + +修复了变量正则表达式的问题。 + +修复了 logo 图片的问题。 + ## Release Notes @@ -27,13 +48,34 @@ #### New Features -Allow using scripts to modify game configuration options such as title screen - -Allow using variables to get some engine states +Added a new parameter to control "execute the next statement after the performance of this statement is finished". #### Bug Fixes -Added escaping for some characters +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. + +Fixed the hold problem of intro. + +Fixed the say delay calculation problem. + +Fixed a race condition in restoreScene. + +Fixed an issue with deleting closed free figures. + +Fixed the variable value handling problem. + +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. + ## リリースノート @@ -46,33 +88,30 @@ Added escaping for some characters #### 新機能 -スクリプトを使用してタイトル画面などのゲーム設定オプションを変更できるようになりました - -変数を使用して一部のエンジン状態を取得できるようになりました +「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。 #### 修正 -一部の文字のエスケープを追加しました +`-concat` オプションのアニメーションが新しい行でエラーになる問題を修正しました。 +スタイルが定義されているときにルビが表示されない問題を修正しました。 +イントロのホールド問題を修正しました。 +say 遅延計算の問題を修正しました。 +restoreScene の競合状態を修正しました。 -[//]: # () +閉じたフリーフィギュアを削除する際の問題を修正しました。 -[//]: # (#### Nouvelles fonctionnalités) +変数値処理の問題を修正しました。 -[//]: # () -[//]: # (Prise en charge partielle des styles CSS pour le texte des boîtes de dialogue) +setVar が文字列をコンパイルする際の例外を修正しました。 -[//]: # () -[//]: # (Personnalisation de l'interface des choix) +getValueFromState を強化しました。 -[//]: # () -[//]: # (#### Corrections) +`style-alltext` キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。 -[//]: # () -[//]: # (Fuite de mémoire avec l'effet de pluie) +変数正規表現の問題を修正しました。 -[//]: # () -[//]: # (Conflit lors de l'appel simultané de plusieurs callScene ou changeScene) +ロゴ画像の問題を修正しました。