Native File Dialog Extended v1.0.3
This release brings two improvements to the Portal implementation: better error messages, and a runtime check in NFD_PickFolder()
for whether the installed xdg-desktop-portal service supports a folder picker.
What's Changed
- CI: Upgrade Ubuntu 18.04 to Ubuntu 20.04 by @btzy in #95
- README: Remove untested portal warning and link OpenFile() current_folder PR by @btzy in #96
- Portal: Support formatted error messages using sprintf() by @btzy in #97
- Portal: Make
PickFolder()
check that portal interface version is >=3 by @btzy in #94
Full Changelog: v1.0.2...v1.0.3