Skip to content

Commit 959185e

Browse files
update version
1 parent 3e28267 commit 959185e

File tree

4 files changed

+67
-43
lines changed

4 files changed

+67
-43
lines changed

packages/webgal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webgal",
33
"private": true,
4-
"version": "4.5.4",
4+
"version": "4.5.5",
55
"scripts": {
66
"dev": "vite --host --port 3000",
77
"build": "cross-env NODE_ENV=production tsc && vite build --base=./",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name":"Default Template",
3-
"webgal-version":"4.5.4"
3+
"webgal-version":"4.5.5"
44
}

packages/webgal/src/config/info.ts

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
export const __INFO = {
2-
version: 'WebGAL 4.5.4',
2+
version: 'WebGAL 4.5.5',
33
contributors: [
4-
{ username: 'Mahiru', link: 'https://github.com/MakinoharaShoko' },
5-
{ username: 'Hoshinokinya', link: 'https://github.com/hshqwq' },
6-
{ username: 'Junbo Xiong', link: 'https://github.com/C6H5-NO2' },
7-
{ username: 'lykl', link: 'https://github.com/lykl' },
8-
{ username: 'SakuraSnow', link: 'https://github.com/sliyoxn' },
9-
{ username: 'bcqsd', link: 'https://github.com/bcqsd' },
10-
{ username: 'Yuji Sakai', link: 'https://github.com/generalfreed' },
11-
{ username: 'Iara', link: 'https://github.com/labiker' },
12-
{ username: '22', link: 'https://github.com/nini22P' },
13-
{ username: '德布罗煜', link: 'https://github.com/ch1ny' },
14-
{ username: 'Mike Zhou', link: 'https://github.com/mikezzb' },
15-
{ username: 'Murasame0721', link: 'https://github.com/Murasame0721' },
16-
{ username: 'loliko', link: 'https://github.com/loliko114514' },
17-
{ username: 'IdrilK', link: 'https://github.com/IdrilK' },
18-
{ username: 'callofblood', link: 'https://github.com/callofblood' },
19-
{ username: 'lyle', link: 'https://github.com/lylelove' },
4+
// 现在改为跳转到 GitHub 了
205
],
216
};

releasenote.md

+63-24
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,34 @@
88

99
#### 新功能
1010

11-
允许使用脚本修改标题画面等游戏配置选项
12-
13-
允许使用变量获取一部分引擎状态
11+
新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。
1412

1513
#### 修复
1614

17-
为部分字符添加转义
15+
修复了 `-concat` 选项动画在新行中的错误。
16+
17+
修复了样式定义时 ruby 不显示的问题。
18+
19+
修复了 intro 的 hold 问题。
20+
21+
修复了 say 延迟计算问题。
22+
23+
修复了 restoreScene 中的竞争状态。
24+
25+
修复了删除已关闭的自由图形的问题。
26+
27+
修复了变量值处理的问题。
28+
29+
修复了 setVar 进行 compile 字符串时异常的问题。
30+
31+
增强了 getValueFromState。
32+
33+
调整了对 `style-alltext` 键的正则匹配,使其可以触发文本框的样式修改。
34+
35+
修复了变量正则表达式的问题。
36+
37+
修复了 logo 图片的问题。
38+
1839

1940
<!-- English Translation -->
2041
## Release Notes
@@ -27,13 +48,34 @@
2748

2849
#### New Features
2950

30-
Allow using scripts to modify game configuration options such as title screen
31-
32-
Allow using variables to get some engine states
51+
Added a new parameter to control "execute the next statement after the performance of this statement is finished".
3352

3453
#### Bug Fixes
3554

36-
Added escaping for some characters
55+
Fixed an animation error with the `-concat` option in a new line.
56+
57+
Fixed an issue where ruby was not displayed when a style was defined.
58+
59+
Fixed the hold problem of intro.
60+
61+
Fixed the say delay calculation problem.
62+
63+
Fixed a race condition in restoreScene.
64+
65+
Fixed an issue with deleting closed free figures.
66+
67+
Fixed the variable value handling problem.
68+
69+
Fixed an exception when setVar compiled a string.
70+
71+
Enhanced getValueFromState.
72+
73+
Adjusted the regular expression matching for the `style-alltext` key to allow it to trigger text box style modifications.
74+
75+
Fixed the variable regular expression problem.
76+
77+
Fixed the logo image issue.
78+
3779

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

4789
#### 新機能
4890

49-
スクリプトを使用してタイトル画面などのゲーム設定オプションを変更できるようになりました
50-
51-
変数を使用して一部のエンジン状態を取得できるようになりました
91+
「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。
5292

5393
#### 修正
5494

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

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

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

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

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

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

63-
[//]: # (#### Nouvelles fonctionnalités)
107+
変数値処理の問題を修正しました。
64108

65-
[//]: # ()
66-
[//]: # (Prise en charge partielle des styles CSS pour le texte des boîtes de dialogue)
109+
setVar が文字列をコンパイルする際の例外を修正しました。
67110

68-
[//]: # ()
69-
[//]: # (Personnalisation de l'interface des choix)
111+
getValueFromState を強化しました。
70112

71-
[//]: # ()
72-
[//]: # (#### Corrections)
113+
`style-alltext` キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。
73114

74-
[//]: # ()
75-
[//]: # (Fuite de mémoire avec l'effet de pluie)
115+
変数正規表現の問題を修正しました。
76116

77-
[//]: # ()
78-
[//]: # (Conflit lors de l'appel simultané de plusieurs callScene ou changeScene)
117+
ロゴ画像の問題を修正しました。

0 commit comments

Comments
 (0)