Skip to content

v1.4.10

Choose a tag to compare

@zdx52 zdx52 released this 03 Jul 16:04
· 27 commits to main since this release

v1.4.10

  • 🐛 Fix status bar contamination — Remove leftover debug code that periodically appended DeepSeek balance to the menu bar title
  • 🌡️ Fix GPU temperature on app autolaunch — Use absolute path for smctemp instead of relying on PATH, fixing GPU temp display when launched via Finder/dock (vs terminal)
  • 🔧 Code cleanup — Consolidate getCPUTemperature() / getGPUTemperature() into shared runSmctemp(arg:)

v1.4.10

  • 🐛 修复状态栏内容被污染 — 移除 refreshAll() 中残留调试代码,该代码每次刷新时把 DeepSeek 余额拼接到菜单栏标题上
  • 🌡️ 修复自启后 GPU 温度消失 — 使用绝对路径调用 smctemp 而非依赖 PATH 环境变量,修复 Finder/Dock 自启时 GPU 温度不显示的问题
  • 🔧 代码精简 — 将 getCPUTemperature() / getGPUTemperature() 合并为共用 runSmctemp(arg:) 方法