Skip to content

Releases: Barugon/egui_file

v0.10.0

21 Jul 06:11
Compare
Choose a tag to compare
  • Add ability to set the window title (#16)
  • path now returns Option<&Path> (breaking change, #16)
  • Add ability to set the window ID (#17)

v0.9.1

15 Jul 16:53
Compare
Choose a tag to compare
  • Filter when reading the file names in order to prevent lag on folders with a lot of files (#15)
  • Don't read the file names until open is called.

v0.9.0: update dependencies egui to version 0.22 (#14)

25 May 03:02
6463eaa
Compare
Choose a tag to compare

v0.8.3

24 May 16:08
Compare
Choose a tag to compare
  • Add Sync trait to Filter

v0.8.2

07 May 21:52
Compare
Choose a tag to compare
  • Better logic for DialogType::SelectFolder
  • Use fixed tooltip positions

v0.8.1

18 Apr 20:39
Compare
Choose a tag to compare
  • Allow setting a default filename (#12).

v0.8.0

08 Feb 21:29
Compare
Choose a tag to compare

Update egui to v0.21.

v0.7.0

07 Feb 03:26
Compare
Choose a tag to compare

Better resizing. #10

v0.6.0

06 Feb 21:04
Compare
Choose a tag to compare

Default to no window anchor. #9

v0.5.4

14 Jan 06:30
Compare
Choose a tag to compare
  • Fix Windows build issue #8