Skip to content

Releases: PolyMeilex/rfd

0.15.0

18 Sep 20:15
11b9651
Compare
Choose a tag to compare
  • Move from objc crates to objc2 crates.
  • Fix AsyncFileDialog blocking the executor on Windows (#191)
  • Add TDF_SIZE_TO_CONTENT to TaskDialogIndirect 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 require HasWindowHandle + 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 for FileHandle

0.14.1

11 Mar 18:10
7db7985
Compare
Choose a tag to compare
  • Avoid unnecessary heap allocation and copy (#181)
  • Implement FileDialog.starting_directory for xdg desktop portal backend (#179)

0.14.0

19 Feb 19:15
8646b50
Compare
Choose a tag to compare
  • 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

14 Jan 16:59
df89a42
Compare
Choose a tag to compare
  • [Breaking] Users of the xdg-portal feature must now also select the tokio
    or async-std feature
  • [macOS] Use NSOpenPanel.message instead of title #166

0.12.1

20 Oct 17:56
81aa5d6
Compare
Choose a tag to compare
  • Fix FileHandle::inner (under feature file-handle-inner) on wasm

0.12.0

09 Sep 15:59
19e4e7b
Compare
Choose a tag to compare

0.11.4

19 May 17:05
Compare
Choose a tag to compare

xdg-portal: Bump to latest ASHPD and cleanup (#95) (fixes #119)

0.11.3

24 Mar 18:18
Compare
Choose a tag to compare
  • Zenity message dialogs for xdg portal backend (#106)

0.11.2

04 Mar 15:58
Compare
Choose a tag to compare
  • Update pollster to 0.3 #105

0.11.1

10 Feb 17:27
Compare
Choose a tag to compare
  • Fix windows CC6 feature build