From f6d658e9ce4f32027b3cf453eb43026758968eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 17 Sep 2024 09:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v0.5.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .github/workflows/qodana_code_quality.yml | 6 ++--- CHANGELOG.md | 28 +++++++++++++++++++++-- README.md | 5 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/plugins/Sqlite/sql/createTable.sql | 5 +--- 9 files changed, 38 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d61aff1..b8b0bad0 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.3.0 + node-version: 22.8.0 - name: setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.9.0 + version: 9.10.0 - name: Install frontend dependencies run: pnpm install diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index c542073e..33f11ac8 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -14,13 +14,11 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: 22.0.0 + node-version: 22.8.0 - name: setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.9.0 - - name: remove lockfile - run: rm -f pnpm-lock.yaml + version: 9.10.0 - name: Install dependencies run: pnpm install - name: "Qodana Scan" diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0701c3..212ed3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,36 @@ Author: 目棃 Description: CHANGELOG Date: 2024-07-09 -Update: 2024-08-27 +Update: 2024-09-17 --- > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-07-09 14:16:16` > -> 更新于 `2024-08-27 12:07:18` +> 更新于 `2024-09-17 09:03:55` + +## [0.5.5](https://github.com/BTMuli/TeyvatGuide/releases/v0.5.5) (2024-09-17) + +- ✨ 帖子回复&子回复查看&分享 +- 🐛 修复特定条件下活动组件点击异常 +- 💄 战绩页面适配纳塔版本数据,部分数据添加icon +- 💄 祈愿页面修复特定条件下的内容溢出 +- ♻️ 重构`tp-image`的放缩逻辑及其浮窗的放缩逻辑 +- 💄 固定帖子子窗口`主题切换` `图片分享` `收藏编辑`等按钮 +- ♻️ 重构数据解析逻辑&公告数据转换逻辑 +- 💄 优化图片加载显示 +- 🐛 修复特定条件下的帖子数据未能正确解析 +- 🐛 添加hoyoverse域名准入,修复公告页无法加载国际服数据 +- 🎨 设置页缓存即时显示 +- 🐛 修复祈愿页面全量刷新逻辑异常 +- 🍱 更新5.0数据 +- 🐛 修复成就导出时间戳异常 [`#125`](https://github.com/BTMuli/TeyvatGuide/issues/125) +- 🐛 修正子窗口label&子窗口回正异常 +- 🐛 修复AppOnInit报错 +- ♻️ 重构帖子页面的代码逻辑 +- 💄 调整成就系列IconUI,调整纳塔Icon浅色模式下的样式 +- 💄 祈愿页数据行样式美化 +- 🎨 帖子合集浮窗自动平滑滚动到当前帖子 +- 🐛 修复子窗口分辨率适应异常 ## [0.5.3](https://github.com/BTMuli/TeyvatGuide/releases/v0.5.3) (2024-08-27) diff --git a/README.md b/README.md index efa0eb8f..71523334 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Author: 目棃 Description: 说明文档 Date: 2023-03-05 -Update: 2024-09-04 +Update: 2024-09-17 --- > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55` > -> 更新于 `2024-09-04 08:25:09` +> 更新于 `2024-09-17 08:55:09` ![](https://img.shields.io/github/last-commit/BTMuli/TeyvatGuide?style=for-the-badge) ![](https://img.shields.io/github/commits-since/BTMuli/TeyvatGuide/latest?include_prereleases&style=for-the-badge) @@ -51,6 +51,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS. - [x] 祈愿管理(UIGF v3.0,UIGF v4.0) - [x] 留影叙佳期画片查看 - [x] 帖子收藏 + - [x] 帖子评论查看&分享 - 登陆功能: diff --git a/package.json b/package.json index fa9fc8f1..24a29212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TeyvatGuide", - "version": "0.5.3", + "version": "0.5.5", "description": "Game Tool for Genshin Impact player", "private": true, "type": "module", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 855cde99..cd9a8df7 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "TeyvatGuide" -version = "0.5.3" +version = "0.5.5" dependencies = [ "chrono", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d954eab1..8381bc50 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "TeyvatGuide" -version = "0.5.3" +version = "0.5.5" 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 fdd0b6c1..6e3c43c1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "TeyvatGuide", "identifier": "TeyvatGuide", - "version": "0.5.3", + "version": "0.5.5", "build": { "beforeDevCommand": "pnpm vite:dev", "beforeBuildCommand": "pnpm vite:build", diff --git a/src/plugins/Sqlite/sql/createTable.sql b/src/plugins/Sqlite/sql/createTable.sql index 29f0d765..ccfb250b 100644 --- a/src/plugins/Sqlite/sql/createTable.sql +++ b/src/plugins/Sqlite/sql/createTable.sql @@ -1,6 +1,6 @@ -- @file plugins/Sqlite/sql/createTable.sql -- @brief sqlite数据库创建表语句 --- @since Beta v0.5.3 +-- @since Beta v0.5.5 -- @brief 创建成就数据表 create table if not exists Achievements @@ -114,9 +114,6 @@ create table if not exists UserRecord updated text ); --- @brief 删除旧的角色数据表 -drop table if exists UserCharacters; - -- @brief 创建角色数据表 create table if not exists UserCharacters (