| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| halo-2.25.3.jar | 2026-06-19 | 119.2 MB | |
| halo-2.25.3.jar.sha256 | 2026-06-19 | 64 Bytes | |
| 2.25.3 source code.tar.gz | 2026-06-18 | 4.4 MB | |
| 2.25.3 source code.zip | 2026-06-18 | 6.2 MB | |
| README.md | 2026-06-18 | 710 Bytes | |
| Totals: 5 Items | 129.7 MB | 0 | |
功能优化
- 优化通知订阅匹配性能,将 subject 匹配从内存过滤改为数据库精准查询,大幅降低大规模订阅场景下的数据传输量 by @JohnNiang in https://github.com/halo-dev/halo/pull/10096
- 优化登录页面中账号输入框的描述文本 by @ruibaby in https://github.com/halo-dev/halo/pull/10101 https://github.com/halo-dev/halo/pull/10102
- 完善缩略图禁用参数(
halo.attachment.thumbnail.disabled),禁用之后将不会再生成缩略图链接,也不会自动为页面的图片生成 srcset 属性 by @ruibaby in https://github.com/halo-dev/halo/pull/10103
Full Changelog: https://github.com/halo-dev/halo/compare/v2.25.2...v2.25.3