Native File Dialog Extended v1.1.0
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
- @tamaskenez made their first contribution in #100
Full Changelog: v1.0.3...v1.1.0