File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
11
28
12
29
### Added
13
30
- helper 将自动生成 adminList.yml 和 announcement.yml
@@ -77,9 +94,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
94
- 实现基础的Yggdrasil协议
78
95
79
96
[ 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
81
98
[ 0.5.1 ] : https://github.com/GHAuth-Team/ghauth/releases/tag/v0.5.1
82
99
[ 0.6.0 ] : https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.0
83
100
[ 0.6.1 ] : https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.1
84
101
[ 0.7.0 ] : https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.0
85
102
[ 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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ghauth" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"description" : " 轻量的MC服务器yggdrasil验证" ,
5
5
"main" : " app.js" ,
6
6
"author" :
" 戴兜([email protected] )" ,
You can’t perform that action at this time.
0 commit comments