Skip to content

Releases: PolyMeilex/rfd

0.11.0

31 Jan 12:52
Compare
Choose a tag to compare
  • Update gtk-sys to 0.16 and windows-rs to 0.44

0.10.1 - yanked

30 Jan 16:26
Compare
Choose a tag to compare
  • Update gtk-sys to 0.16 and windows-rs to 0.44

0.10.0

28 Jul 17:30
Compare
Choose a tag to compare

0.9.1

17 Jun 09:23
Compare
Choose a tag to compare
  • common-controls-v6 feature disabled by default as it causes problems downstream, will be re-enabled once that is resolved (1, 2)

0.9.0

15 Jun 18:49
Compare
Choose a tag to compare
  • feat: customize button text, Close #74 (Thanks to @meowtec)
  • feat: Add support for selecting multiple folders, fixes #73 (Thanks to @betamos)

0.8.4

04 Jun 20:51
Compare
Choose a tag to compare
  • XDG: decode URI before converting to PathBuf #70

0.8.2

16 Apr 21:48
Compare
Choose a tag to compare
  • Windows-rs update 0.35

0.8.1

05 Mar 20:51
Compare
Choose a tag to compare
  • Macos parent for sync FileDialog (#58)
  • Windows-rs update 0.33

0.8.0

17 Feb 17:55
Compare
Choose a tag to compare
  • parent feature was removed, it is always on now
  • New feature xdg-portal
  • Now you have to choose one of the features gtk3 or xdg-portal, gtk is on by default
  • window crate got updated to 0.32

0.7.0

26 Jan 14:30
Compare
Choose a tag to compare
  • Safe Rust XDG Desktop Portal support (Thanks to @Be-ing and @bilelmoussaoui!)
    • In order to test it you can disable default gtk3 feature of the crate, if you do, dependency on GTK will be dropped and XDG portal will be used instead.