Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Jan 10, 2024
1 parent 04b2f63 commit 9daebcd
Show file tree
Hide file tree
Showing 10 changed files with 192 additions and 173 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.4.8",
"version": "4.4.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.4.8",
"version": "4.4.9",
"license": "MPL-2.0",
"scripts": {
"dev": "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.4.8',
version: '4.4.9',
buildTime: '2023-12-30T03:22:49.651Z', // 编译时会通过 version-sync.js 自动更新
};

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

4 changes: 2 additions & 2 deletions packages/terre2/assets/templates/WebGAL_Template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<title>WebGAL</title>
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
<script type="module" crossorigin src="./assets/index-ba629a4e.js"></script>
<link rel="stylesheet" href="./assets/index-269203cb.css">
<script type="module" crossorigin src="./assets/index-f1bc641b.js"></script>
<link rel="stylesheet" href="./assets/index-04ba6235.css">
</head>
<body>
<!--快速显示落地页,让用户感知不到加载的过程-->
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.4.8",
"version": "4.4.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 @@ -26,7 +26,7 @@ async function bootstrap() {
}

bootstrap().then(() => {
console.log(`WebGAL Terre 4.4.8 starting at ${process.cwd()}`);
console.log(`WebGAL Terre 4.4.9 starting at ${process.cwd()}`);
if ((process?.env?.NODE_ENV ?? '') !== 'development')
_open(`http://localhost:${WEBGAL_PORT + 1}`);
});
48 changes: 28 additions & 20 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@

#### 新功能

新编辑器 UI
升级主界面 UI

允许设置代码编辑器换行
#### 修复

每一条语句都添加有“执行到本句”按钮,可以快速跳转到指定语句
修复引擎的一些故障

#### 修复
修复 Live2D 读取动作和表情不正常的问题

修复对话编辑器无法正确处理多行文本的问题

补全缺失的翻译
修复插入语句顺序不正确的问题

<!-- English Translation -->
## Release Notes
Expand All @@ -21,15 +23,17 @@

#### New Features

New editor UI
Upgrade the UI of main interface

Allow to set word wrap for code editor
#### Bug Fixes

Add "Execute to this line" button for each statement, can quickly jump to the specified statement
Fix some bugs of engine

#### Bug Fixes
Fix the problem that Live2D can't read actions and expressions properly

Fix the problem that dialogue editor can't handle multiline text correctly

Complete the missing translation
Fix the problem that the order of inserting statements is incorrect



Expand All @@ -40,15 +44,17 @@ Complete the missing translation

#### 新機能

新しいエディター UI
メイン画面UIをアップグレード

コードエディターの改行を設定可能に
#### 修正

各文に「この文まで実行」ボタンを追加し、指定した文まで素早くジャンプ可能に
エンジンの不具合を修正

#### 修正
Live2Dの動作と表情の読み込みが異常な問題を修正

会話エディタが複数行のテキストを正しく処理できない問題を修正

翻訳の抜け漏れを修正
挿入する文の順番が正しくない問題を修正


<!-- French Translation -->
Expand All @@ -58,12 +64,14 @@ Complete the missing translation

#### Nouvelles fonctionnalités

Nouvelle interface utilisateur de l'éditeur
Mise à jour de l'interface utilisateur de l'écran principal

Autorise la définition des retours à la ligne dans l'éditeur de code
#### Corrections

Chaque ligne de commande est accompagnée d'un bouton « Exécuter jusqu'à cette ligne », permettant de passer rapidement à la ligne de commande spécifiée
Correction de quelques bugs du moteur

#### Corrections
Correction du problème de lecture des mouvements et des expressions Live2D

Correction du problème de l'éditeur de dialogue qui ne traite pas correctement le texte sur plusieurs lignes

Traduction manquante complétée
Correction du problème de l'ordre incorrect d'insertion des lignes

0 comments on commit 9daebcd

Please sign in to comment.