Skip to content

Commit 6463c70

Browse files
committed
release 0.7.2
1 parent 3ed66d8 commit 6463c70

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.7.1] - 2022-02-08
10+
## [0.7.2] - 2022-06-25
11+
12+
### Added
13+
- 添加配置项 `ignoreEmailVerification` 来忽略邮箱验证
14+
- 一键配置增加了 `ignoreEmailVerification` 选项
15+
- 优化首页模板
16+
- 优化 Yggdrasil Meta 中的 `implementationName` 字段
17+
18+
### Fixed
19+
- 移动设备上 SkinViewer 的交互问题
20+
- 未设定管理员时报错的问题
21+
- 配置项 `extra.port` 未生效的问题
22+
23+
### Changed
24+
- 升级 SkinViewer
25+
- 更新 `README.md` 中对 NodeJS 版本号的说明
26+
27+
## [0.7.1] - 2022-06-17
1128

1229
### Added
1330
- helper 将自动生成 adminList.yml 和 announcement.yml
@@ -77,9 +94,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7794
- 实现基础的Yggdrasil协议
7895

7996
[CHANGELOG.md]: /CHANGELOG.md
80-
[Unreleased]: https://github.com/GHAuth-Team/ghauth/compare/v0.7.1...main
97+
[Unreleased]: https://github.com/GHAuth-Team/ghauth/compare/v0.7.2...main
8198
[0.5.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.5.1
8299
[0.6.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.0
83100
[0.6.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.1
84101
[0.7.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.0
85102
[0.7.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.1
103+
[0.7.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghauth",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "轻量的MC服务器yggdrasil验证",
55
"main": "app.js",
66
"author": "戴兜([email protected])",

0 commit comments

Comments
 (0)