Skip to content
Compare
Choose a tag to compare
@PandaWood PandaWood released this 08 Jan 23:16
· 3 commits to master since this release

Breaking changes

  • IViewMaker.ShowError method dropped the 2nd argument description - this is now taken from localized resources. This will only affect users who used the API to swap the default view with their own - this feature was more of a novelty, I doubt anyone used it
  • ExceptionReportInfo property BackgroundColor is now a hex color code string, not a System.Drawing.Color object. This will only affect users who set a custom background color (ie overrid the default background color)
  • The region text box is removed (was not used in code and is unlikely to be used by anyone)

New Features

  • Saving zip file now sets the file extension of the template type it is using (ie markdown/txt/html)

WPF Version

  • This is kind of abeta as the WPF version doesn't have a nuget library and is missing some features like screenshots and internalization - see my WPF announcement comment for more details
  • A Demo using the WPF version of Exception Reporter is in code src/Demos/WPF
  • Getting the WPF version ready required some refactoring and the use of a "Shared Project" in Visual Studio and is one of the reasons to make this new release - to solidify the shared code dependencies and get the WPF version on the road

Dependencies Updated

  • DotNetZip from 1.11 to 1.15
  • Simple-MAPI.NET 1.1 to 1.2