mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
0.8.6
This commit is contained in:
parent
b5603319ef
commit
6371932ce8
@ -177,6 +177,10 @@ func main() {
|
||||
- [ ] 集群支持动态删减节点(或是页面管理删除)
|
||||
|
||||
|
||||
### 版本`0.8.6`
|
||||
|
||||
- [x] 升级使用Go1.20,更优秀的编译和运行时,进一步减少内存开销,进一步提高整体CPU性能
|
||||
|
||||
### 版本`0.8.5`
|
||||
|
||||
- [x] 后端配合前端路由,设定自动跳转改善使用体验
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
module glc
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/gotoeasy/glang v0.0.0-20221215063310-d39cd67685c4
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
package onstart
|
||||
|
||||
const VERSION = "glogcenter 0.8.5"
|
||||
const VERSION = "glogcenter 0.8.6"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user