diff --git a/CHANGELOG.md b/CHANGELOG.md index b94361ac4..ea3e77919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +# 1.4.4 + +## Features + +- 支持对分类目录进行加密。#1235 + +## Bug Fixes + +- 修复在保存博客设置的时候,主题被恢复为上一个激活主题的问题。#1256 +- 修复后台在某些场景下,顶部加载条无法关闭的问题。 + # 1.4.3 ## Breaking changes diff --git a/README.md b/README.md index 610405081..c96a90679 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.3/halo-1.4.3.jar --output halo.jar +curl -L https://github.com/halo-dev/halo/releases/download/v1.4.4/halo-1.4.4.jar --output halo.jar ``` ```bash diff --git a/build.gradle b/build.gradle index 34fbed5df..126608a52 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = "run.halo.app" -version = "1.4.3" +version = "1.4.4" description = "Halo, An excellent open source blog publishing application." java { diff --git a/src/main/resources/admin/index.html b/src/main/resources/admin/index.html index 1efa5762c..6a1035ce9 100644 --- a/src/main/resources/admin/index.html +++ b/src/main/resources/admin/index.html @@ -1 +1 @@ -Halo Dashboard
\ No newline at end of file +Halo Dashboard
\ No newline at end of file