Skip to content

v0.2.2 — Search highlighting + graph time-scale toggle

Choose a tag to compare

@awn007-eng awn007-eng released this 09 Jun 18:47
· 20 commits to main since this release

Two polish features for the Processes and Performance tabs — plus Lindoze is now on PyPI.

Processes tab

  • Matched search needle is now bolded in accent teal in the Name and PID columns via a custom item delegate
  • New "N matches" counter sits between the search box and the End-task button; refreshes on each snapshot so newly-spawned matching processes are included

Performance tab

  • New 60s / 10min / 1hr time-scale toolbar above the right pane, applied globally to all detail-page graphs
  • Sidebar mini-graphs stay fixed at 60s (they're 54px wide — larger scales would just produce noise)
  • Selection persists across launches via QSettings
  • Graphs now render right-anchored — newest sample at the right edge, oldest where data starts. Fresh launches show graphs growing in from the right instead of starting with a misleading flat-zero baseline.

Install

Lindoze is now on PyPI:

pipx install lindoze

Or pip install lindoze if you don't use pipx. See the README for the from-source path.

🤖 Generated with Claude Code