Skip to content

Native File Dialog Extended v1.1.1

Compare
Choose a tag to compare
@btzy btzy released this 21 Nov 16:16
· 20 commits to master since this release
5786fab

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

Full Changelog: v1.1.0...v1.1.1