Skip to content

Releases: leandrosa81/taskbar-monitor

taskbar-monitor v0.4.2

02 Apr 23:22
Compare
Choose a tag to compare

Changes:

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

taskbar-monitor v0.4.1

10 Oct 14:07
Compare
Choose a tag to compare

Changes:

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

taskbar-monitor v0.4.0

10 Oct 12:12
Compare
Choose a tag to compare

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.

taskbar-monitor v0.3.6

14 Jun 23:46
Compare
Choose a tag to compare
  • 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 )

taskbar-monitor v0.3.5

14 Apr 14:03
Compare
Choose a tag to compare

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.

taskbar-monitor v0.3.4

17 Mar 12:12
Compare
Choose a tag to compare

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

taskbar-monitor v0.3.3

11 Mar 15:11
Compare
Choose a tag to compare

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 :)

taskbar-monitor v0.3.2

09 Mar 21:45
Compare
Choose a tag to compare

everything working again :)

taskbar-monitor v0.3.1

09 Mar 21:29
Compare
Choose a tag to compare

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

taskbar-monitor v0.3.0

09 Mar 19:57
Compare
Choose a tag to compare

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.