Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Aug 24, 2024
1 parent 3e28267 commit 959185e
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 43 deletions.
2 changes: 1 addition & 1 deletion packages/webgal/package.json
Original file line number Diff line number Diff line change
@@ -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=./",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgal/public/game/template/template.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name":"Default Template",
"webgal-version":"4.5.4"
"webgal-version":"4.5.5"
}
19 changes: 2 additions & 17 deletions packages/webgal/src/config/info.ts
Original file line number Diff line number Diff line change
@@ -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 了
],
};
87 changes: 63 additions & 24 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,34 @@

#### 新功能

允许使用脚本修改标题画面等游戏配置选项

允许使用变量获取一部分引擎状态
新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。

#### 修复

为部分字符添加转义
修复了 `-concat` 选项动画在新行中的错误。

修复了样式定义时 ruby 不显示的问题。

修复了 intro 的 hold 问题。

修复了 say 延迟计算问题。

修复了 restoreScene 中的竞争状态。

修复了删除已关闭的自由图形的问题。

修复了变量值处理的问题。

修复了 setVar 进行 compile 字符串时异常的问题。

增强了 getValueFromState。

调整了对 `style-alltext` 键的正则匹配,使其可以触发文本框的样式修改。

修复了变量正则表达式的问题。

修复了 logo 图片的问题。


<!-- English Translation -->
## Release Notes
Expand All @@ -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.


<!-- Japanese Translation -->
## リリースノート
Expand All @@ -46,33 +88,30 @@ Added escaping for some characters

#### 新機能

スクリプトを使用してタイトル画面などのゲーム設定オプションを変更できるようになりました

変数を使用して一部のエンジン状態を取得できるようになりました
「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。

#### 修正

一部の文字のエスケープを追加しました
`-concat` オプションのアニメーションが新しい行でエラーになる問題を修正しました。

スタイルが定義されているときにルビが表示されない問題を修正しました。

イントロのホールド問題を修正しました。

say 遅延計算の問題を修正しました。

restoreScene の競合状態を修正しました。

[//]: # (<!-- French Translation -->)
閉じたフリーフィギュアを削除する際の問題を修正しました。

[//]: # (#### 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)
ロゴ画像の問題を修正しました。

0 comments on commit 959185e

Please sign in to comment.