Skip to content

Commit

Permalink
🚀 v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Jan 19, 2024
1 parent e32c544 commit 18c57bd
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ Update: 2024-01-15
>
> 更新于 `2024-01-15 17:29:15`
## [0.4.1](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.1) (2024-01-19)

### Feat

- 组件:首页素材日历添加 wiki 页面跳转
- 应用:完善 fp 获取,添加强制更新入口
- 图鉴:名片图鉴搜索支持搜索来源
- 应用:支持修改数据目录 [`#78`](https://github.com/BTMuli/TeyvatGuide/issues/78)

### Fix

- 应用:修复首页启动卡数据加载 [`#79`](https://github.com/BTMuli/TeyvatGuide/issues/79)
- 应用:修复 macOS 启动崩溃 [`#82`](https://github.com/BTMuli/TeyvatGuide/issues/82)
- 图鉴:完善切换时的底部 hint

### Change

- 图鉴:卡牌图鉴样式重构
- 组件:统一底部弹窗样式
- 应用:调整部分点击跳转逻辑

## [0.4.0](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.0) (2024-01-15)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in package.json

View workflow job for this annotation

GitHub Actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'tslib' ('2.3.0') '0BSD' is not in the allowed or the prohibited licenses lists with project license 'MIT'
"name": "TeyvatGuide",
"version": "0.4.0",
"version": "0.4.1",
"description": "Game Tool for Genshin Impact player",
"private": true,
"packageManager": "[email protected]",
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 = "TeyvatGuide"
version = "0.4.0"
version = "0.4.1"
description = "Game Tool for Genshin Impact player"
authors = ["BTMuli <[email protected]>"]
license = "MIT"
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": "TeyvatGuide",
"version": "0.4.0"
"version": "0.4.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 18c57bd

Please sign in to comment.