diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa7e10f5..0f4ca4fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +# 1.4.7 + +## Bug Fixes + +- 修复在 Windows 平台下,上传主题压缩包提示不支持当前文件格式的问题。halo-dev/halo-admin#309 + # 1.4.6 ## Features diff --git a/README.md b/README.md index fcd1a6295..53598c667 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.6/halo-1.4.6.jar --output halo.jar +curl -L https://github.com/halo-dev/halo/releases/download/v1.4.7/halo-1.4.7.jar --output halo.jar ``` ```bash diff --git a/build.gradle b/build.gradle index fd0b27ec5..68a2b52bc 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = "run.halo.app" -version = "1.4.7-beta.1" +version = "1.4.7" 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 576ddc250..532dfe6db 100644 --- a/src/main/resources/admin/index.html +++ b/src/main/resources/admin/index.html @@ -1 +1 @@ -