Releases: Barugon/egui_file
Releases · Barugon/egui_file
v0.10.0
- 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
- 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)
- Update egui to v0.22 (#14)
v0.8.2
- Better logic for
DialogType::SelectFolder
- Use fixed tooltip positions
v0.8.1
- Allow setting a default filename (#12).
v0.6.0
Default to no window anchor. #9
v0.5.4
- Fix Windows build issue #8