-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
Author: 目棃 | ||
Date: 2023-03-30 | ||
Description: CHANGELOG | ||
Update: 2023-03-30 | ||
--- | ||
|
||
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-30 15:39:49` | ||
> | ||
> 更新于 `2023-03-30 15:39:49` | ||
# CHANGELOG | ||
|
||
## [0.1.0](https://github.com/BTMuli/Tauri.Genshin/releases/v0.1.0) (2023-03-30) | ||
|
||
> 因为之前还有个 preAlpha 版本,这里的变更记录从项目创建开始。 | ||
### Feat | ||
|
||
> 按照侧边栏的顺序排序 | ||
* 支持当前卡池查看&对应祈愿帖跳转 | ||
* 支持官方咨讯查看,包括:新闻、活动、公告 | ||
* 支持 UIAF 成就数据导入导出&展示 | ||
* 支持 GCG 卡牌数据展示 | ||
|
||
FullCommits: [v0.1.0](https://github.com/BTMuli/Tauri.Genshin/commits/v0.1.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "tauri-genshin", | ||
"description": "A Tauri App Demo", | ||
"private": true, | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"author": "BTMuli <[email protected]>", | ||
"scripts": { | ||
"format": "prettier --write .", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tauri-genshin" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
description = "A Tauri App" | ||
authors = ["BTMuli<[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters