Skip to content

Native File Dialog Extended v1.1.0

Compare
Choose a tag to compare
@btzy btzy released this 30 Jun 17:30
· 25 commits to master since this release
800f582

This release brings support for setting a default folder for OpenDialog(), OpenDialogMultiple(), and PickFolder() in the Portal backend on a sufficiently new version of xdg-desktop-portal. This relies on flatpak/xdg-desktop-portal#1045, which has been merged and will be included in their next feature release. With older versions of xdg-desktop-portal, setting a default folder will have no effect, as is currently the case.

In addition, the install target now generates and installs an nfd-config.cmake file, which makes for better CMake integration.

What's Changed

  • CI: Update MacOS 10.15 to MacOS 11 by @btzy in #101
  • Install CMake config script. by @tamaskenez in #100
  • Portal: Support defaultPath for OpenDialog, OpenDialogMultiple, and PickFolder by @btzy in #108

New Contributors

Full Changelog: v1.0.3...v1.1.0