New
0.16.0
What's Changed
- fix: the
pick_file()can returnNonewhen cancelled by @bioinformatist in https://github.com/PolyMeilex/rfd/pull/258 - fix cancel button on web backend by @SocraticSauropod in https://github.com/PolyMeilex/rfd/pull/265
- Update windows-sys to 0.60 by @Legend-Master in https://github.com/PolyMeilex/rfd/pull/260
- Make wayland optional and enable it by default by @edwloef in https://github.com/PolyMeilex/rfd/pull/267
- Handle dialog reject (Cancel) on wasm by @rnd-ash in https://github.com/PolyMeilex/rfd/pull/266
- Fix
AsyncFileDialog::set_file_namedocumentation by @dolezvo1 in https://github.com/PolyMeilex/rfd/pull/269 - Update docs by @Lepidopteran in https://github.com/PolyMeilex/rfd/pull/272
- Drop the Sized bounds for WindowHandle @PolyMeilex in https://github.com/PolyMeilex/rfd/pull/275
- Eliminate the overlay popup in most cases for
pick_fileon Web by @kevinmehall in https://github.com/PolyMeilex/rfd/pull/273
New Contributors
- @SocraticSauropod made their first contribution in https://github.com/PolyMeilex/rfd/pull/265