Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-Miao committed Jul 29, 2024
1 parent d2a7189 commit bfbb261
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## 1.6.0

2024-07-29

- Fix issues of Storage
- Update UI
- Add Sekiro support
- Add default value of type when backing up

---

- 修复 Storage 模块的问题
- 更新了 UI
- 添加了对只狼的支持
- 当备份存档时增加了游戏类型的默认值

## 1.5.0

2024-06-23
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": "dark-souls-keeper",
"version": "1.5.0",
"version": "1.6.0",
"description": "An archive manager for Dark Souls III and Elden Ring",
"author": {
"name": "Gu-Miao",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Dark Souls Keeper",
"version": "1.5.0"
"version": "1.6.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit bfbb261

Please sign in to comment.