release: 1.4.5.

pull/1277/head v1.4.5
Ryan Wang 2021-02-08 20:20:06 +08:00
parent d508948dea
commit b591595541
4 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,16 @@
# CHANGELOG
# 1.4.5
## Improvements
- sitemap.xml 新增所有分类和标签的链接。#1267
## Bug Fixes
- 修复后台因为垂直滚动条导致界面抖动的问题。halo-dev/halo-admin#293
- 修复加密分类页面输入密码后重定向的页面链接不正确的问题。#1264
# 1.4.4
## Features

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

View File

@ -6,7 +6,7 @@ plugins {
}
group = "run.halo.app"
version = "1.4.4"
version = "1.4.5"
description = "Halo, An excellent open source blog publishing application."
java {

File diff suppressed because one or more lines are too long