Skip to content

Commit

Permalink
Merge branch 'develop' into feat/update_disk_name
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Feb 18, 2024
2 parents 4bfb5c7 + 1a5d60d commit 2072281
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@
### 🖥 UI
- Improve dialog resizing [#32](https://github.com/fluxxcode/egui-file-dialog/pull/32)
- Error when saving a file is now displayed as a tooltip when hovering over the save button \
![Screenshot_20240218_172006](https://github.com/fluxxcode/egui-file-dialog/assets/55352293/002791a9-c6b1-4e12-a0bc-6d41e6b411e2)
![preview](media/changelog/v0.3.0/error_tooltip.png)
- Updated file name input to use all available space
- Added scroll area around the selected item
- The default minimum window size has been further reduced
- Added an error icon before the error message when creating a folder [#32](https://github.com/fluxxcode/egui-file-dialog/pull/32) \
![Screenshot_20240218_172105](https://github.com/fluxxcode/egui-file-dialog/assets/55352293/fa4acc59-1297-4d59-bfd6-277d50584cc6)
![preview](media/changelog/v0.3.0/error_icon.png)
- Removable devices are now listed in a separate devices section [#34](https://github.com/fluxxcode/egui-file-dialog/pull/34)

### 🔧 Changes
- Restructure `file_dialog.rs` [#36](https://github.com/fluxxcode/egui-file-dialog/pull/36)

### 📚 Documentation
- Fix typos in the documentation [#29](https://github.com/fluxxcode/egui-file-dialog/pull/29)
- Fix eframe version in the example in README.md [#30](https://github.com/fluxxcode/egui-file-dialog/pull/30)
- Added “Currently missing features” section to README.md and minor improvements [#31](https://github.com/fluxxcode/egui-file-dialog/pull/31)
- Fix eframe version in the example in `README.md` [#30](https://github.com/fluxxcode/egui-file-dialog/pull/30)
- Added "Planned features” section to `README.md` and minor improvements [#31](https://github.com/fluxxcode/egui-file-dialog/pull/31) (Renamed with [#35](https://github.com/fluxxcode/egui-file-dialog/pull/35))
- Updated example screenshot in `README.md` to include new "Removable Devices" section [#34](https://github.com/fluxxcode/egui-file-dialog/pull/34)
- Moved media files from `doc/img/` to `media/` [#37](https://github.com/fluxxcode/egui-file-dialog/pull/37)

## 2024-02-07 - v0.2.0 - API improvements
### 🚨 Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This repository provides an easy-to-use file dialog (a.k.a. file explorer, file picker) for [egui](https://github.com/emilk/egui). This makes it possible to use a file dialog directly in the egui application without having to rely on the file explorer of the operating system.

<img src="doc/img/demo.png">
<img src="media/demo.png">

The goal for the future is that parts of the dialog can be dynamically adapted so that it can be used in different situations. One goal, for example, is that the labels can be dynamically adjusted to support different languages.

Expand Down
Binary file added media/changelog/v0.3.0/error_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/changelog/v0.3.0/error_tooltip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 2072281

Please sign in to comment.