Skip to content

2.10.2 Feat and fix

Choose a tag to compare

@Mikachu2333 Mikachu2333 released this 26 Mar 06:07
· 3 commits to main since this release
  1. 更新依赖
  2. 增加示例配置文件
  3. 解耦合,让execute更易懂,大大降低了理解成本与维护成本
  4. 重写 msgboxnotify_msgbox_standalone 函数,直接自建一个窗口用于弹窗提示,完美控制显示时间,win的通知系统太垃圾了实在
  5. 修正部分 debug 显示内容的格式
  1. Updated dependencies
  2. Added example configuration file
  3. Decoupled components to make execute more understandable, significantly reducing comprehension and maintenance costs
  4. Rewrote the notify_msgbox_standalone function in msgbox to create a custom popup window, enabling precise control over display duration—Windows' notification system is simply too unreliable
  5. Fixed formatting issues in some debug output messages