Version 1.2.1 - 12/02/2012 - Fixed a memory leak in ShellTreeView that occurred during drag'n'drop. - Fixed a crash that could occur while dragging multiple items from different namespaces or displaying the shell context menu of such items. - Improved support for dragging multiple items from different namespaces. - Fixed detection of unavailable network drives as slow items. - Fixed Tiles view for the recycle bin. - Don't check slow items for sub-items even on a background thread. Together with the previous fix this massively improves performance for network drives (and probably also for other slow items). - Don't extract the content of slow columns for slow items. It often makes the background thread hang for more than a minute and usually the result is empty anyway. - Improved the Explorer sample. Version 1.2.0 - 14/08/2011 - Added the IShListView::UseGenericIcons property. - Added the IShTreeView::UseGenericIcons property. - Folder links to remote folders now are treated as slow items. - If version 1.2.0 (or newer) of ExplorerListView and version 6.0 (or newer) of comctl32.dll are used, ShellListView retrieves info tip texts asynchronously now, so the main thread no longer is hung while a slow info tip text is retrieved. - FIX: Certain combinations of filters in a NamespaceEnumSettings object did not work as expected. - FIX: IShTreeViewItem::EnsureSubItemsAreLoaded started a background thread even though you told it to load the items synchronously. - FIX: The "Default Namespace Enum Settings" property page could not persist the "Include hidden items" option. - FIX: Item renaming was partly managed even though the managed item properties did not include slmipRenaming/stmipRenaming. - FIX: Enumerating items in a background thread could still lock the main thread. - Fixed some possible deadlocks. - Fixed a memory leak. - Fixed some drawing glitches. Version 1.1.0 - 21/05/2011 - Switched to Visual C++ 2010 and dropped support for Windows 2000. Version 1.0.0 - 25/01/2011 - FIX: The control could crash when it was destroyed. - FIX: Shell details were not displayed in the Windows 7 Libraries namespace. - FIX: Executing a context menu command could fail or lead to strange behavior, because no working directory was set. Version 1.0.0 RC1 - 10/07/2010 - First public release.