Skip to content

Commit

Permalink
prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Nov 5, 2023
1 parent 3121acd commit f3535cd
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 38 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.4.5",
"version": "4.4.6",
"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/src/config/info.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const __INFO = {
version: 'WebGAL 4.4.5.3',
version: 'WebGAL 4.4.6',
contributors: [
{ username: 'Mahiru', link: 'https://github.com/MakinoharaShoko' },
{ username: 'Hoshinokinya', link: 'https://github.com/hshqwq' },
Expand Down
75 changes: 39 additions & 36 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,91 +8,94 @@

#### 新功能

添加唇形同步和眨眼动画
文本框主题选择

添加启动图
视频禁止跳过的选项

#### 修复
变量插值

iOS 设备上无法正常进行游戏的异常
Live2D 的表情和动作设置

文本框在遇到特殊符号时的换行异常
#### 修复

解析器解析 `say` 指令时出现的异常
立绘或背景变换没有正确同步的异常

解析器解析音频文件路径时出现的异常
其他已知问题

<!-- English Translation -->
## Release Notes

**This repository only releases source code**
**Only source code is released in this repository**

**If you want to create, produce, and preview WebGAL games conveniently with a graphical editor, please [download the WebGAL Graphical Editor](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)**
**If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please [download the WebGAL graphical editor](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)**

### In This Version
### In this version

#### New Features

Added lip sync and blinking animations
Textbox theme selection

Added startup image
Option to prohibit skipping videos

#### Fixes
Variable interpolation

Resolved issues with game not working properly on iOS devices
Live2D expression and motion settings

Fixed text box line breaks when encountering special characters
#### Fixes

The issue where the standing picture or background transformation was not correctly synchronized

Resolved exceptions when parser parses `say` commands
Other known issues

Resolved exceptions when parser parses audio file paths

<!-- Japanese Translation -->
## リリースノート

**このリポジトリはソースコードのみをリリースします**
**このリポジトリではソースコードのみを公開しています**

**WebGAL ゲームを便利なグラフィカルエディタで作成、制作、そしてリアルタイムでプレビューしたい場合は、[WebGAL グラフィカルエディタをダウンロードしてください](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)**
**ユーザーフレンドリーなグラフィックエディタを使用してWebGALゲームの作成、制作、リアルタイムプレビューを体験したい場合は、[WebGALグラフィックエディタをダウンロードしてください](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)**

### このバージョンで
### このバージョンでは

#### 新機能

リップシンクとまばたきアニメーションを追加
テキストボックスのテーマ選択

起動画像を追加
ビデオのスキップ禁止オプション

#### 修正
変数の補間

iOS デバイスでゲームが正常に動作しない問題を修正
Live2Dの表情とモーションの設定

特殊文字に遭遇した際のテキストボックスの改行問題を修正
#### 修正

立ち絵や背景の変形が正しく同期されなかった問題

パーサが `say` コマンドを解析する際の例外を修正
その他の既知の問題

パーサがオーディオファイルパスを解析する際の例外を修正

<!-- French Translation -->
## Notes de version

**Ce dépôt ne publie que du code source**
**Seul le code source est publié dans ce dépôt**

**Si vous souhaitez créer, produire et prévisualiser des jeux WebGAL de manière pratique avec un éditeur graphique, veuillez [télécharger l'Éditeur Graphique WebGAL](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)**
**Si vous souhaitez expérimenter la création, la fabrication et la prévisualisation en temps réel des jeux WebGAL à l'aide d'un éditeur graphique convivial, veuillez [télécharger l'éditeur graphique WebGAL](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)**

### Dans cette version

#### Nouvelles fonctionnalités

Ajout de la synchronisation labiale et des animations de clignement
Sélection du thème de la boîte de texte

Ajout d'une image de démarrage
Option pour interdire le saut des vidéos

#### Corrections
Interpolation des variables

Résolution des problèmes de jeu ne fonctionnant pas correctement sur les appareils iOS
Paramètres d'expression et de mouvement Live2D

#### Corrections

Correction des retours à la ligne dans la zone de texte lors de la rencontre de caractères spéciaux
Le problème où la transformation de l'image debout ou de l'arrière-plan n'était pas correctement synchronisée

Résolution des exceptions lorsque le parseur analyse les commandes `say`
Autres problèmes connus

Résolution des exceptions lorsque le parseur analyse les chemins de fichiers audio

0 comments on commit f3535cd

Please sign in to comment.