release: 1.4.8

pull/1353/head v1.4.8
Ryan Wang 2021-04-09 15:15:23 +08:00
parent 47c2c36460
commit 25bb253e82
4 changed files with 20 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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