Native File Dialog Extended v1.1.1
This release adds support for building shared libraries on Windows by adding the correct attributes on the public interface functions in nfd.h. There should not be any observable changes to build configurations that already work. The minimum CMake version has also been bumped to 3.5 to remove a CMake warning.
What's Changed
- Build: Add support for building shared libraries on Windows by @tomix1024 in #109
- CI: Remove CircleCI config file by @btzy in #114
- CI: Downgrade from C++23 to C++20 on Ubuntu by @btzy in #116
- Build: Update minimum CMake version to 3.5 by @WerWolv in #113
New Contributors
- @tomix1024 made their first contribution in #109
Full Changelog: v1.1.0...v1.1.1