v2.14.0-rc.1
版本发布时间: 2024-03-27 21:39:39
halo-dev/halo最新发布版本:v2.19.3(2024-09-10 17:44:32)
新特性
- 为默认编辑器添加标题输入框。 by @ruibaby in https://github.com/halo-dev/halo/pull/5465
- 为上传附件的组件添加基本的图片编辑功能。 by @ruibaby in https://github.com/halo-dev/halo/pull/5585
- 使用索引机制优化回复功能的查询以提高查询速度。 by @guqing in https://github.com/halo-dev/halo/pull/5497
- 使用索引机制优化评论数据查询以提高效率。 by @guqing in https://github.com/halo-dev/halo/pull/5453
- 为附件添加下载功能。 by @ruibaby in https://github.com/halo-dev/halo/pull/5496
- 附件管理的排序功能支持按照文件名排序。 by @ruibaby in https://github.com/halo-dev/halo/pull/5494
- 在邮件通知设置中增加了发送测试的功能。 by @LIlGG in https://github.com/halo-dev/halo/pull/5464
- 为富文本编辑器中的表格组件增加全选快捷键。 by @LIlGG in https://github.com/halo-dev/halo/pull/5443
- 优化标签关联的文章数量的更新方式以降低标签太多时对 CPU 的消耗。 by @guqing in https://github.com/halo-dev/halo/pull/5422
- 重构编辑器音频组件的上传逻辑,增加选择文件上传、上传进度条、取消、重试等机制。 by @LIlGG in https://github.com/halo-dev/halo/pull/5421
- 邮件通知配置添加发送邮件地址配置选项。 by @lingrottin in https://github.com/halo-dev/halo/pull/5351
功能优化
- 对 UI 的部分依赖进行分包处理。 by @ruibaby in https://github.com/halo-dev/halo/pull/5580
- 为 UC 端保存文章的操作添加重试机制,防止出现因为锁导致的保存失败问题。 by @ruibaby in https://github.com/halo-dev/halo/pull/5578
- 优化插件安装弹框组件的渲染时机,避免不必要的请求。 by @ruibaby in https://github.com/halo-dev/halo/pull/5577
- 编辑器的代码块支持选择 Dart 语言。 by @Sakura-LF in https://github.com/halo-dev/halo/pull/5531
- 有评论管理权限的用户发布的评论无需审核。 by @mashirot in https://github.com/halo-dev/halo/pull/5529
- 在搜索标签或分类的同时允许进行创建新的分类或标签。 by @LIlGG in https://github.com/halo-dev/halo/pull/5526
- 完善系统设置选项的帮助提示。 by @ruibaby in https://github.com/halo-dev/halo/pull/5516
- 主题端评论列表支持同时获得回复数据。 by @guqing in https://github.com/halo-dev/halo/pull/5505
- 移除默认富文本编辑器中链接的 nofollow 等属性,优化 SEO。 by @LIlGG in https://github.com/halo-dev/halo/pull/5477
问题修复
- 修复当角色禁止访问 Console 后,无法正常重定向的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5609
- 修复个人中心中用户无法修改文章发布时间的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5596
- 修复在文章列表设置中可以无限点击上一个的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5594
- 修复在个人中心中使用默认富文本编辑器的附件库而导致的报错问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5590
- 解决默认编辑器 getDraggable 在部分插件中失效的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5570
- 修复文章编辑页面出现多个滚动条导致的页面高度样式问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5537
- 解决默认编辑器行内块元素下具有额外空行的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5523
- 优化表单中复选框、单选框等组件的帮助文字样式。 by @LIlGG in https://github.com/halo-dev/halo/pull/5521
- 修复在某些情况下,打开文章预览或主题预览之后导致登录失效的问题。 by @ruibaby in https://github.com/halo-dev/halo/pull/5518
- 修复附件管理中的分组排序不固定的问题。 by @ruibaby in https://github.com/halo-dev/halo/pull/5495
- 修复仅拥有通知器配置权限时无法修改配置的问题。 by @guqing in https://github.com/halo-dev/halo/pull/5489
- 解决在默认富文本编辑器中当链接为纯数字时报错的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5479
- 解决文章设置及页面设置中无法手动填写发布日期的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5472
- 修复邮件通知中跳转到通知中心的链接错误的问题。 by @longjuan in https://github.com/halo-dev/halo/pull/5459
- 解决富文本编辑器中已上传的图片及视频会重复上传的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5437
- 修复进入文章页面会偶现错误提示的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5434
依赖更新
- 升级 OverlayScrollbars 的依赖版本至 2.5.0。 by @ruibaby in https://github.com/halo-dev/halo/pull/5471
- 升级依赖 PF4J 至 3.11.0。 by @JohnNiang in https://github.com/halo-dev/halo/pull/5462
- 升级依赖 Spring Boot 至 3.2.4。 by @JohnNiang in https://github.com/halo-dev/halo/pull/5568
Full Changelog: https://github.com/halo-dev/halo/compare/v2.13.1...v2.14.0-rc.1
1、 halo-2.14.0-rc.1.jar 96.72MB
2、 halo-2.14.0-rc.1.jar.sha256 64B