Skip to content

Commit ddef38f

Browse files
update version
1 parent 19c3e72 commit ddef38f

File tree

3 files changed

+14
-44
lines changed

3 files changed

+14
-44
lines changed

packages/webgal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webgal-engine",
3-
"version": "4.5.15-1",
3+
"version": "4.5.16",
44
"scripts": {
55
"dev": "vite --host --port 3000",
66
"build": "cross-env NODE_ENV=production tsc && vite build --base=./",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name":"Default Template",
3-
"webgal-version":"4.5.15"
3+
"webgal-version":"4.5.16"
44
}

releasenote.md

Lines changed: 12 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,15 @@
88

99
#### 新功能
1010

11-
支持在 Intro 中使用背景图片,图片不存在则回退至背景色
12-
13-
新增 Live2D 立绘的眨眼(Blink)和焦点(Focus)参数设置
14-
15-
新增立绘 Z-Index 变更时应用,用于控制图层顺序
16-
17-
改进了动画的缓动(Easing)和持续时间处理
11+
调整了立绘进入和退出的动画,改善流畅性
1812

1913
#### 修复
2014

21-
通过更新 Live2D 库修复了立绘的透明度(Alpha)问题
22-
23-
修复了 Live2D 模型的初始化时机问题,避免加载错误
15+
修复了对已销毁容器应用变换(transform)的问题
2416

25-
修复了 `say` 指令中 `center` 参数延迟生效的问题
17+
修复了连续变换动画的衔接问题
2618

27-
修复了部分动画同步缺失的问题
28-
29-
通过代码重构和优化构建流程,减小了最终产物体积,提升了稳定性
19+
修复了背景状态设置时机不正确的问题
3020

3121
<!-- English Translation -->
3222
## Release Notes
@@ -39,25 +29,15 @@
3929

4030
#### New Features
4131

42-
Support for using background images in the Intro, with a fallback to the background color if the image doesn't exist
43-
44-
Added support for setting Blink and Focus parameters for Live2D models
45-
46-
Added support for applying z-index to figures to control layer order
47-
48-
Improved animation easing and duration handling
32+
Adjusted the entrance and exit animations for figures to improve smoothness
4933

5034
#### Fixes
5135

52-
Fixed alpha (transparency) issues with Live2D models by updating the library
36+
Fixed an issue with applying transforms to a destroyed container
5337

54-
Fixed Live2D model initialization timing to prevent loading errors
38+
Fixed connection issues with continuous transform animations
5539

56-
Fixed an issue where the `center` argument in the `say` command was delayed
57-
58-
Fixed issues with missing animation synchronization
59-
60-
Reduced final bundle size and improved stability through code refactoring and build process optimization
40+
Fixed an issue with incorrect timing for setting background state
6141

6242
<!-- Japanese Translation -->
6343
## リリースノート
@@ -70,22 +50,12 @@ Reduced final bundle size and improved stability through code refactoring and bu
7050

7151
#### 新機能
7252

73-
イントロで背景画像を使用できるようになり、画像が存在しない場合は背景色にフォールバックします
74-
75-
Live2D立ち絵のまばたき(Blink)と焦点(Focus)パラメータの設定をサポートしました
76-
77-
キャラクターのz-index適用をサポートし、レイヤー順序の制御を可能にしました
78-
79-
アニメーションのイージングと持続時間の処理を改善しました
53+
立ち絵の登場・退場アニメーションを調整し、スムーズさを改善しました
8054

8155
#### 修正
8256

83-
Live2Dライブラリを更新し、立ち絵のアルファ(透明度)の問題を修正しました
84-
85-
Live2Dモデルの初期化タイミングを修正し、読み込みエラーを防止しました
86-
87-
`say` コマンドの `center` 引数の適用が遅れる問題を修正しました
57+
破棄されたコンテナにトランスフォームを適用する問題を修正しました
8858

89-
一部のアニメーション同期が欠落する問題を修正しました
59+
連続するトランスフォームアニメーションの接続に関する問題を修正しました
9060

91-
コードのリファクタリングとビルドプロセスの最適化により、最終的なバンドルサイズを削減し、安定性を向上させました
61+
背景の状態設定タイミングが不適切だった問題を修正しました

0 commit comments

Comments
 (0)