File tree Expand file tree Collapse file tree 4 files changed +16
-33
lines changed
Expand file tree Collapse file tree 4 files changed +16
-33
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " webgal" ,
33 "private" : true ,
4- "version" : " 4.5.8 " ,
4+ "version" : " 4.5.9 " ,
55 "scripts" : {
66 "dev" : " vite --host --port 3000" ,
77 "build" : " cross-env NODE_ENV=production tsc && vite build --base=./" ,
Original file line number Diff line number Diff line change 11{
22 "name" :" Default Template" ,
3- "webgal-version" :" 4.5.8 "
3+ "webgal-version" :" 4.5.9 "
44}
Original file line number Diff line number Diff line change 11export const __INFO = {
2- version : 'WebGAL 4.5.8 ' ,
2+ version : 'WebGAL 4.5.9 ' ,
33 contributors : [
44 // 现在改为跳转到 GitHub 了
55 ] ,
Original file line number Diff line number Diff line change 88
99#### 新功能
1010
11- 文本拓展语法对角色名称生效
12-
13- 模拟口型同步
14-
15- 允许修改 Live2D 绘制范围
16-
17- 允许设定立绘的 z-index
11+ 对话内容支持不间断的连续空格
1812
1913#### 修复
2014
21- 修复了文本增强语法在首行不生效的问题
15+ 读取存档时意外在状态表中存储了多份演出记录的问题
2216
23- 优化为立绘应用效果的性能
17+ 带有 id 的效果音播放在停止后演出未完全清除的问题
2418
25- 优化立绘进出场效果的性能
19+ 对状态表和演出控制器中的演出列表在插入时去重
2620
2721<!-- English Translation -->
2822## Release Notes
3529
3630#### New Features
3731
38- Text extension syntax now affects character names
39-
40- Simulate lip sync
41-
42- Allow modification of Live2D drawing range
43-
44- Allow setting the z-index of the character sprite
32+ Dialogue content now supports continuous spaces.
4533
4634#### Fixes
4735
48- Fixed the issue where text enhancement syntax did not take effect on the first line
36+ Fixed an issue where multiple performance records were unexpectedly stored in the state table when loading a save.
4937
50- Optimized the performance of applying effects to character sprites
38+ Fixed an issue where performances with IDs were not completely cleared after stopping sound effects playback.
5139
52- Optimized the performance of character sprite entry and exit effects
40+ Deduplicated performance lists in the state table and performance controller upon insertion.
5341
5442<!-- Japanese Translation -->
5543## リリースノート
@@ -62,18 +50,13 @@ Optimized the performance of character sprite entry and exit effects
6250
6351#### 新機能
6452
65- テキスト拡張文法がキャラクタ名に有効になった
66-
67- 口パク同期
68-
69- Live2D の描画範囲変更が可能になった
70-
71- 立ち絵の z-index 設定が可能になった
53+ 会話内容で連続するスペースが正しく表示されるようになりました。
7254
7355#### 修正
7456
75- テキスト拡張文法が先頭行に有効にならない問題を修正
57+ セーブデータ読み込み時に、ステータステーブルに複数の演出記録が重複して保存される問題を修正しました。
58+
59+ IDを持つ効果音が停止した後、演出が完全にクリアされない問題を修正しました。
7660
77- 立ち絵にエフェクトを適用する時のパフォーマンスを最適化
61+ ステータステーブルと演出コントローラーの演出リストにおいて、重複した項目が挿入されるのを防ぐように修正しました。
7862
79- 立ち絵の登場・退場エフェクトのパフォーマンスを最適化
You can’t perform that action at this time.
0 commit comments