Beta 0.14 Pre-Release 2
Pre-release
Pre-release
Light-Beacon
released this
12 Nov 08:55
·
52 commits
to master
since this release
新内容
- 可以更改与自定义服务器模式下的版本获取方法
- 通过
Server.Version.By
配置更改 - 有三个预设值
time
- 以第一次生成页面的时间戳作为版本号(默认)static
- 以Server.Version.StaticValue
配置内容作为版本号githash
- 以 git 仓库 HEAD 指针的 commit 哈希作为版本号(由 ProjectInfo 插件提供)
- 通过
更改
- 重命名了一些配置
public.*
->Public.*
process.update.github
->Server.Update.GitHub.Webhook.Enable
server.update.github.webhook.secret
->Server.Update.GitHub.Webhook.Secret
- 服务器进程之间通过 multiprocessing 通信而不再为原来的缓存文件通信
修复
- 修复了在未安装 git 的环境下启动服务器会导致服务器报错
- 修复了缓存文件可能无法生成导致服务器崩溃的问题
- 修复了在不支持文字颜色的终端上会出现乱码的问题