mirror of https://github.com/halo-dev/halo
parent
bbde1a7727
commit
a854adf53a
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -1,5 +1,33 @@
|
|||
# CHANGELOG
|
||||
|
||||
# 1.4.3
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- 此版本不再支持 JRE 1.8,更新到此版本需要 JRE 11 或以上版本。#1184
|
||||
- 移除 Redis Cache Store,如有配置该缓存方式,请先修改为其他方式再进行升级。#1190
|
||||
|
||||
## Features
|
||||
|
||||
- 支持 `ID 别名型` 文章路径类型。#1173
|
||||
- 支持自定义页面的路径层级设置。#1177
|
||||
- Content API 新增 `日志点赞`,`文章上下页` 接口。#1176
|
||||
- 支持导出所有文章为 Markdown 文件。#1199
|
||||
|
||||
## Improvements
|
||||
|
||||
- 更友好的异常日志追踪。#1191
|
||||
- 日志发布不再限制字数。#1203
|
||||
- 优化后台菜单拖动排序体验。halo-dev/halo-admin#267
|
||||
- 优化后台文章编辑页面的布局。halo-dev/halo-admin#286
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- 修复定时删除回收站文章功能无效的问题。#1207
|
||||
- 修复上传主题包更新主题失败的问题。#1209
|
||||
- 修复自动转化文章标题为别名时,将非中文字符分割的问题。halo-dev/halo-admin#273
|
||||
- 修复设置 MFA 登录校验器之后,登录页面偶发无法显示 MFA 验证码输入框的问题。halo-dev/halo-admin#276
|
||||
|
||||
# 1.4.2
|
||||
|
||||
## Feature
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
> 其他地址:https://docs.halo.run/install/downloads
|
||||
|
||||
```bash
|
||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar --output halo.jar
|
||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.3/halo-1.4.3.jar --output halo.jar
|
||||
```
|
||||
|
||||
```bash
|
||||
|
@ -47,7 +47,7 @@ docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=alwa
|
|||
- 后台管理(halo-admin):<https://github.com/halo-dev/halo-admin>
|
||||
- 独立评论模块(halo-comment):<https://github.com/halo-dev/halo-comment>
|
||||
- 管理 APP(已停止维护):<https://github.com/halo-dev/halo-app>
|
||||
- 主题仓库:<https://halo.run/p/themes.html>
|
||||
- 主题仓库:<https://halo.run/themes.html>
|
||||
- 资源下载:<https://docs.halo.run/install/downloads>
|
||||
- WeHalo 小程序:<https://github.com/aquanlerou/WeHalo>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "run.halo.app"
|
||||
version = "1.4.3-beta.3"
|
||||
version = "1.4.3"
|
||||
description = "Halo, An excellent open source blog publishing application."
|
||||
|
||||
java {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue