release: 1.4.0-beta.2

pull/1025/head v1.4.0-beta.2
ruibaby 2020-08-04 21:53:48 +08:00
parent 3bfb60d5fb
commit 782079dc9f
3 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,22 @@
# CHANGELOG
# 1.4.0-beta.2
## Feature
- 评论内容支持显示 html 文本。halo-dev/halo-admin#222
- 文章新增 `wordCount` 字段,用于统计字数。#965
## Change
- 优化 Markdown 导入功能。#977
## Fixed
- 修复自动生成的文章摘要中清除了空格的问题。#1003
- 修复文章页面渲染耗时过长的问题。#1008
- 修复主题版本校验没有处理 beta 形式的版本号,从而导致无法更新或者安装主题的问题。#1011
# 1.4.0-beta.1
## Feature

View File

@ -6,7 +6,7 @@ plugins {
}
group = "run.halo.app"
version = "1.4.0-beta.1"
version = "1.4.0-beta.2"
description = "Halo, An excellent open source blog publishing application."
java {

File diff suppressed because one or more lines are too long