Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spd789562 committed Oct 15, 2024
1 parent ce20f65 commit 4588423
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.4.2]
修正更多 bug,並新增一點點小東西

### 新增
- 匯出完整動畫,並會顯示進度覆蓋角色預覽視窗
- 新設定區塊「匯出設定」
- 匯出設定 - 匯出格式設定
- 匯出設定 - 匯出分鏡時填補空白
- 匯出設定 - 匯出 Gif 時自動填補黑色
- 匯出設定不選擇填補空白時,會多一個有每一個圖的 delay 及位移的 json
- 髮型臉型的編輯區塊新增頁籤,現在可以對髮臉進行稜鏡染色了

### 修改
- 修正臉飾及部分裝備未在轉到背後時隱藏
- 修正部分臉型及髮型不存在時選擇該裝備會噴錯的問題
- 修正切換角色預覽及動作預覽時會噴錯的問題
- 初始化裝備文字時同時會載入沒有文字資訊的裝備,並以 null 替代
- 修正儲存角色後,更換裝備會影響已儲存角色的預覽圖


## [0.4.1]
緊急修正一些 bug

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maplecharactercreator",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maplesalon2"
version = "0.4.1"
version = "0.4.2"
description = "MapleSalon2 - A tool for preview hair, face and item dye using MapleStory wz files."
authors = ["Leo"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "MapleSalon2",
"version": "0.4.1",
"version": "0.4.2",
"identifier": "com.maplesalon.io",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 4588423

Please sign in to comment.