release: 1.4.7

pull/1318/head v1.4.7
Ryan Wang 2021-03-14 12:53:07 +08:00
parent a72131de85
commit 30c50f61f8
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# CHANGELOG
# 1.4.7
## Bug Fixes
- 修复在 Windows 平台下上传主题压缩包提示不支持当前文件格式的问题。halo-dev/halo-admin#309
# 1.4.6
## 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.6/halo-1.4.6.jar --output halo.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.7/halo-1.4.7.jar --output halo.jar
```
```bash

View File

@ -6,7 +6,7 @@ plugins {
}
group = "run.halo.app"
version = "1.4.7-beta.1"
version = "1.4.7"
description = "Halo, An excellent open source blog publishing application."
sourceCompatibility = JavaVersion.VERSION_11

File diff suppressed because one or more lines are too long