From 1f814bc8b57b4030fcdeea7ed18f13ccee859149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sun, 11 Aug 2024 15:46:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v0.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- CHANGELOG.md | 13 +++++++++++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1bb165a..d6cbfb77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,11 +43,11 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: 22.0.0 + node-version: 22.3.0 - name: setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.5.0 + version: 9.6.0 - name: remove lockfile run: rm pnpm-lock.yaml - name: Install frontend dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb6eca7..96b39b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,21 @@ Author: 目棃 Description: CHANGELOG Date: 2024-07-09 -Update: 2024-07-31 +Update: 2024-08-11 --- > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-07-09 14:16:16` > -> 更新于 `2024-07-31 18:18:53` +> 更新于 `2024-08-11 15:43:34` + +## [0.5.2](https://github.com/BTMuli/TeyvatGuide/releases/v0.5.2) (2024-08-11) + +- 🐛 修复日志目录异常 +- ♻️ 重构窗体/缩放调整逻辑 +- 🐛 修复公告时间获取异常&内容渲染异常 +- 🔥 移除扫码登录模块 + 👽️ 调整更新日志链接 +- 🍱 更新4.8下半数据 ## [0.5.1](https://github.com/BTMuli/TeyvatGuide/releases/v0.5.1) (2024-07-30) diff --git a/package.json b/package.json index 38d025b6..cb1b5b63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TeyvatGuide", - "version": "0.5.1", + "version": "0.5.2", "description": "Game Tool for Genshin Impact player", "private": true, "type": "module", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 89bd16ae..2b11c599 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "TeyvatGuide" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d7ffe0be..0843b3ae 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "TeyvatGuide" -version = "0.5.1" +version = "0.5.2" 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 9484c525..0176f3cc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "TeyvatGuide", "identifier": "TeyvatGuide", - "version": "0.5.1", + "version": "0.5.2", "build": { "beforeDevCommand": "pnpm vite:dev", "beforeBuildCommand": "pnpm vite:build",