release: 1.4.6.

pull/1315/head v1.4.6
Ryan Wang 2021-03-07 22:42:08 +08:00
parent 7ba2377ae8
commit 8e9f8007ca
5 changed files with 25 additions and 3 deletions

View File

@ -1,5 +1,27 @@
# CHANGELOG
# 1.4.6
## Features
- 主题编写支持继承以及 block 特性。halo-dev/halo#1295
## Improvements
- 重构初始化页面目前分为全新安装和数据导入。从这个版本开始数据导入将导入所有数据。halo-dev/halo-admin#296
- 优化后台菜单管理的排序拖动体验。halo-dev/halo-admin#291
- 移除后台设置项字符数的限制。halo-dev/halo#1287
## Bug Fixes
- 修复后台上传组件格式限制不生效的问题。halo-dev/halo-admin#296
- 修复后台新建文章页面点击浏览器回退键不提示保存的问题。halo-dev/halo-admin#302
- 修复后台备份无法下载的问题。halo-dev/halo#1278
- 修复 1.4.5 版本中前台页面渲染不完整的问题。halo-dev/halo#1301
- 修复上传某些格式的图片因为缩略图生成失败导致上传错误的问题。halo-dev/halo#1298
- 修复 Swagger 文档分页数据字段和实际不一致的问题。halo-dev/halo#1277
- 修复 1.4.5 版本中通过主题包升级主题失败的问题。halo-dev/halo#1284
# 1.4.5
## Improvements

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.5/halo-1.4.5.jar --output halo.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.6/halo-1.4.6.jar --output halo.jar
```
```bash

View File

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

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long