Skip to content

Commit 8a9cf88

Browse files
author
Evan Hu
committed
move log
1 parent d99a2b7 commit 8a9cf88

File tree

3 files changed

+28
-31
lines changed

3 files changed

+28
-31
lines changed

.gitattributes

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,37 +46,12 @@
4646
```
4747

4848
# 更新日志
49+
[release](https://github.com/GEngine-JP/GEngine/releases)
4950

50-
- 2017 7.13 开始搭建gameCore底层
51-
- 2017 7.15 分模块构建,解耦
52-
- 2017 8.10 添加websocket分支
53-
- 2017 8.10 搭建私有仓库nexus
54-
- 2017 8.10 添加 apache license
55-
- 2017 8.10 添加travis CI自动化构建
56-
- 2017 8.11 修改部分线程模型
57-
- 2017 8.11 添加`all`模块,支持单个模块引用和一次全部引用
58-
- 2017 8.12 添加excel解析支持
59-
- 2017 8.12 使用`lombok`
60-
- 2017 8.12 使用protobuf协议通讯
61-
- 2017 8.15 添加客户端功能连接
62-
- 2017 8.16 添加后台支持,允许通过后台关服
63-
- 2017 8.18 java客户端和服务端通讯模块调通
64-
- 2017 8.19 添加开发进度描述
65-
- 2017 8.19 添加github Pages页面
66-
- 2017 8.19 添加`develop`分支,将master作用稳定版本
67-
- 2017 8.24 `config`模块实现excel配置表读取功能,支持`.xls`,`.xlsx`等多种excel文件格式(默认为`xlsx`)
68-
- 2017 8.24 发布版本`2017.1`,定为以年份为开头
69-
- 2017 8.24 支持socket和webSocket连接方式(默认为socket),如果是websocket只需要在NetworkServiceBuilder构建的时候把isWebsocket设为true
70-
- 2017 8.29 优化消息协议
71-
- 2019 11.18 更新netty到`4.1.42`
72-
- 2019 11.19 发布2019.1版本到[github maven仓库](https://github.com/GameUnion/ServerCore/packages)
73-
- 2021 01.01 发布2021.1版本到[github maven仓库](https://github.com/GameUnion/ServerCore/packages)
74-
- 2021 02.10 发布2021.2版本,整合模块。
75-
- 2021 02.16 发布3.0.0,取消以年份滚版本行为。
7651

7752
# [协议声明](LICENSE)
7853

79-
Copyright 2017-2021 GameUnion Group
54+
Copyright 2017-2021 GEngine-JP Group
8055

8156
Licensed under the Apache License, Version 2.0 (the "License");
8257
you may not use this file except in compliance with the License.

update_log.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
- 2017 7.13 开始搭建gameCore底层
2+
- 2017 7.15 分模块构建,解耦
3+
- 2017 8.10 添加websocket分支
4+
- 2017 8.10 搭建私有仓库nexus
5+
- 2017 8.10 添加 apache license
6+
- 2017 8.10 添加travis CI自动化构建
7+
- 2017 8.11 修改部分线程模型
8+
- 2017 8.11 添加`all`模块,支持单个模块引用和一次全部引用
9+
- 2017 8.12 添加excel解析支持
10+
- 2017 8.12 使用`lombok`
11+
- 2017 8.12 使用protobuf协议通讯
12+
- 2017 8.15 添加客户端功能连接
13+
- 2017 8.16 添加后台支持,允许通过后台关服
14+
- 2017 8.18 java客户端和服务端通讯模块调通
15+
- 2017 8.19 添加开发进度描述
16+
- 2017 8.19 添加github Pages页面
17+
- 2017 8.19 添加`develop`分支,将master作用稳定版本
18+
- 2017 8.24 `config`模块实现excel配置表读取功能,支持`.xls`,`.xlsx`等多种excel文件格式(默认为`xlsx`)
19+
- 2017 8.24 发布版本`2017.1`,定为以年份为开头
20+
- 2017 8.24 支持socket和webSocket连接方式(默认为socket),如果是websocket只需要在NetworkServiceBuilder构建的时候把isWebsocket设为true
21+
- 2017 8.29 优化消息协议
22+
- 2019 11.18 更新netty到`4.1.42`
23+
- 2019 11.19 发布2019.1版本到[github maven仓库](https://github.com/GameUnion/ServerCore/packages)
24+
- 2021 01.01 发布2021.1版本到[github maven仓库](https://github.com/GameUnion/ServerCore/packages)
25+
- 2021 02.10 发布2021.2版本,整合模块。
26+
- 2021 02.16 发布3.0.0,取消以年份滚版本行为。

0 commit comments

Comments
 (0)