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 https://github.com/btzy/nativefiledialog-extended/pull/101
- Install CMake config script. by @tamaskenez in https://github.com/btzy/nativefiledialog-extended/pull/100
- Portal: Support defaultPath for OpenDialog, OpenDialogMultiple, and PickFolder by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/108
New Contributors
- @tamaskenez made their first contribution in https://github.com/btzy/nativefiledialog-extended/pull/100
Full Changelog: https://github.com/btzy/nativefiledialog-extended/compare/v1.0.3...v1.1.0