Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Dec 26, 2024
1 parent 616c8cf commit 3326ece
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 15 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.10",
"version": "4.5.11",
"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.10"
"webgal-version":"4.5.11"
}
2 changes: 1 addition & 1 deletion packages/webgal/src/config/info.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const __INFO = {
version: 'WebGAL 4.5.10',
version: 'WebGAL 4.5.11',
contributors: [
// 现在改为跳转到 GitHub 了
],
Expand Down
47 changes: 35 additions & 12 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,23 @@

#### 新功能

支持 intro, say 以及参数的多行语法书写方式
进一步优化对 Spine 的支持,支持使用 json 格式的 Spine

支持通过配置文件控制是否要启用紧急回避界面
允许更大范围的调整文本显示速度和自动播放速度

intro 支持关闭自动展示下一句,只有用户手动点击鼠标或按下键盘时才展示下一句
升级引擎的调试协议,使其可以在模板编辑器中被控制以响应正在编辑的文件。

优化紧急回避页面

#### 修复

英语对话渐显和布局问题
选项界面文本预览区域可能溢出的问题

修复 `setTransform` 指令的 `duration` 参数设置为 0 时,动画不立即完成的问题

修复使用 `setTransform` 时部分参数被错误地继承的问题

优化部分文本和翻译

<!-- English Translation -->
## Release Notes
Expand All @@ -29,16 +37,24 @@ intro 支持关闭自动展示下一句,只有用户手动点击鼠标或按

#### New Features

Supports multi-line syntax for intro, say, and parameters.
Further optimized Spine support, now supports Spine in JSON format.

Allows a wider range of adjustment for text display speed and autoplay speed.

Supports enabling/disabling the emergency skip interface via configuration file.
Upgraded the engine's debugging protocol, allowing it to be controlled within the template editor to respond to the file being edited.

Intro supports disabling automatic display of the next sentence; only displays the next sentence when the user manually clicks the mouse or presses a key.
Optimized emergency skip page.


#### Fixes

English dialogue fade-in and layout issues.
Fixed an issue where the text preview area in the options interface could overflow.

Fixed an issue where animations did not complete immediately when the `duration` parameter of the `setTransform` command was set to 0.

Fixed an issue where some parameters were incorrectly inherited when using `setTransform`.

Optimized some text and translations.

<!-- Japanese Translation -->
## リリースノート
Expand All @@ -51,13 +67,20 @@ English dialogue fade-in and layout issues.

#### 新機能

intro、say、およびパラメータの複数行構文をサポート
Spineへの対応をさらに最適化し、json形式のSpineもサポートするようになりました。

テキスト表示速度とオートプレイ速度の調整範囲を拡大しました。

設定ファイルで緊急回避インターフェースを有効にするかどうかを制御可能に
エンジンのデバッグプロトコルをアップグレードし、テンプレートエディタで編集中のファイルに反応して制御できるようにしました。

intro で自動的に次の文を表示するのを無効化し、ユーザーがマウスをクリックまたはキーボードを押したときにのみ次の文を表示するように変更
緊急回避ページを最適化しました。

#### 修正

英語の会話のフェードインとレイアウトの問題
選択肢画面のテキストプレビューエリアがはみ出す可能性があった問題を修正しました。

`setTransform` 命令の `duration` パラメータを0に設定した場合、アニメーションが即座に完了しない問題を修正しました。

`setTransform` 使用時に一部のパラメータが誤って継承される問題を修正しました。

一部のテキストと翻訳を最適化しました。

0 comments on commit 3326ece

Please sign in to comment.