Skip to content

Releases: PolyMeilex/rfd

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.

0.6.4

17 Jan 14:08
Compare
Choose a tag to compare
  • Rust edition bump
  • Gtk bump
  • windows-rs bump

0.6.3

26 Dec 14:01
Compare
Choose a tag to compare

0.6.2

16 Dec 17:09
Compare
Choose a tag to compare
  • Strip Win32 namespaces from directory paths #33 (Thanks to @parasyte!)

0.6.1

22 Nov 18:02
3bd31d6
Compare
Choose a tag to compare
  • Update windows-rs to 0.28

0.6.0

22 Nov 17:45
Compare
Choose a tag to compare
  • FreeBSD support
  • Port to windows-rs
  • Update RawWindowHandle to 0.4 (Thanks to @bwoods!)

NOTICE!

  • If you are using winit you probably want to wait until winit updates to new RawWindowHandle before updating rfd

0.5.1

08 Oct 16:25
Compare
Choose a tag to compare
  • Fix duplicate msgbox title on Windows #26 (Thanks to @repi!)

0.5.0

12 Sep 21:05
Compare
Choose a tag to compare
  • New file dialog builder method set_title #23 (Thanks to @hatal175!)

0.4.4

30 Aug 19:36
Compare
Choose a tag to compare
  • Fix set_directory on some windows setups #22
  • Implement set_file_name on MacOS #21 (Thanks to @emilk!)

0.4.3

16 Aug 19:04
Compare
Choose a tag to compare
  • set_parent support for MessageDialog on Windows #19 (Thanks to @lucasfernog!)