Skip to content

v0.2.1 — Native file dialogs

Latest

Choose a tag to compare

@vimcomes vimcomes released this 10 Jun 19:33
· 5 commits to master since this release

What's fixed

  • Native file dialogs — replaced DearPyGui's built-in file dialog with native OS dialogs (GTK on Linux, Win32 on Windows, Cocoa on macOS) via tkinter.filedialog. Fixes clipboard paste crash (X11: Failed to convert selection to string) and broken path input in all three dialogs: open prompt, save prompt, underlay image.
  • Automatic fallback to DPG dialog if tkinter is unavailable.

Full changelog

See CHANGELOG.md.