Skip to content

Releases: Elestriel/TaskbarTools

1.0.8

13 Jan 20:13
Compare
Choose a tag to compare

Fixes handling maximized windows being closed

1.0.7

13 Jan 18:32
Compare
Choose a tag to compare
  • Start with Windows option
  • Maximized window detection hook
  • Separate config for screens with maximized windows
  • New custom config file, instead of Properties.Settings.
  • Cleaned up the UI some.
  • Cleaned up the code a bunch, made stuff more object-oriented.
  • Implemented a new icon.

Explorer Restart Handling and Other Improvements

11 Jan 19:29
Compare
Choose a tag to compare
- Moved the worker thread sleep out of the taskbar foreach. Taskbar u…

…pdates will now be faster and smoother.

- Removed the thread that would constantly check Windows Accent Colour and now using a hook that catches the event from Windows. (Thanks, qwerty12!)
- Can now detect when Explorer is restarted. (Thanks again, qwerty12!)
- Replaced the Windows Accent Alpha UpDown with a slider.

Windows Accent Colour

10 Jan 21:21
Compare
Choose a tag to compare
1.0.5

Added the ability to use the Windows Accent Colour.

Automatic Things!

10 Jan 20:28
Compare
Choose a tag to compare
Added Start Minimized

Added Start When Launched
Removed some unneeded dependencies

Saving settings works better when you actually save settings.

10 Jan 19:45
Compare
Choose a tag to compare

I was prepping all the settings, but forgot to actually call Properties.Settings.Default.Save(). That's embarrassing.

Small fixes

10 Jan 19:32
Compare
Choose a tag to compare
Added System Tray Context Menu.

Added failsafe for settings load failures.

Initial Release

10 Jan 18:00
Compare
Choose a tag to compare
- Added Properties.Settings support for saving and loading settings.

- Fixed a typo in a control name.