Skip to content

v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 17:52
· 8 commits to main since this release

中文更新日志 / Changelog (中文)

✨ 新功能

  • 卡片高度自适应 (Auto):托盘菜单新增「自适应」档位,仪表盘按屏幕高度自动计算卡片高度,一屏放下,无需手动调参;默认档位改为 Auto
  • 进度条宽度自适应:进度条点数随屏幕宽度动态生成,窄屏(如 iPhone 4/5)不再溢出截断,] 位置恒定
  • 单实例运行:重复启动第二个实例自动退出,避免多个进程抢 8080 端口
  • 开机自启开关:托盘菜单一键开关开机自动运行
  • 作者与版本信息:菜单底部灰色只读显示作者与版本号(构建时注入)
  • 托盘菜单语言:单一语言显示 + 「语言」子菜单切换(自动跟随系统 / 中文 / English),切换即时生效
  • 用户名自定义:仪表盘 root@<用户名> 默认显示系统账户名,托盘菜单可自定义
  • 全系显卡支持:NVIDIA 走 nvidia-smi(利用率/显存/温度),AMD / Intel 走 PDH 性能计数器 + WMI(任务管理器同款数据源)
  • 内置像素字体:Cubic 11(SIL OFL 1.1)随二进制分发,手机无需安装字体即可获得完整像素风
  • 开机自启 + 图标优化:任务栏图标改用 Cubic 11 像素字体 1:1 点阵渲染,修复 arm64 版图标缺失

🐛 修复

  • 修复 nvidia-smi 弹窗(hideWindow 丢失)
  • 修复进度条 ] 位置漂移与点距不均
  • 修复 GPU 长名称溢出卡片
  • API 显式 JSON Content-Type

📝 其他

  • README 重写:特点、使用、实拍截图(iPhone 13 Pro / iPhone 4 老手机)
  • CI 产物命名 windows_x64 / windows_arm

English Changelog

✨ Features

  • Adaptive card height (Auto): new tray preset that computes card height from the screen so everything fits in one view; now the default
  • Adaptive progress bar width: dot count follows container width — no more overflow/truncation on narrow screens (iPhone 4/5), ] position stays fixed
  • Single instance: launching a second copy exits immediately, no more port conflicts
  • Run at startup: one-click toggle in the tray menu
  • Author & version info: grey read-only footer in the tray menu (version injected at build time)
  • Tray menu language: single-language UI with a Language submenu (Auto / 中文 / English), applies instantly
  • Custom username: root@<user> prompt defaults to your system account, customizable from the tray
  • All GPU vendors: NVIDIA via nvidia-smi, AMD/Intel via PDH counters + WMI (same source as Task Manager)
  • Bundled pixel font: Cubic 11 (SIL OFL 1.1) ships inside the binary — full pixel aesthetic with zero font install on phones
  • Better tray icon: rendered from the Cubic 11 pixel font 1:1; fixed missing icon on arm64

🐛 Fixes

  • Fixed nvidia-smi console window popping up
  • Fixed progress bar ] drifting and uneven dot spacing
  • Fixed long GPU names overflowing cards
  • Explicit JSON Content-Type on all API responses

📝 Misc

  • README rewritten: features, usage, real-device screenshots (iPhone 13 Pro / iPhone 4)
  • CI artifacts renamed to windows_x64 / windows_arm