mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
0.8.7
This commit is contained in:
parent
5c53c5ec85
commit
9c1a4824db
@ -177,6 +177,10 @@ func main() {
|
||||
- [ ] 集群支持动态删减节点(或是页面管理删除)
|
||||
|
||||
|
||||
### 版本`0.8.7`
|
||||
|
||||
- [x] 修复:增加特殊字符转换处理,避免日志中的html标签字样无法显示
|
||||
|
||||
### 版本`0.8.6`
|
||||
|
||||
- [x] 升级使用Go1.20,更优秀的编译和运行时,进一步减少内存开销,进一步提高整体CPU性能
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
package onstart
|
||||
|
||||
const VERSION = "glogcenter 0.8.6"
|
||||
const VERSION = "glogcenter 0.8.7"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user