Skip to content

Commit

Permalink
🚀 v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Apr 24, 2024
1 parent 070ab01 commit cfbb664
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "TeyvatGuide",
"version": "0.4.5",
"version": "0.4.6",
"description": "Game Tool for Genshin Impact player",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"type": "module",
"scripts": {
"build": "tauri build",
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.5"
version = "0.4.6"
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.5"
"version": "0.4.6"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit cfbb664

Please sign in to comment.