Skip to content

2.1.8

Latest
Compare
Choose a tag to compare
@soleon soleon released this 10 Jan 08:43
  1. Alternative fix for COMException: MILERR_WIN32ERROR.
    There is a bug in .NET WPF that when creating too many RenderTargetBitmap, the MILERR_WIN32ERROR error can happen. This is reported as dotnet/wpf#3067 and there's no effective fix yet. Forcing a GC after each RenderTargetBitmap creation seemed to help.
  2. Fixed a bug that the app always starts with 1 second tray icon refresh interval.