Releases: PolyMeilex/rfd
Releases · PolyMeilex/rfd
0.16.0
What's Changed
- fix: the
pick_file()can returnNonewhen cancelled by @bioinformatist in #258 - fix cancel button on web backend by @SocraticSauropod in #265
- Update windows-sys to 0.60 by @Legend-Master in #260
- Make wayland optional and enable it by default by @edwloef in #267
- Handle dialog reject (Cancel) on wasm by @rnd-ash in #266
- Fix
AsyncFileDialog::set_file_namedocumentation by @dolezvo1 in #269 - Update docs by @Lepidopteran in #272
- Drop the Sized bounds for WindowHandle @PolyMeilex in #275
- Eliminate the overlay popup in most cases for
pick_fileon Web by @kevinmehall in #273
New Contributors
- @SocraticSauropod made their first contribution in #265
- @edwloef made their first contribution in #267
- @rnd-ash made their first contribution in #266
- @dolezvo1 made their first contribution in #269
- @Lepidopteran made their first contribution in #272
- @kevinmehall made their first contribution in #273
Full Changelog: 0.15.4...0.16.0
0.15.4
What's Changed
- deps: bump dispatch2 from 0.2 to 0.3 by @jqnatividad in #250
- Wasm: click on the input to open file picker by @Its-Just-Nans in #247
- feat(wasm): add cancel button for wasm target by @bioinformatist in #252
- Fix regressions on Wayland due to ashpd upgrade by @kjarosh in #255
New Contributors
- @jqnatividad made their first contribution in #250
- @Its-Just-Nans made their first contribution in #247
- @bioinformatist made their first contribution in #252
Full Changelog: 0.15.3...0.15.4
0.15.3
What's Changed
- Improve some error messages for xdg by @kristoff3r in #238
- Use
objc2v0.6 by @madsmtm in #236 - deps: Update ashpd to 0.11 by @torokati44 in #240
New Contributors
- @kristoff3r made their first contribution in #238
Full Changelog: 0.15.2...0.15.3
0.15.2
What's Changed
- Bugfix: Fail to dismiss the Message Dialog merely in MacOS by @stuartZhang in #223
- Fix issue where with no filter added no files are selectable on Windows (#211) by @IohannRabeson in #224
- Fix crash due to not handling dialog window close event by @PhantomShift in #225
- Update pollster by @PolyMeilex in #229
- Update windows-rs to 0.59 by @PolyMeilex in #231
New Contributors
- @stuartZhang made their first contribution in #223
- @IohannRabeson made their first contribution in #224
- @PhantomShift made their first contribution in #225
Full Changelog: 0.15.1...0.15.2
0.15.1
What's Changed
- deps: Update ashpd to 0.10 by @torokati44 in #220
0.15.0
- Move from
objccrates toobjc2crates. - Fix
AsyncFileDialogblocking the executor on Windows (#191) - Add
TDF_SIZE_TO_CONTENTtoTaskDialogIndirectconfig so that it can display longer text without truncating/wrapping (80 characters instead of 55) (#202) - Fix
xdg-portalbackend not accepting special characters in message dialogs - Make
set_parentrequireHasWindowHandle + HasDisplayHandle - Add support for
set_parentin XDG Portals - Update
ashpdto 0.9. - Add support for files without an extension in XDG Portal filters
- Derive
CloneforFileHandle
0.14.1
0.14.0
- i18n for GTK and XDG Portal
- Use XDG Portal by default
- Use zenity as a fallback for XDG Portal
- Update
raw-window-handleto 0.6. - Update
winitin example to 0.29. - Update
ashpdto 0.8. - Update wasm CSS to respect the color scheme (including dark mode)
- Fix macOS sync backend incorrectly setting the parent window
- Add
FileDialog/AsyncFileDialog::set_can_create_directories, supported on macOS only.
Thanks to @dtzxporter, @evilpie, @amrbashir, @bilelmoussaoui, @orowith2os, @czf0613 🎉 🚀
0.13.0
0.12.1
- Fix
FileHandle::inner(under featurefile-handle-inner) on wasm