Skip to content

v0.96.0

Compare
Choose a tag to compare
@mattrunyon mattrunyon released this 04 Oct 15:56
· 11 commits to main since this release

0.96.0 (2024-10-04)

⚠ BREAKING CHANGES

  • The app should call MonacoUtils.init with a getWorker function that
    uses the JSON worker in addition to the general fallback worker when
    adding support for configuring ruff.

Features

Bug Fixes

  • Change ruff errors to warnings and fix config saving (#2246) (6ae25a2)
  • Closing tab with middle mouse on Linux pasting into active editor (#2240) (91bd8fe), closes #1461
  • DH-17537: Fix Advanced Filter dialog not showing the values list on tree tables (#2232) (86e16ee)
  • DH-17730: Fix Proxy Model Undefined Formatter (#2237) (ee1bc2f)
  • improve color contrast of editor find in dark mode (#2248) (f8dd133)
  • Layout shifts when opening and closing panels from a fresh state (#2241) (aad0aa6), closes #1268
  • Reuse dashboard tabs when reassigning the variable (#2243) (d2c6eab), closes #1971