Releases: hmarr/vitals
Releases · hmarr/vitals
v0.9
v0.8
v0.7
v0.6
v0.5
v0.4
- Added support for monitoring per-process memory usage.
- Added support for monitoring per-process network IO (split by download and upload).
- Switched from using an
NSPopover
to anNSMenu
with a custom view. This gives the app a more native feel, fixes some layout issues, and brings some nice touches (such as the ability to press and hold the menu bar item to temporarily show Vitals). - Moved the "Launch at Login" and "Quit Vitals" menu items to the main screen. Previously you needed to right-click the menu bar item to see them, which wasn't intuitive.
Thanks @jlledo for reviewing the pull request migrating to NSMenu
🙇