release: 1.4.12

pull/1485/head v1.4.12
Ryan Wang 2021-09-16 20:55:03 +08:00
parent 0059668a76
commit c4008b9333
4 changed files with 26 additions and 4 deletions

View File

@ -1,5 +1,25 @@
# CHANGELOG
# 1.4.12
## Features
- Minio 存储提供 Region 设置项。halo-dev/halo#1440 halo-dev/halo-admin#346
## Improvements
- 后台菜单列表提供拖动按钮优化拖动排序的体验。halo-dev/halo-admin#350
- 后台升级 CodeMirror 的版本降低最终构建体积。halo-dev/halo-admin#354
- 后台文章编辑器支持显示滚动条编辑器始终占用窗口剩下的区域高度。halo-dev/halo-admin#355
## Bug Fixes
- 修复 Minio 存储 EndPoint 使用 HTTPS 协议时无法上传文件的问题。halo-dev/halo#1458
- 修复上传 ICO 格式附件无法读取宽高度的问题。halo-dev/halo#1474
- 修复加密分类目录输入密码之后无法正常显示文章列表的问题。halo-dev/halo#1471
- 修复手动上传的主题无法通过远程 Git 仓库更新的问题。halo-dev/halo#1479
- 修复在 macOS 下后台登录页面无法通过快捷键显示找回密码按钮的问题。halo-dev/halo-admin#352
# 1.4.11
## Bug Fixes

View File

@ -29,7 +29,7 @@
下载最新的 Halo 运行包:
```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.11/halo-1.4.11.jar --output halo.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.12/halo-1.4.12.jar --output halo.jar
```
其他地址https://docs.halo.run/install/downloads
@ -61,12 +61,14 @@ docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=alwa
[![license](https://img.shields.io/github/license/halo-dev/halo.svg?style=flat-square)](https://github.com/halo-dev/halo/blob/master/LICENSE)
Halo 使用 GPL-v3.0 协议开源,请尽量遵守开源协议。
Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。
## 贡献
参考 [CONTRIBUTING](./CONTRIBUTING.md)。
<a href="https://github.com/halo-dev/halo/graphs/contributors"><img src="https://opencollective.com/halo/contributors.svg?width=890&button=false" /></a>
## 赞助我们
> 如果 Halo 对您有帮助,不妨赞助我们

View File

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

File diff suppressed because one or more lines are too long