mirror of https://github.com/halo-dev/halo
parent
a72131de85
commit
30c50f61f8
|
@ -1,5 +1,11 @@
|
|||
# CHANGELOG
|
||||
|
||||
# 1.4.7
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- 修复在 Windows 平台下,上传主题压缩包提示不支持当前文件格式的问题。halo-dev/halo-admin#309
|
||||
|
||||
# 1.4.6
|
||||
|
||||
## Features
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue