Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spd789562 committed Nov 18, 2024
1 parent bbeed3c commit ed160aa
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.5.1]
修正部分怪東東,順便新增坐騎
### 新增
- 坐騎模擬,支援多人坐騎
- 現在可以在椅子及坐騎模擬頁面關閉角色特效
- 現在在動作分頁可以選擇性匯出含有特效的動圖或分鏡

### 修改
- 升級部分套件,修正視窗關閉時未存檔的問題
- 變更匯出特效的邏輯,現在檔案理應會更小
- 修正部分椅子錯誤套用位移的邏輯
- 修正部分動作武器會無法正常載入的問題
- 修正動作分頁的一些頁面樣式以防破版
- 修正匯出格式無法被存檔的問題

## [0.5.0]
終於完成了椅子模擬
### 新增
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

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.5.0",
"version": "0.5.1",
"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.5.0"
version = "0.5.1"
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.5.0",
"version": "0.5.1",
"identifier": "com.maplesalon.io",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit ed160aa

Please sign in to comment.