Skip to content

v3.0

Compare
Choose a tag to compare
@danjagnow danjagnow released this 21 Dec 20:17
· 113 commits to master since this release
df6b9b7

This release includes several enhancements and bug fixes. Note that this release now requires .NET Framework 4.8

  • Added support for reading documentation from metadata - by @jirkapok
  • Added support for filtering, based on obsolescence - by @gglogowski
  • Added support for pause button for activity monitor - by @etichy
  • Fixed parameter copy-paste - by @jirkapok
  • Fixed annoying save dialog to display just once - @jirkapok
  • Enabled high DPI support - @tdanner
  • SQL's DateTime now shows full precision - @martin-lacina-swi
  • Fixed intellisense, added Ctrl+Space shortcut to show intellisense - @jirkapok
  • Migrated to .NET48 - @danjagnow
  • Copy text from query window formatted - @nothrow