Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spd789562 committed Nov 12, 2024
1 parent e97bff0 commit 89615a3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.5.0]
終於完成了椅子模擬
### 新增
- 椅子模擬,支援多人椅子及機器人椅子
- 列表可切換清單模式,並會直接顯示 id,點擊 id/名稱可直接複製
- 縮放模式切換,可選擇以點陣的方式呈現放大/縮小後的圖像
- 清除暫存資料按鈕

### 修改
- 升級 tauri 至 2.0.1
- 升級 wz-reader-rs 以處理部分圖像解析錯誤的問題
- 移動皮膚排序到最下面
- 修正 `匯出 Gif 時自動填補黑色` 選項會導致匯出非 Gif 的格式含有黑色背景的問題

## [0.4.4]
### 修改
- 修正切換角色時未移除名牌的問題
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.4",
"version": "0.5.0",
"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.4"
version = "0.5.0"
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.4",
"version": "0.5.0",
"identifier": "com.maplesalon.io",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 89615a3

Please sign in to comment.