Skip to content

v0.4.0

Choose a tag to compare

@SMWHff SMWHff released this 08 Jul 11:48

v0.4.0

新增功能

  • --brightness / --gamma 可不带 --output,一次性批量应用到所有已连接显示器
  • 配置存档管理(Profile):--save-profile / --load-profile / --list-profiles / --delete-profile
  • --identify:闪屏识别显示器
  • --list-profiles --json / --load-profile --dry-run / --save-profile --dry-run

质量

  • 全模块 100% 分支覆盖率(1343 语句,0 遗漏)
  • 393 项 pytest,lint 零警告
  • 空存档名/显示器缺失/API 失败等所有边界路径覆盖

全局亮度/伽马

winrandr --brightness 0.7       # 批量调暗所有显示器
winrandr --gamma 1.0:0.9:0.8   # 批量伽马校正

Shell 补全

. ./scripts/completions.ps1    # PowerShell
source scripts/completions.bash # Bash/Zsh