Releases: Barugon/egui_file
Releases · Barugon/egui_file
v0.21.0
- Implement virtual file system (#58)
v0.20.0
- Add ability to localize strings (#53)
- Use
Cow<'static, str>
for localizable strings (50930ec)
- Change egui version to 0.30
v0.17.0
- Add option to keep file dialog above other windows (#43)
- Don't set filename edit when selecting a folder
- Update egui to v0.27
v0.16.3
- Keep
FileType
with each file in the list.
v0.16.2
- Fix build error on Windows (#42)
v0.16.1
- Minor change to avoid a potential panic
v0.16.0
- Multi-file selection (#39)
v0.14.1
- Apply
filename_filter
for double click and enter (#37)