I have a laptop running on Windows 10 20H2 that uses a rather high DPI settings (1920x1080 at 125% scaling).
I noticed that Release 1.1 added <add key="DpiAwareness" value="PerMonitorV2"/> to app.config, however it is missing <add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />, which should help it resize properly and not appear as blurry on screens like mine.
I have a laptop running on Windows 10 20H2 that uses a rather high DPI settings (1920x1080 at 125% scaling).
I noticed that Release 1.1 added
<add key="DpiAwareness" value="PerMonitorV2"/>
to app.config, however it is missing<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
, which should help it resize properly and not appear as blurry on screens like mine.