diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5afa7f4..35b9232b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v3 - name: Add Rust targets(macOS) if: matrix.settings.target == 'macos-arm' - run: rustup target add aarch64-apple-darwin + run: rustup target add x86_64-apple-darwin - name: Rust setup uses: dtolnay/rust-toolchain@stable @@ -44,7 +44,7 @@ jobs: - name: setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.0.4 + version: 9.0.5 - name: remove lockfile run: rm pnpm-lock.yaml - name: Install frontend dependencies diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 73e161b6..a3e7a140 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -18,7 +18,7 @@ jobs: - name: setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.0.4 + version: 9.0.5 - name: remove lockfile run: rm -f pnpm-lock.yaml - name: Install dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index f255df2b..cae3e47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,31 @@ Author: 目棃 Description: CHANGELOG Date: 2024-01-15 -Update: 2024-04-05 +Update: 2024-04-24 --- > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-01-15 17:29:15` > -> 更新于 `2024-04-05 14:19:04` +> 更新于 `2024-04-24 15:36:42` + +## [0.4.6](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.6) (2024-04-24) + +### Feat + +- 帖子:重构文本解析,现在更加贴近应用内的渲染效果 +- 应用:侧边栏点击咨讯时的参数也支持记忆了 +- 应用:更新 4.6 版本的游戏资源 + +### Fix + +- 留影叙佳期:修复侧边栏点击时初始画片数异常 +- 首页:修复特定情况下日历组件左侧切换日期按钮点击无效 +- 帖子:修复 `align:right` 不生效的问题 +- 首页:修复特定情况下首页卡池渲染异常 + +### Change + +- 应用:数据库更新后弹出更新日志 ## [0.4.5](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.5) (2024-04-05) diff --git a/package.json b/package.json index 582df740..e63722b6 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "TeyvatGuide", - "version": "0.4.5", + "version": "0.4.6", "description": "Game Tool for Genshin Impact player", "private": true, - "packageManager": "pnpm@9.0.4", + "packageManager": "pnpm@9.0.5", "type": "module", "scripts": { "build": "tauri build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4fed8bbf..cccb10c7 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "TeyvatGuide" -version = "0.4.5" +version = "0.4.6" dependencies = [ "chrono", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 91e6843d..58ef5270 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "TeyvatGuide" -version = "0.4.5" +version = "0.4.6" description = "Game Tool for Genshin Impact player" authors = ["BTMuli "] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c7f6fabc..a596315f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "TeyvatGuide", - "version": "0.4.5" + "version": "0.4.6" }, "tauri": { "allowlist": {