Native File Dialog Extended v1.3.0
This release adds two new but small features - forcing a default folder on Windows (this is disabled by default), and making filters case-insensitive on Linux (this is the new default). Both features introduce new build options that can be used to turn them on or off. A standard CMake package version file is now also generated for the install target.
What's Changed
- README: Update information about portal by @rherilier in https://github.com/btzy/nativefiledialog-extended/pull/147
- GTK, Portal: Fix variable shadowing warnings by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/150
- Windows: Add NFD_OVERRIDE_RECENT_WITH_DEFAULT flag by @dbierek in https://github.com/btzy/nativefiledialog-extended/pull/152
- CI: Fix Windows Clang (clang-cl) build by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/155
- Build: Update minimum CMake version to 3.10 by @scribam in https://github.com/btzy/nativefiledialog-extended/pull/154
- ClangFormat: Use latest version by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/159
- Linux (GTK, Portal): Fix unintended wchar_t literals by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/160
- CI: Switch Ubuntu 20.04 to Ubuntu 22.04 by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/161
- Linux: Allow case-insensitive filters and make that the default by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/158
- README: Document Windows defaultPath quirks by @btzy in https://github.com/btzy/nativefiledialog-extended/pull/166
- Build: Generate CMake package version file by @fran6co in https://github.com/btzy/nativefiledialog-extended/pull/173
New Contributors
- @rherilier made their first contribution in https://github.com/btzy/nativefiledialog-extended/pull/147
- @dbierek made their first contribution in https://github.com/btzy/nativefiledialog-extended/pull/152
- @scribam made their first contribution in https://github.com/btzy/nativefiledialog-extended/pull/154
- @fran6co made their first contribution in https://github.com/btzy/nativefiledialog-extended/pull/173
Full Changelog: https://github.com/btzy/nativefiledialog-extended/compare/v1.2.1...v1.3.0