Ryan Wang 👍 新特性 支持浏览、恢复、删除文章历史快照。 by @ruibaby in https://github.com/halo-dev/halo/pull/5787 为默认编辑器表格增加 Tab 快捷键切换单元格的功能。 by @LIlGG in https://github.com/halo-dev/halo/pull/5784 在个人中心的个人资料页面添加邮箱已验证的标识。 by @ruibaby in https://github.com/halo-dev/halo/pull/5783 更新邮箱地址时需进行密码验证。 by @guqing in https://github.com/halo-dev/halo/pull/5780 新增修改用户密码之后踢除用户的所有登陆会话的功能。 by @guqing in https://github.com/halo-dev/halo/pull/5757 用户修改密码功能增加原始密码确认步骤。 by @guqing in https://github.com/halo-dev/halo/pull/5748 在文章列表增加按照更新时间进行排序的选项。 by @LIlGG in https://github.com/halo-dev/halo/pull/5727 为文章标签列表增加关键词搜索及排序的功能。 by @LIlGG in https://github.com/halo-dev/halo/pull/5710 将 Console 与 UC 的标签页标题改为网站实际标题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5696 为默认富文本编辑器添加清除格式的功能。 by @LIlGG in https://github.com/halo-dev/halo/pull/5685 为默认富文本编辑器增加行高设置。 by @LIlGG in https://github.com/halo-dev/halo/pull/5681 评论数据返回邮箱地址 hash 值以便生成默认头像。 by @mashirot in https://github.com/halo-dev/halo/pull/5642 文章管理支持根据访问量和评论量排序。 by @ZJamss in https://github.com/halo-dev/halo/pull/5614 为默认富文本编辑器添加格式刷扩展。 by @LIlGG in https://github.com/halo-dev/halo/pull/5603 使用分页列表的形式重构文章标签页 UI。 by @LIlGG in https://github.com/halo-dev/halo/pull/5593 功能优化 优化 Console 的请求异常提示,方便异常排查。 by @ruibaby in https://github.com/halo-dev/halo/pull/5796 重构 Console 和 UC 的浏览器标题切换。 by @ruibaby in https://github.com/halo-dev/halo/pull/5794 优化注册表单的用户名校验规则。 by @ruibaby in https://github.com/halo-dev/halo/pull/5740 优化插件详情页面的字段显示。 by @ruibaby in https://github.com/halo-dev/halo/pull/5724 优化主题详情页面的字段显示。 by @ruibaby in https://github.com/halo-dev/halo/pull/5723 优化评论数据的调协过程以降低 Halo 启动时评论的调协耗时同时提高性能和资源利用率。 by @guqing in https://github.com/halo-dev/halo/pull/5708 将新建用户的表单中的角色设置设为必填。 by @mashirot in https://github.com/halo-dev/halo/pull/5697 当未开启允许注册选项时,隐藏注册相关的其他选项。 by @mashirot in https://github.com/halo-dev/halo/pull/5690 对默认富文本编辑器中的工具栏进行折叠及精简优化。 by @LIlGG in https://github.com/halo-dev/halo/pull/5683 优化默认富文本编辑器中顶部工具栏的子菜单弹出方式。 by @LIlGG in https://github.com/halo-dev/halo/pull/5682 优化默认富文本编辑器中文本自动转为链接的相关逻辑。 by @LIlGG in https://github.com/halo-dev/halo/pull/5680 优化分类关联文章数量的统计方式避免无效统计和额外的查询开销。 by @guqing in https://github.com/halo-dev/halo/pull/5671 限定文章或页面中的发布日期中的年份为四位数。 by @LIlGG in https://github.com/halo-dev/halo/pull/5666 优化文章上一篇下一篇的查询方式避免瞬时内存占用过高。 by @guqing in https://github.com/halo-dev/halo/pull/5659 优化分类关联文章数量的查询避免因查询数据量过大而导致的阻塞或内存溢出。 by @guqing in https://github.com/halo-dev/halo/pull/5658 优化通知订阅数据查询以解决由于数据过多导致查询慢进而阻塞调用方的问题。 by @guqing in https://github.com/halo-dev/halo/pull/5656 插件支持显示启动中的状态。 by @ruibaby in https://github.com/halo-dev/halo/pull/5520 通知订阅支持基于表达式订阅避免订阅随数据量增长同时自动优化之前的订阅数据。 by @guqing in https://github.com/halo-dev/halo/pull/5705 问题修复 降级 PF4J 至 3.10.0 以修复部分情况下类无法卸载的问题。 by @JohnNiang in https://github.com/halo-dev/halo/pull/5770 修复插件启动失败后没有正确清理资源的问题。 by @JohnNiang in https://github.com/halo-dev/halo/pull/5765 修复默认编辑器中粘贴代码块会出现错行的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5737 布局高度引发页面背景色未完全填充滚动区域的问题。 by @aero in https://github.com/halo-dev/halo/pull/5698 修复附件详情弹窗可能无法显示数据的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5695 解决 Excel 表格粘贴至默认编辑器后会变为图片的问题。 by @LIlGG in https://github.com/halo-dev/halo/pull/5793 开发者相关 为 Console 的用户详情页面的选项卡和个人中心的个人资料页面选项卡添加扩展点。 by @ruibaby in https://github.com/halo-dev/halo/pull/5763 为主题和插件的定义文件添加问题反馈(issues)字段。 by @ruibaby in https://github.com/halo-dev/halo/pull/5755 支持在插件中实现 WebSocket。 by @JohnNiang in https://github.com/halo-dev/halo/pull/5662 依赖更新 升级 Spring Boot 至 3.3.0-RC1。 by @JohnNiang in https://github.com/halo-dev/halo/pull/5760 升级 Tiptap 的版本为 2.3.0。 by @ruibaby in https://github.com/halo-dev/halo/pull/5655 Full Changelog: halo-dev/halov2.14.1 → v2.15.0-rc.1
Ryan Wang 👍 Docker 镜像:halohub/halo:2.15.0-rc.1 Jar:halo-dev/haloreleases/download/v2.15.0-rc.1/halo-2.15.0-rc.1.jar