diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6ffe66af2..f55eb9a07c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# CHANGELOG
+# 1.4.13
+
+## Breaking changes
+
+- 修改评论 Gravatar 默认头像设置。halo-dev/halo#1485 @cetr
+
+## Features
+
+- 整站备份支持可选项备份。halo-dev/halo#1494 halo-dev/halo-admin#362 @guqing
+
+## Improvements
+
+- 后台评论设置中默认头像选择支持预览头像样式。halo-dev/halo-admin#357 @cetr
+- 优化后台页面滚动条样式。halo-dev/halo-admin#364 @1357885013
+- 优化 Markdown 文件导入。halo-dev/halo#1492 @lrzl
+
# 1.4.12
## Features
diff --git a/README.md b/README.md
index 442d8b5ddf..2792621e4d 100755
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
-
+
> Halo 是一款现代化的个人独立博客系统,给习惯写博客的同学多一个选择。
-
-
-
-
-
+
+
+
+
+
------------------------------
@@ -29,10 +29,10 @@
下载最新的 Halo 运行包:
```bash
-curl -L https://github.com/halo-dev/halo/releases/download/v1.4.12/halo-1.4.12.jar --output halo.jar
+curl -L https://github.com/halo-dev/halo/releases/download/v1.4.13/halo-1.4.13.jar --output halo.jar
```
-其他地址:https://docs.halo.run/install/downloads
+其他地址:
```bash
java -jar halo.jar
@@ -44,7 +44,7 @@ java -jar halo.jar
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo
```
-详细部署文档请查阅:
+详细部署文档请查阅:
## 生态
@@ -65,7 +65,7 @@ Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。
## 贡献
-参考 [CONTRIBUTING](./CONTRIBUTING.md)。
+参考 [CONTRIBUTING](https://github.com/halo-dev/halo/blob/master/CONTRIBUTING.md)。
@@ -73,5 +73,4 @@ Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。
> 如果 Halo 对您有帮助,不妨赞助我们
-
-
+
diff --git a/build.gradle b/build.gradle
index 561653b535..6636832b8d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ plugins {
}
group = "run.halo.app"
-version = "1.4.12"
+version = "1.4.13"
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 5309cb9433..6139bff87c 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