中文
- fix(js): 在 copy_shfile 后通知资源管理器更新
- fix(js): folder_view_item.path() 返回错误的路径
- fix(js): 在其它线程调用刷新/选中时卡死
- fix(js): copy_shfile 重命名路径修复
- feat(js): 实现
import.meta
- feat(js): 为插件提供设置保存,本地化等工具函数
- fix(shell): 修复子菜单卡死
- fix(shell): 缩小 Windows 11 菜单 Hook 作用域 (#148)
- fix(shell): 在创建子菜单时吃掉单击事件以避免误触发 (#121)
- refactor(ui): 按需渲染,极大降低占用 (#131)
English
- fix(js): Notify resource manager to update after copy_shfile.
- fix(js): folder_view_item.path() returns an incorrect path.
- fix(js): Freeze when refreshing/selecting is called from other threads.
- fix(js): Fix rename path in copy_shfile.
- feat(js): Implement
import.meta
. - feat(js): Provide utility functions for plugin settings, localization, and more.
- fix(shell): Fix submenu freezing.
- fix(shell): Reduce the scope of Windows 11 menu hook (#148).
- fix(shell): Consume click events when creating submenus to avoid incorrect triggers (#121).
- refactor(ui): Render on demand, significantly reducing resource usage (#131).