Skip to content

Commit

Permalink
release: 1.5.4 (#2219)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby authored Jul 7, 2022
1 parent 4dc1d32 commit f6afac5
Show file tree
Hide file tree
Showing 43 changed files with 40 additions and 17 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

# 1.5.4

## Improvements

- 默认评论组件的地址由 jsDelivr 更改为 unpkg.com。 halo-dev/halo#2098 [Yhcrown@](https://github.com/Yhcrown) [@ruibaby](https://github.com/ruibaby)
- 限制 Markdown 导入文件的格式和大小。 halo-dev/halo#2104 halo-dev/halo#2187 [@ETLAN666](https://github.com/ETLAN666) [@XM2510136957](https://github.com/XM2510136957) [@eziosudo](https://github.com/eziosudo)
- 又拍云附件上传文件命名规则改为保持原文件名。 halo-dev/halo#2185 [@okayhu](https://github.com/okayhu)

## Bug Fixes

- 修复后台新建分类中父级分类选择列表过长导致的 UI 问题。 halo-dev/halo-admin#577 [@SladeGranger](https://github.com/SladeGranger) [@Alickx](https://github.com/Alickx)
- 修复附件名包含特殊字符无法访问的问题。 halo-dev/halo#1874 halo-dev/halo-admin#568 [@FanZeros](https://github.com/FanZeros) [@Lwenguang](https://github.com/Lwenguang)
- 修复导入文章时 Front Matter 解析错误的问题。 halo-dev/halo#2137 [@Simple-Stark](https://github.com/Simple-Stark) [@MarmaladeCat](https://github.com/MarmaladeCat)
- 修复在 Windows 平台下,导出 Markdown 文档因为文件名包含特殊字符导致无法导出的问题。 halo-dev/halo#2143 [@eziosudo](https://github.com/eziosudo) [@szgacsaftop](https://github.com/szgacsaftop)
- 修复静态存储文件重命名时文件名造成的目录逃逸问题。 halo-dev/halo#2207 [@JohnNiang](https://github.com/JohnNiang)
- 修复上传附件到华为云时提示 `NoSuchMethodError,okhttp3.RequestBody.create` 的问题。 halo-dev/halo#2209 [@JohnNiang](https://github.com/JohnNiang) [@toolv94](https://github.com/toolv94)

## Dependencies

- 更新后台 @halo-dev/editor 版本。 halo-dev/halo-admin#584 [@ruibaby](https://github.com/ruibaby)
- 优化预览/编辑按钮的提示文案。 halo-dev/editor#4 [@manction](https://github.com/manction)
- 修复编辑器的滚动条会与添加链接面板有重叠的问题。 halo-dev/editor#5 [@wxyShine](https://github.com/wxyShine) [@zyy247796143](https://github.com/zyy247796143)

# 1.5.3

## Improvements
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
下载最新的 Halo 运行包:

```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.5.2/halo-1.5.2.jar --output halo.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.5.4/halo-1.5.4.jar --output halo.jar
```

其他地址:<https://docs.halo.run/getting-started/downloads>
Expand All @@ -41,7 +41,7 @@ java -jar halo.jar
### Docker

```bash
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo:1.5.2
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo:1.5.4
```

详细部署文档请查阅:<https://docs.halo.run/getting-started/install/linux>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/admin/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="zh-cmn-Hans"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="renderer" content="webkit"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="robots" content="noindex,nofollow"/><meta name="generator" content="Halo 1.5.3"/><link rel="icon" href="/favicon.ico"/><title>Halo</title><style>body {height: 100%;background-color: #f5f5f5;}#loader{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;border:solid 3px #e5e5e5;border-top-color:#333;border-radius:50%;width:30px;height:30px;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}</style><script defer="defer" src="/js/chunk-vendors.a8aac3e6.js"></script><script defer="defer" src="/js/app.46f28bf1.js"></script><link href="/css/chunk-vendors.b8f03799.css" rel="stylesheet"><link href="/css/app.807e04c6.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but halo admin client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><div id="loader"></div></div></body></html>
<!doctype html><html lang="zh-cmn-Hans"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="renderer" content="webkit"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="robots" content="noindex,nofollow"/><meta name="generator" content="Halo 1.5.4"/><link rel="icon" href="/favicon.ico"/><title>Halo</title><style>body {height: 100%;background-color: #f5f5f5;}#loader{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;border:solid 3px #e5e5e5;border-top-color:#333;border-radius:50%;width:30px;height:30px;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}</style><script defer="defer" src="/js/chunk-vendors.a8aac3e6.js"></script><script defer="defer" src="/js/app.8c957df9.js"></script><link href="/css/chunk-vendors.b8f03799.css" rel="stylesheet"><link href="/css/app.807e04c6.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but halo admin client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><div id="loader"></div></div></body></html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/main/resources/admin/js/265.19ef9090.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f6afac5

Please sign in to comment.