diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4ca4fe24..9ca9aa2766 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 53598c667e..292bfa5496 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 4927ab540a..93cd2d76c0 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/src/main/resources/admin/index.html b/src/main/resources/admin/index.html index 532dfe6dbd..0f96ed990b 100644 --- a/src/main/resources/admin/index.html +++ b/src/main/resources/admin/index.html @@ -1 +1 @@ -