mirror of https://github.com/halo-dev/halo
parent
d508948dea
commit
b591595541
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
# 1.4.5
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
- sitemap.xml 新增所有分类和标签的链接。#1267
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
|
||||||
|
- 修复后台因为垂直滚动条导致界面抖动的问题。halo-dev/halo-admin#293
|
||||||
|
- 修复加密分类页面输入密码后重定向的页面链接不正确的问题。#1264
|
||||||
|
|
||||||
# 1.4.4
|
# 1.4.4
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
> 其他地址:https://docs.halo.run/install/downloads
|
> 其他地址:https://docs.halo.run/install/downloads
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.4/halo-1.4.4.jar --output halo.jar
|
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.5/halo-1.4.5.jar --output halo.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "run.halo.app"
|
group = "run.halo.app"
|
||||||
version = "1.4.4"
|
version = "1.4.5"
|
||||||
description = "Halo, An excellent open source blog publishing application."
|
description = "Halo, An excellent open source blog publishing application."
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue