Skip to content

Commit

Permalink
🚀 v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Dec 11, 2024
1 parent 45debc8 commit 783ccba
Show file tree
Hide file tree
Showing 7 changed files with 19 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 @@ -43,11 +43,11 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 23.1.0
node-version: 23.3.0
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.14.4
version: 9.15.0
- name: Install frontend dependencies
run: pnpm install

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 23.1.0
node-version: 23.3.0
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.14.4
version: 9.15.0
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: "Qodana Scan"
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
Author: 目棃
Description: CHANGELOG
Date: 2024-10-09
Update: 2024-12-03
Update: 2024-12-11
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-10-09 15:51:43`
>
> 更新于 `2024-12-03 19:57:50`
> 更新于 `2024-12-11 15:37:05`
## [0.6.5](https://github.com/BTMuli/TeyvatGuide/releases/v0.6.5) (2024-12-11)

- 🍱 添加下半卡池数据&部分资源
- ✨ 帖子内容中涉及的话题链接支持应用内跳转
- ♻️ 首页组件加载逻辑重构
- ✨ UIGF4导入/导出浮窗,支持自选UID
- 💄 调整剧诗部分数据缺失时的显示
- 🐛 调整部分UI,修复切换账户后角色详情刷新异常

## [0.6.4](https://github.com/BTMuli/TeyvatGuide/releases/v0.6.4) (2024-12-03)

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": "teyvatguide",
"version": "0.6.4",
"version": "0.6.5",
"description": "Game Tool for GenshinImpact 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.6.4"
version = "0.6.5"
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
@@ -1,7 +1,7 @@
{
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.6.4",
"version": "0.6.5",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",
Expand Down

0 comments on commit 783ccba

Please sign in to comment.