mirror of https://github.com/halo-dev/halo
parent
92503e3822
commit
d509305998
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# CHANGELOG
|
||||
|
||||
# 1.4.4
|
||||
|
||||
## Features
|
||||
|
||||
- 支持对分类目录进行加密。#1235
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- 修复在保存博客设置的时候,主题被恢复为上一个激活主题的问题。#1256
|
||||
- 修复后台在某些场景下,顶部加载条无法关闭的问题。
|
||||
|
||||
# 1.4.3
|
||||
|
||||
## Breaking changes
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue