release: 1.4.4.

pull/1264/head v1.4.4
Ryan Wang 2021-02-07 21:26:08 +08:00
parent 92503e3822
commit d509305998
4 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,16 @@
# CHANGELOG
# 1.4.4
## Features
- 支持对分类目录进行加密。#1235
## Bug Fixes
- 修复在保存博客设置的时候,主题被恢复为上一个激活主题的问题。#1256
- 修复后台在某些场景下,顶部加载条无法关闭的问题。
# 1.4.3
## Breaking changes

View File

@ -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

View File

@ -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 {

File diff suppressed because one or more lines are too long