I've just released Taskmon 0.3.1. For those who don't know, this is a small, super light-weight task manager replacement built for keyboard and screen reader users. Changelog:
- Added 29 new columns: Peak Virtual Memory, Peak Private Bytes, Peak Paged Pool, Peak Non-paged Pool, Peak Threads, Hard Faults, CPU Cycles, Kernel Time, User Time, Total Page Faults, I/O Read Ops, I/O Write Ops, I/O Other Ops, Total I/O, Elapsed Time, Shared Working Set, Parent Name, Private Bytes Delta, Working Set Delta, Handle Delta, Thread Delta, Virtualization, AppContainer, Domain, User SID, Efficiency Mode, I/O Priority, Memory Priority, and Protection.
- Fixed observable lag when switching the sorting method with the keyboard.
- Fixed preferences being rewritten to disk on every sort-order change instead of only when needed.
- Fixed the process tree incorrectly nesting processes under recycled parent PIDs.
- Rewrote Taskmon from C to Zig.
- Switched the Windows installer from Inno Setup to NSIS, shrinking it by around 95%.
ARM64 installer: https://github.com/trypsynth/taskmon/releases/download/v0.3.1/taskmon-setup-arm64.exe
ARM64 portable: https://github.com/trypsynth/taskmon/releases/download/v0.3.1/taskmon-arm64.zip
X64 installer: https://github.com/trypsynth/taskmon/releases/download/v0.3.1/taskmon-setup-x64.exe
X64 portable: https://github.com/trypsynth/taskmon/releases/download/v0.3.1/taskmon-x64.zip
Enjoy!