Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Jul 20, 2024
1 parent 34f1487 commit dbd00b9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 25 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.3",
"version": "4.5.4",
"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.3"
"webgal-version":"4.5.4"
}
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.3',
version: 'WebGAL 4.5.4',
contributors: [
{ username: 'Mahiru', link: 'https://github.com/MakinoharaShoko' },
{ username: 'Hoshinokinya', link: 'https://github.com/hshqwq' },
Expand Down
55 changes: 33 additions & 22 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@

#### 新功能

为对话框中文本提供部分应用样式的支持
允许使用脚本修改标题画面等游戏配置选项

支持了选项界面的自定义
允许使用变量获取一部分引擎状态

#### 修复

下雨特效的内存泄露

同时调用多个 callScene 或 changeScene 的冲突问题
为部分字符添加转义

<!-- English Translation -->
## Release Notes
Expand All @@ -29,39 +27,52 @@

#### New Features

Added support for partial style application for text in dialog boxes.
Allow using scripts to modify game configuration options such as title screen

Added support for custom option interfaces.
Allow using variables to get some engine states

#### Fixes
#### Bug Fixes

Fixed a memory leak in the rain effect.
Added escaping for some characters

Fixed a conflict issue when calling multiple callScene or changeScene simultaneously.
<!-- Japanese Translation -->
## リリースノート

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

**もしあなたが使いやすいグラフィカルエディタでWebGALゲームを作成、制作、リアルタイムプレビューしたい場合は、[WebGALグラフィカルエディタをダウンロードしてください](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)**

### このバージョンについて

<!-- Japanese Translation -->
#### 新機能

対話ボックスで一部のスタイルを適用できるようになった
スクリプトを使用してタイトル画面などのゲーム設定オプションを変更できるようになりました

オプション画面のカスタマイズに対応した
変数を使用して一部のエンジン状態を取得できるようになりました

#### 修正

雨エフェクトのメモリリークを修正
一部の文字のエスケープを追加しました





複数の callScene または changeScene を同時に呼び出した際の競合の問題を修正
[//]: # (<!-- French Translation -->)

<!-- French Translation -->
#### Nouvelles fonctionnalités
[//]: # (#### Nouvelles fonctionnalités)

Prise en charge partielle des styles CSS pour le texte des boîtes de dialogue
[//]: # ()
[//]: # (Prise en charge partielle des styles CSS pour le texte des boîtes de dialogue)

Personnalisation de l'interface des choix
[//]: # ()
[//]: # (Personnalisation de l'interface des choix)

#### Corrections
[//]: # ()
[//]: # (#### Corrections)

Fuite de mémoire avec l'effet de pluie
[//]: # ()
[//]: # (Fuite de mémoire avec l'effet de pluie)

Conflit lors de l'appel simultané de plusieurs callScene ou changeScene
[//]: # ()
[//]: # (Conflit lors de l'appel simultané de plusieurs callScene ou changeScene)

0 comments on commit dbd00b9

Please sign in to comment.