This commit is contained in:
gotoeasy 2023-02-20 20:26:36 +08:00
parent 5c53c5ec85
commit 9c1a4824db
2 changed files with 5 additions and 1 deletions

View File

@ -177,6 +177,10 @@ func main() {
- [ ] 集群支持动态删减节点(或是页面管理删除)
### 版本`0.8.7`
- [x] 修复增加特殊字符转换处理避免日志中的html标签字样无法显示
### 版本`0.8.6`
- [x] 升级使用Go1.20更优秀的编译和运行时进一步减少内存开销进一步提高整体CPU性能

View File

@ -1,3 +1,3 @@
package onstart
const VERSION = "glogcenter 0.8.6"
const VERSION = "glogcenter 0.8.7"