mirror of https://github.com/halo-dev/halo
parent
47c2c36460
commit
25bb253e82
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
|||
# CHANGELOG
|
||||
|
||||
# 1.4.8
|
||||
|
||||
## Features
|
||||
|
||||
- 系统设置中支持设置 Gravatar 源地址。#1331 halo-dev/halo-admin#314
|
||||
|
||||
## Improvements
|
||||
|
||||
- 优化 RSS 订阅最后更新时间字段。#1342
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- 修复在 1.4.7 中,导入 Markdown 提示格式不正确的问题。halo-dev/halo-admin#311
|
||||
- 修复后台评论管理页面安全性问题。halo-dev/halo-admin#313
|
||||
- 修复 Content API 中,文章评论数不正确的问题。#1327
|
||||
- 修复 Content API 中,有关 Options 内容安全性的问题。#1345
|
||||
|
||||
# 1.4.7
|
||||
|
||||
## Bug Fixes
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
> 其他地址:https://docs.halo.run/install/downloads
|
||||
|
||||
```bash
|
||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.7/halo-1.4.7.jar --output halo.jar
|
||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.8/halo-1.4.8.jar --output halo.jar
|
||||
```
|
||||
|
||||
```bash
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "run.halo.app"
|
||||
version = "1.4.7"
|
||||
version = "1.4.8"
|
||||
description = "Halo, An excellent open source blog publishing application."
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue