What's Changed
Bug Fix: Menu bar task list empty after update restart
Fixed an issue where the upcoming task list in the menu bar popover would be empty after an in-app update restart. The task scheduler now initializes from the menu bar view as well, ensuring it starts even when the main window hasn't appeared yet.
Bug Fix: Commands not found when executing scripts (#5, #6)
Fixed an issue where commands installed via Homebrew (such as brew, rsync, etc.) could not be found when TaskTick executed scripts. The shell now runs in login mode, which loads the user's PATH configuration.
更新内容
Bug 修复:更新重启后菜单栏任务列表为空
修复了应用内更新重启后,菜单栏弹窗中即将执行的任务列表为空的问题。现在任务调度器也会从菜单栏视图初始化,确保即使主窗口未显示也能正常启动。
Bug 修复:脚本执行时找不到命令(#5、#6)
修复了执行脚本时无法找到通过 Homebrew 安装的命令(如 brew、rsync 等)的问题。Shell 现在以登录模式运行,会加载用户的 PATH 配置。
Full Changelog: v1.1.6...v1.1.7