- feat:
WindowsTaskbar.setWindowTitle&WindowsTaskbar.resetWindowTitle(@alexmercerind). - refactor: check
nullptrbefore invokingITaskbarList3methods (@alexmercerind).
- feat:
WindowsTaskbar.setOverlayIcon&WindowsTaskbar.resetOverlayIcon(@nikitatg). - feat: platform channel calls raise errors correctly by checking
HRESULT(@alexmercerind). - perf: move impl to separate translation unit & make methods non-inline (@alexmercerind).
- refactor: improved naming of various methods (@alexmercerind).
- deprecated:
WindowsTaskbar.clearThumbnailToolbaris nowWindowsTaskbar.resetThumbnailToolbar.WindowsTaskbar.setFlashTaskbarAppIconis nowWindowsTaskbar.setFlashTaskbarAppIcon.WindowsTaskbar.stopFlashingTaskbarAppIconis nowWindowsTaskbar.resetFlashTaskbarAppIcon.
- feat:
WindowsTaskbar.flashTaskbarAppIcon&WindowsTaskbar.stopFlashingTaskbarAppIcon(@alexmercerind). - fix: use
MultiByteToWideCharforstd::wstringconvert (@boyan01). - chore: re-license to MIT (@alexmercerind).
- feat: most of the common
ITaskbarList3Win32 APIs (@alexmercerind). - feat:
SetProgressMode(@alexmercerind). - feat:
SetProgress(@alexmercerind). - feat:
SetThumbnailToolbar(@alexmercerind). - feat:
SetThumbnailTooltip(@alexmercerind).