- Zenity message dialogs for xdg portal backend
- Update
gtk-sys
to0.16
andwindows-rs
to0.44
- fix(FileDialog::set_directory): fallback to default if path is empty
- feat: customize button text, Close #74
- feat: Add support for selecting multiple folders, fixes #73
- XDG: decode URI before converting to PathBuf #70
- Windows-rs update 0.37
- Windows-rs update 0.35
- Macos parent for sync FileDialog (#58)
- Windows-rs update 0.33
parent
feature was removed, it is always on now- New feature
xdg-portal
- Now you have to choose one of the features
gtk3
orxdg-portal
, gtk is on by default window
crate got updated to 0.32
- Safe Rust XDG Desktop Portal support
- Update
windows
crate to 0.30.
- Strip Win32 namespaces from directory paths
- FreeBSD support
- Port to windows-rs
- Update RawWindowHandle to 0.4
- Fix
set_directory
on some windows setups (#22) - Implement
set_file_name
on MacOS (#21)
set_parent
support forMessageDialog
on windows
- GTK save dialog now sets current_name correctly (#18)
- Update gtk
- [Breaking] Fix misspeled
OkCancel
inMessageButtons
(#12) set_parent
support for Windows (#14)