From 0a137136cee3ab9fd406cc73b5aa97a54da58f03 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 24 Oct 2021 15:11:59 +0800 Subject: [PATCH] release: 1.4.13 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 23 +++++++++++------------ build.gradle | 2 +- src/main/resources/admin/index.html | 2 +- 4 files changed, 29 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ffe66a..f55eb9a0 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 442d8b5d..2792621e 100755 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@

- Halo logo + Halo logo

> Halo 是一款现代化的个人独立博客系统,给习惯写博客的同学多一个选择。

-GitHub release -GitHub All Releases -Docker pulls -GitHub last commit -GitHub Workflow Status +GitHub release +GitHub All Releases +Docker pulls +GitHub last commit +GitHub Workflow Status

------------------------------ @@ -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 561653b5..6636832b 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 5309cb94..6139bff8 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 -- GitLab