Tags: rookiefly/halo
Tags
[release-2.17] Fix the problem where automatic login using remember-m… …e token could fail (halo-dev#6330) Signed-off-by: JohnNiang <johnniang@foxmail.com> Co-authored-by: JohnNiang <johnniang@foxmail.com>
[release-2.17] fix: bubble menu not appearing when crossing lines in … …editor (halo-dev#6283) This is an automated cherry-pick of halo-dev#6268 /assign ruibaby ```release-note 修复默认编辑器中跨行选择节点时冒泡菜单无法出现的问题 ```
feat: tag and category add save and continue button (halo-dev#6223) #### What type of PR is this? /kind feature #### What this PR does / why we need it: 文章分类和标签 Modal 添加 ”保存并继续添加” 按钮,便于连续添加。 #### Which issue(s) this PR fixes: Fixes halo-dev#6127 #### Special notes for your reviewer:  #### Does this PR introduce a user-facing change? ```release-note 文章分类和标签页添加 "保存并继续添加" 按钮。 ```
fix: handle plugin entry file loading when cache temp directory is cl… …eared (halo-dev#6238) #### What type of PR is this? /kind bug /area plugin /milestone 2.17.x #### What this PR does / why we need it: 修复当插件入口文件的缓存目录被系统清理后会导致一直无法加载的问题 原问题复现步骤: 1. 登录后刷新页面,此时缓存目录被创建 2. 删除缓存目录后就会提示文件不存在然后导致插件入口文件一致无法加载直到重启 Halo #### Which issue(s) this PR fixes: Fixes halo-dev#6226 #### Does this PR introduce a user-facing change? ```release-note 修复当插件入口文件的缓存目录被系统清理后会导致一直无法加载的问题 ```
Fix the problem of fetching old value from plugin setting fetcher (ha… …lo-dev#6216) #### What type of PR is this? /kind bug /area core /area plugin /milestone 2.17.x #### What this PR does / why we need it: This PR makes sure the method `cache#put` is called before the event is published to avoid the event listener to fetch the old value from the cache. The problem was introduced by <halo-dev#6141>. #### Which issue(s) this PR fixes: Fixes halo-dev#6213 #### Does this PR introduce a user-facing change? ```release-note 修复在插件配置变更监听器中始终获取到旧数据的问题 ```
refactor: optimize the extension watch parameters to always be of rea… …l type (halo-dev#6180) #### What type of PR is this? /kind improvement /area core /milestone 2.17.x #### What this PR does / why we need it: 优化触发 Extension Watch 方法(onAdd/onUpdate/onDelete)时的参数始终为真实类型避免使用时进行类型转换 #### Does this PR introduce a user-facing change? ```release-note None ```
Fix the problem of not being able to autowire settingFetcher bean in … …plugin (halo-dev#6156) #### What type of PR is this? /kind bug /area core /area plugin #### What this PR does / why we need it: The problem was introduced by PR <halo-dev#6141>. That PR wrongly registered `settingFetcher` singleton bean. #### Which issue(s) this PR fixes: <img width="1920" alt="image" src="https://github.com/halo-dev/halo/assets/16865714/ecc67064-3506-49b8-8114-a145da549126"> #### Does this PR introduce a user-facing change? ```release-note None ```
[release-2.16] Fix the problem that bundle files are not changed in d… …evelopment mode (halo-dev#6077) This is an automated cherry-pick of halo-dev#6073 /assign guqing ```release-note None ```
[release-2.16] Fix the problem that theme assets could not be found a… …fter the first initialization (halo-dev#6050) This is an automated cherry-pick of halo-dev#6049 /assign JohnNiang ```release-note 修复首次初始化后无法正常访问主题资源的问题 ```
PreviousNext