diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3e77919..599d9b348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +# 1.4.5 + +## Improvements + +- sitemap.xml 新增所有分类和标签的链接。#1267 + +## Bug Fixes + +- 修复后台因为垂直滚动条导致界面抖动的问题。halo-dev/halo-admin#293 +- 修复加密分类页面输入密码后重定向的页面链接不正确的问题。#1264 + # 1.4.4 ## Features diff --git a/README.md b/README.md index c96a90679..29f3ddd2a 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.4/halo-1.4.4.jar --output halo.jar +curl -L https://github.com/halo-dev/halo/releases/download/v1.4.5/halo-1.4.5.jar --output halo.jar ``` ```bash diff --git a/build.gradle b/build.gradle index 126608a52..0b651d181 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = "run.halo.app" -version = "1.4.4" +version = "1.4.5" 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 6a1035ce9..904763e18 100644 --- a/src/main/resources/admin/index.html +++ b/src/main/resources/admin/index.html @@ -1 +1 @@ -