win-witr v0.1.6
Pre-release
Pre-release
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)