Skip to content

win-witr v0.1.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jan 22:59
· 176 commits to main since this release
ca7015c

Changes

✨ Features

  • Add color to Target and Process like witr. Also add error validation (9616ba5)
  • Add Target and Process fields, just like witr. This makes it so you can see the name and pid of the process name you are looking up. It can be a bit redundant, but it's in witr, so hey (358bb7d)

🐛 Fixes

  • Fix syntax error in Line 599 regarding misplaced << in cout (657ae0e)

💄 Style

  • Add a space in the Process entry to make it look better and remove redundant output (ae89516)

📋 Other Changes

  • Avoid returning the PID as a “process name” when no match is found. (ed7e904)

Based on commits from 1301a05 to ed7e904