Releases: PolyMeilex/rfd
Releases · PolyMeilex/rfd
0.15.0
- Move from
objc
crates toobjc2
crates. - Fix
AsyncFileDialog
blocking the executor on Windows (#191) - Add
TDF_SIZE_TO_CONTENT
toTaskDialogIndirect
config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (#202) - Fix
xdg-portal
backend not accepting special characters in message dialogs - Make
set_parent
requireHasWindowHandle + HasDisplayHandle
- Add support for
set_parent
in XDG Portals - Update
ashpd
to 0.9. - Add support for files without an extension in XDG Portal filters
- Derive
Clone
forFileHandle
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-handle
to 0.6. - Update
winit
in example to 0.29. - Update
ashpd
to 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
0.12.0
- Add title support for WASM (#132 Thanks to @Easyoakland)
- Add Create folder button to
pick_folder
on macOS (#127 Thanks to @bancek) - Add support for Yes/No/Cancel buttons (#123 Thanks to @Adanos020)
- Change a string method signatures (#117 Thanks to @somedevfox)
- WASM
save_file
(#134 Thanks to @Easyoakland) - Update
gtk-sys
to0.18
(#143) - Update
ashpd
to0.6
(#133 Thanks to @bilelmoussaoui) - Replace windows with
windows-sys
(#118 @Jake-Shadle) - Make zenity related deps optional (#141)
0.11.4
0.11.3
0.11.2
0.11.1
- Fix windows CC6 feature build