Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daidr committed Jun 17, 2022
1 parent 3f3956c commit 0a1c598
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1] - 2022-02-08

### Added
- helper 将自动生成 adminList.yml 和 announcement.yml
- 未验证邮箱的用户将显示更加友好的提示

### Fixed
- Redis 过期时间问题 #20

### Changed
- 升级依赖

## [0.7.0] - 2022-02-08

### Added
Expand Down Expand Up @@ -65,8 +77,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 实现基础的Yggdrasil协议

[CHANGELOG.md]: /CHANGELOG.md
[Unreleased]: https://github.com/GHAuth-Team/ghauth/compare/main...dev
[Unreleased]: https://github.com/GHAuth-Team/ghauth/compare/v0.7.1...main
[0.5.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.5.1
[0.6.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.0
[0.6.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.1
[0.7.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.0
[0.7.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.1
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ GHAuth
* 根据提示完成基础配置
* 进入 `config` 目录
* 修改 `config.yml` (配置项注释可参考`config.sample.yml`)以完成高级配置(页脚配置、邮件服务器配置、资源可信域配置)
* 复制一份 `adminList.sample.yml` 并将其重命名为 `adminList.yml`
* 修改 `adminList.yml` 以定义管理员邮箱列表
* [可选] 进入 `adminList.yml` 以添加更多管理员
* 启动 `yarn start` or `npm run start`

## 部署(手动配置)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghauth",
"version": "0.7.0",
"version": "0.7.1",
"description": "轻量的MC服务器yggdrasil验证",
"main": "app.js",
"author": "戴兜([email protected])",
Expand Down

0 comments on commit 0a1c598

Please sign in to comment.