Skip to content

win-witr v0.1.9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Feb 16:58
· 94 commits to main since this release
5d19ff7

Now you can see the RAM usage of a process straight from win-witr! Gone are the days where you have to wonder why there's a suspicious process born from WINWORD and uses up 12 GB of RAM


Changes

✨ Features

  • add byte formatting b kb mb gb tb (063d4da)
  • Add RAM Usage entry using psapi.h windows API (bcc0a11)

🐛 Fixes

  • Make non-ansi path display correctly and fix int overflow error by using unsigned long long (b17f34f)
  • Add missing bracket to RAM usage if (db284d3)
  • Fix syntax error due to misplaced apostrophe (267924b)

Based on commits from 2e07cd9 to b17f34f