Skip to content

Releases: hmarr/vitals

v0.9

14 Apr 12:48
de517da
Compare
Choose a tag to compare
  • Fix concurrency bug reported in #18
  • Reduce logging noise

Full Changelog: v0.8...v0.9

v0.8

03 Apr 15:18
cab5adf
Compare
Choose a tag to compare
  • Add toggle to enable / disable network statistics as collecting network statistics can increase energy usage.
  • Bug fix: improve UI responsiveness by pushing statistics collection to a background thread.

v0.7

12 Aug 17:11
2dd298c
Compare
Choose a tag to compare
  • Fix resource type cycle buttons for dark mode on macOS 11+ (#14). Thanks to @angristan for the pull request.

v0.6

19 Jul 12:56
b014b31
Compare
Choose a tag to compare
  • Fix button rendering issue (#13): when SF Symbols weren't present (pre Big Sur), the previous and next buttons would display as question marks

Thanks to @gkarag for the bug report 🙇

v0.5

18 Jul 20:16
1260005
Compare
Choose a tag to compare
  • Fix left margin on Big Sur

Thanks to @jlledo for identifying the correct margin value 🙇

v0.4

18 Jul 16:17
763ea0d
Compare
Choose a tag to compare
  • 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 an NSMenu 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.

vitals-network-view

Thanks @jlledo for reviewing the pull request migrating to NSMenu 🙇

v0.3

26 Mar 02:27
99731d3
Compare
Choose a tag to compare
  • Fix bug where the top and bottom rows would be partially hidden on Big Sur (#7)

Thanks to @ianh and @jlledo for reporting and fixing this issue 🙌

v0.2

24 Mar 02:01
56d7aaf
Compare
Choose a tag to compare
  • You can now automatically launch Vitals at login. Just right-click Vitals in the menu bar, and select "Launch at Login".
  • Menu bar item is now draggable. cmd + click Vitals in the menu bar to drag and reorder.

v0.1

21 Mar 17:17
b5e2916
Compare
Choose a tag to compare

Initial release 🎉

Caveats:

  • Not notarised by Apple, so to run it you have to right-click then select "Open" from the context menu.
  • Not tested on Big Sur.