release: 1.4.14 (#1568)

pull/1571/head
Ryan Wang 2021-12-05 20:35:07 +08:00 committed by GitHub
parent a802572128
commit ab82fadd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# CHANGELOG
# 1.4.14
## Bug Fixes
- 修复文章详情接口中评论数量commentCount不正确的问题将仅统计已审核通过的评论数量。 #1503 @fuzui
- 修复菜单批量保存接口会导致 `createTime` 置空的问题。 #1526 @guqing
- 修复首次更新默认主题时,会导致部分静态资源无法获取的问题。 #1549 @guqing
# 1.4.13
## Breaking changes

View File

@ -29,7 +29,7 @@
下载最新的 Halo 运行包:
```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.13/halo-1.4.13.jar --output halo.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.14/halo-1.4.14.jar --output halo.jar
```
其他地址:<https://docs.halo.run/getting-started/downloads>

File diff suppressed because one or more lines are too long