Skip to content

SharpShell 2.1

Compare
Choose a tag to compare
@dwmkerr dwmkerr released this 15 Feb 12:23

Release 2.1 fixes some bugs, adds a few more features to the Server Manager and includes the first cut of two new extension types that are still in the experimental phase - Desk Bands and Shell Namespace Extensions.

Features

  • Icon Transparency in Sharp Context Menus is now fully supported.
  • Shell Context Menu extensions can now support Unicode characters - many thanks to @overengineered for his work on this.
  • There is a new experimental shell debugger available in the Server Manager that offers more debugging entry points for servers.
  • Shell Namespace Extensions are supported but are currently experimental - the API may change considerably as they are developed further.
  • Desk Band Extensions are supported but are currently experimental - the API may change considerably as they are developed further.

Bug Fixes

  • Fixed a bug in the property sheet that meant that the `CanShowSheet`` function was not called, thanks keeny.

Breaking Changes

  • None