Skip to content

v1.1.0

Choose a tag to compare

@daniel3303 daniel3303 released this 19 Mar 00:11
· 57 commits to main since this release
a987345

What's New

Update Notifications

The status line now checks GitHub for new releases every 24 hours. When a newer version is available, a second line appears below the status bar showing the new version and a link to the repository. The check is cached and fails silently if the API is unreachable.

Effort Level Display Fix

The status line now displays the actual effort level value (low, medium, high, max) instead of hardcoded strings. A new red color is used for max effort, completing the intensity scale:

Level Color
low dim
medium orange
high green
max red

Files Changed

  • statusline.sh — Bash/Zsh script
  • statusline.ps1 — PowerShell script
  • README.md — Updated documentation