🚀 v0.4.7

This commit is contained in:
目棃
2024-05-11 00:37:06 +08:00
parent 817ae298b1
commit 0c561ff98f
7 changed files with 21 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: setup pnpm - name: setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 9.0.6 version: 9.1.0
- name: remove lockfile - name: remove lockfile
run: rm pnpm-lock.yaml run: rm pnpm-lock.yaml
- name: Install frontend dependencies - name: Install frontend dependencies

View File

@@ -18,7 +18,7 @@ jobs:
- name: setup pnpm - name: setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 9.0.6 version: 9.1.0
- name: remove lockfile - name: remove lockfile
run: rm -f pnpm-lock.yaml run: rm -f pnpm-lock.yaml
- name: Install dependencies - name: Install dependencies

View File

@@ -2,12 +2,25 @@
Author: 目棃 Author: 目棃
Description: CHANGELOG Description: CHANGELOG
Date: 2024-01-15 Date: 2024-01-15
Update: 2024-04-24 Update: 2024-05-10
--- ---
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-01-15 17:29:15` > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-01-15 17:29:15`
> >
> 更新于 `2024-04-24 15:36:42` > 更新于 `2024-05-10 23:55:15`
## [0.4.7](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.7) (2024-05-10)
- 🐛 修复 mention 类型渲染异常
- ⚡️ 对签到链接跳转进行处理,优化部分网页活动打开
- ♻️ 重构用户祈愿数据库相关处理
- 🔥 隐藏网页登录模块 [`#108`](https://github.com/BTMuli/TeyvatGuide/issues/108)
- ✨ 采用 ajv 验证 UIGF [`#109`](https://github.com/BTMuli/TeyvatGuide/issues/109)
- 💄 完善公告`table`&`p`部分的渲染
- 💄 调整帖子文本部分的样式
- ♻️ UIAF重构支持祈愿备份/恢复
- ⚡️ 完善公告正则
- ♻️ 名片组件抽离wiki添加名片信息
## [0.4.6](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.6) (2024-04-24) ## [0.4.6](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.6) (2024-04-24)

View File

@@ -1,6 +1,6 @@
{ {
"name": "TeyvatGuide", "name": "TeyvatGuide",
"version": "0.4.6", "version": "0.4.7",
"description": "Game Tool for Genshin Impact player", "description": "Game Tool for Genshin Impact player",
"private": true, "private": true,
"type": "module", "type": "module",

2
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "TeyvatGuide" name = "TeyvatGuide"
version = "0.4.6" version = "0.4.7"
dependencies = [ dependencies = [
"chrono", "chrono",
"log", "log",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "TeyvatGuide" name = "TeyvatGuide"
version = "0.4.6" version = "0.4.7"
description = "Game Tool for Genshin Impact player" description = "Game Tool for Genshin Impact player"
authors = ["BTMuli <bt-muli@outlook.com>"] authors = ["BTMuli <bt-muli@outlook.com>"]
license = "MIT" license = "MIT"

View File

@@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "TeyvatGuide", "productName": "TeyvatGuide",
"version": "0.4.6" "version": "0.4.7"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {