Skip to content

Commit

Permalink
update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Jul 8, 2023
1 parent 331609b commit 2fb2be1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
2 changes: 1 addition & 1 deletion installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

; 常量
!define NAME "WebGal_Terre"
!define VERSION "4.4.0" ; 版本号变量
!define VERSION "4.4.1" ; 版本号变量
!define PRODUCT_VERSION "${VERSION}.0"
!define COPYRIGHT "Mahiru - https://github.com/MakinoharaShoko" ; 版权信息
!define ICON_PATH ".\assets\nsis.ico"
Expand Down
30 changes: 9 additions & 21 deletions releasenote.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,20 @@
## 发布日志:WebGAL Terre 4.4.0
## 发布日志:WebGAL Terre 4.4.1
### 在此版本中

优化了实时预览的体验
支持使用 Mac OS 制作游戏

选择文件时可以搜索文件名
更新 WebGAL 引擎到最新版本,使用 Service Worker 来提高静态资源加载速度

可以调整侧边栏的大小

更新 WebGAL 引擎到最新版本,添加新功能并修复已知问题

## Release Note: WebGAL Terre 4.4.0
## Release Note: WebGAL Terre 4.4.1
### In this version

Optimized the experience of real-time preview

File name can be searched when selecting files
Support for creating games on Mac OS

The size of the sidebar can be adjusted
Update the WebGAL engine to the latest version, using Service Worker to improve static resource loading speed.

Updated the WebGAL engine to the latest version, added new features and fixed known issues

## リリースログ:WebGAL Terre 4.4.0
## リリースログ:WebGAL Terre 4.4.1
### このバージョンでは

リアルタイムプレビューの体験を最適化しました

ファイルを選択するときにファイル名を検索できます

サイドバーのサイズを調整できます
Mac OSでゲームを作成するためのサポート

WebGALエンジンを最新バージョンに更新し、新機能を追加し、既知の問題を修正しました
WebGALエンジンを最新バージョンに更新し、Service Workerを使用して静的リソースの読み込み速度を向上させる。

0 comments on commit 2fb2be1

Please sign in to comment.