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 https://github.com/btzy/nativefiledialog-extended/pull/109
- CI: Remove CircleCI config file by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/114
- CI: Downgrade from C++23 to C++20 on Ubuntu by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/116
- Build: Update minimum CMake version to 3.5 by @WerWolv in https://github.com/btzy/nativefiledialog-extended/pull/113
New Contributors
- @tomix1024 made their first contribution in https://github.com/btzy/nativefiledialog-extended/pull/109
Full Changelog: https://github.com/btzy/nativefiledialog-extended/compare/v1.1.0...v1.1.1