windows_taskbar 1.1.1
windows_taskbar: ^1.1.1 copied to clipboard
Flutter plugin serving utilities related to Windows taskbar.
1.1.1 #
- feat:
WindowsTaskbar.setWindowTitle
&WindowsTaskbar.resetWindowTitle
(@alexmercerind). - refactor: check
nullptr
before invokingITaskbarList3
methods (@alexmercerind).
1.1.0 #
- 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.clearThumbnailToolbar
is nowWindowsTaskbar.resetThumbnailToolbar
.WindowsTaskbar.setFlashTaskbarAppIcon
is nowWindowsTaskbar.setFlashTaskbarAppIcon
.WindowsTaskbar.stopFlashingTaskbarAppIcon
is nowWindowsTaskbar.resetFlashTaskbarAppIcon
.
1.0.0 #
- feat:
WindowsTaskbar.flashTaskbarAppIcon
&WindowsTaskbar.stopFlashingTaskbarAppIcon
(@alexmercerind). - fix: use
MultiByteToWideChar
forstd::wstring
convert (@boyan01). - chore: re-license to MIT (@alexmercerind).
0.0.1 #
- feat: most of the common
ITaskbarList3
Win32 APIs (@alexmercerind). - feat:
SetProgressMode
(@alexmercerind). - feat:
SetProgress
(@alexmercerind). - feat:
SetThumbnailToolbar
(@alexmercerind). - feat:
SetThumbnailTooltip
(@alexmercerind).