Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Nov 4, 2024
1 parent a62bc53 commit f1c8755
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 36 deletions.
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
2 changes: 1 addition & 1 deletion 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',
version: '4.5.9',
buildTime: '2024-11-03T16:28:55.197Z', // 编译时会通过 version-sync.js 自动更新
};
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"
}
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

0 comments on commit f1c8755

Please sign in to comment.