Skip to content

Releases: hummbugg/taskbar-groups

Taskbar Groups v1.2.0-unofficial

21 May 16:40
c37d5bc

Choose a tag to compare

v1.2.0-unofficial

This is a small bugfix and stability release for the maintained hummbugg fork of Taskbar Groups.

Fixes

  • Edit Group now opens as a true modal dialog
  • Prevents multiple Edit Group windows from being opened simultaneously
  • Added consistent ESC/cancel behavior for Edit Group
  • Fixed drag/drop icon crash in Edit Group caused by an uninitialized extension list
  • Updated assembly version to 1.2.0.0

Files Updated

  • frmGroup.cs
  • ucCategoryPanel.cs
  • AssemblyInfo.cs

Runtime Requirement
Taskbar Groups targets Microsoft .NET Framework 4.7.2.

Windows 11 normally already includes a newer compatible .NET Framework 4.x runtime, so no additional runtime installation is normally required.

If the application does not start on older or unsupported Windows versions, install the Microsoft .NET Framework 4.7.2 Runtime:
https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net472-web-installer

Windows ZIP Security Note
If the ZIP or extracted files appear blocked by Windows:

  1. Right-click the ZIP
  2. Select Properties
  3. Check “Unblock”
  4. Click Apply
  5. Extract the ZIP

If the ZIP was already extracted before unblocking, recursively unblock all extracted files using PowerShell:

Get-ChildItem -Path "C:\Path\To\TaskbarGroups" -Recurse -File | Unblock-File

Original Project
https://github.com/tjackenpacken/taskbar-groups

Maintained Fork
https://github.com/hummbugg/taskbar-groups

Taskbar Groups – Unofficial Fix Build v1.0.2 (hummbugg)

05 May 20:28
38adfa1

Choose a tag to compare

Taskbar Groups – Unofficial Fix Build v1.0.2

Fixes:

  • Fixed loading of custom .ico files (supports modern PNG-based ICO formats)
  • Prevents crashes when selecting certain .ico files

Previous fixes:

  • .lnk shortcuts now launch correctly
  • Shortcut icons display hover tooltips

This is an unofficial build maintained by hummbugg, based on the original project by tjackenpacken.

Taskbar Groups v1.1.0-unofficial

04 May 21:59
99f6937

Choose a tag to compare

v1.1.0-unofficial

This release includes major usability, compatibility, stability, and documentation improvements for the maintained hummbugg fork of Taskbar Groups.

Highlights

  • Single-instance enforcement
  • Improved modal dialog behavior
  • ESC-to-cancel support
  • Remember last-used folder behavior
  • Updated version/update link system
  • Taskbar/AppUserModelID fixes
  • Indexed .lnk icon extraction fixes (including Camtasia shortcuts)
  • Improved shortcut compatibility
  • Updated screenshots and documentation
  • Embedded demo video support
  • Runtime requirement guidance

Demo Video
https://youtu.be/WtBsh_ITvuQ

Runtime Requirement
Microsoft .NET Framework 4.7.2 or later:
https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net472-web-installer

Original Project
https://github.com/tjackenpacken/taskbar-groups

Maintained Fork
https://github.com/hummbugg/taskbar-groups