Taskbar Monitor Versions Save

monitoring tool with graphs (CPU, memory, disk and network) for Windows taskbar.

v0.4.2

1 month ago

Changes:

  • Lots of fixes for Windows 11.
  • Experimental support for repositioning on left/right.
  • Experimental support for multi monitor.

v0.4.1

1 year ago

Changes:

fixes #24 again; fixes small bug on the installer.

v0.4.0

1 year ago

Changes:

  • fixes #24 (incorrect CPU measurement);
  • tries to fix #29 e #34 (EXPERIMENTAL Windows 11 support).

Windows 11 Support (EXPERIMENTAL)

In Windows 11, there is no more support for "deskbands" on the taskbar. So we had to improvise and add an overlay on top of it. It is not perfect yet, but it is working for the most part. The main issue is no support for mouse events (mouse hovering or right-clicking), so I had to add an icon on the system tray to allow access to the settings and other features. To make things worse, things have changed in the taskbar with the latest update (2022H2), they removed an intermediate control that I used as anchor. I had to adapt the code to work again, so I think it will not work anymore on earlier versions of Windows 11 (please, make sure it is updated to the latest version).

Please let me know if there is any kind of bug with this version in your system.

v0.3.6

2 years ago
  • fixes #19, #22 : now you can reopen the taskbar-monitor after being hidden from the taskbar.
  • fixes #21: you can now change font style (bold, italic, etc.) too.
  • new message alerts indicating uncaught errors (thanks @KoalaBear84 )

v0.3.5

3 years ago

This version adds automatic theming support (dark/light). That means the taskbar-monitor will try to guess the best theme to use, based on the taskbar color. If you have already customized colors, nothing will change.

Also:

  • better DPI awareness (now it works way better with the light theme!).
  • thread locking in every counter, to prevent racing conditions.

v0.3.4

3 years ago

This version tries to fix a bug that was preventing graph refreshing on some machines.

v0.3.3

3 years ago

This release add support for add/remove programs, making it easier to uninstall. It also adds:

  • better DPI awareness, reducing the need for font tweaking;
  • Fix exception when network adapters changed (eg: returning from sleep mode);
  • new lame icon :)

v0.3.2

3 years ago

everything working again :)

0.3.1

3 years ago

This quickfix version tries to fix a bug that was preventing resizing back the taskbar.

0.3.0

3 years ago

This version comes with lots of improvements:

  • ability to change lots of settings with the settings dialog window and now it saves it:
    • title and current value position;
    • enable/disable a specific graph;
    • change font size and family;
    • change history size and polling time;
    • change colors;
    • and more!
  • single file installer to simplify a little the install process.
  • fixed lots of bugs.