Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.5.9 #328

Merged
merged 4 commits into from
Nov 4, 2024
Merged

4.5.9 #328

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgal-terre",
"version": "4.5.8",
"version": "4.5.9",
"private": true,
"scripts": {
"dev": "concurrently \"yarn dev:terre\" \"yarn dev:origine\" \"yarn dev:start-dev-server\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/origine2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webgal-origine-2",
"private": true,
"version": "4.5.8",
"version": "4.5.9",
"license": "MPL-2.0",
"scripts": {
"dev": "lingui extract && lingui compile --typescript && vite --host",
Expand Down
4 changes: 2 additions & 2 deletions packages/origine2/src/config/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export interface Info {
}

export const __INFO: Info = {
version: '4.5.8',
buildTime: '2024-08-17T14:10:41.796Z', // 编译时会通过 version-sync.js 自动更新
version: '4.5.9',
buildTime: '2024-11-03T16:28:55.197Z', // 编译时会通过 version-sync.js 自动更新
};

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name":"Default Template",
"webgal-version":"4.5.8"
"webgal-version":"4.5.9"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="manifest" href="./manifest.json" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>-->
<title>WebGAL</title>
<script type="module" crossorigin src="./assets/index-4d89e55d.js"></script>
<script type="module" crossorigin src="./assets/index-cbe8d2e0.js"></script>
<link rel="stylesheet" href="./assets/index-71f1effb.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion packages/terre2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgal-terre-2",
"version": "4.5.8",
"version": "4.5.9",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/terre2/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { env } from 'process';
import { WsAdapter } from '@nestjs/platform-ws';

let WEBGAL_PORT = 3000; // default port
export const version_number = `4.5.8`;
export const version_number = `4.5.9`;
if (env.WEBGAL_PORT) {
WEBGAL_PORT = Number.parseInt(env.WEBGAL_PORT);
}
Expand Down
36 changes: 6 additions & 30 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,11 @@

#### 新功能

允许修改 Live2D 绘制范围

允许设定立绘的 z-index

模拟口型同步

优化版本升级提示

优化文件选择器,可以按文件名过滤
对话内容支持不间断的连续空格

#### 修复

优化场景文件保存的稳定性
引擎修复:读取存档时意外在状态表中存储了多份演出记录的问题;带有 id 的效果音播放在停止后演出未完全清除的问题;对状态表和演出控制器中的演出列表在插入时去重

<!-- English Translation -->
## Release Notes
Expand All @@ -25,19 +17,11 @@

#### New Features

Allow modifying Live2D drawing range

Allow setting the z-index of the standing picture

Simulate lip sync

Optimized version upgrade prompt

Optimized file picker to filter by file name
Dialogue content now supports continuous spaces.

#### Fixes

Optimized the stability of scene file saving
Engine fixes: Fixed an issue where multiple performance records were unexpectedly stored in the state table when loading a save; fixed an issue where performances with IDs were not completely cleared after stopping sound effects playback; deduplicated performance lists in the state table and performance controller upon insertion.

<!-- Japanese Translation -->
## リリースノート
Expand All @@ -46,19 +30,11 @@ Optimized the stability of scene file saving

#### 新機能

Live2D 描画範囲変更可能

立ち絵 z-index 設定可能

口パク同期シミュレーション

バージョンアップメッセージ最適化

ファイルセレクター最適化、ファイル名フィルタリング可能
会話内容で連続するスペースが正しく表示されるようになりました。

#### 修正

シーンファイル保存安定性最適化
エンジン修正:セーブデータ読み込み時にステータステーブルに複数の演出記録が重複して保存される問題、ID付きの効果音が停止した後も演出が完全にクリアされない問題、ステータステーブルと演出コントローラーの演出リストへの挿入時に重複を除去するように修正しました。

[//]: # (<!-- French Translation -->)

Expand Down