Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix formatting in changelog #226

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# egui-file-dialog changelog

## 2024-12-17 - egui update, custom right panel and more
## 2024-12-17 - v0.8.0 - egui update, custom right panel and more

### 🚨 Breaking Changes

- Updated `egui` from version `0.29.1` to version `0.30.0` [#221](https://github.com/fluxxcode/egui-file-dialog/pull/221) (thanks [@bircni](https://github.com/bircni)!
- Updated `egui` from version `0.29.1` to version `0.30.0` [#221](https://github.com/fluxxcode/egui-file-dialog/pull/221) (thanks [@bircni](https://github.com/bircni)!)

### ✨ Features

- Added `FileDialog::update_with_right_panel_ui` to add a custom right panel to the file dialog [#170](https://github.com/fluxxcode/egui-file-dialog/pull/170) (thanks [@crumblingstatue](https://github.com/crumblingstatue)!)
- Added `FileDialog::active_selected_entries` and `FileDialog::active_entry` to get information about the current active item/s [#170](https://github.com/fluxxcode/egui-file-dialog/pull/170) (thanks [@crumblingstatue](https://github.com/crumblingstatue)!)
- Added new `InformationPanel` to optionally display file information and image previews in the right panel (thanks [@hacknus](https://github.com/hacknus) and [@bircni](https://github.com/bircni)!)
- Added new `InformationPanel` to optionally display file information and image previews in the right panel [#184](https://github.com/fluxxcode/egui-file-dialog/pull/184) (thanks [@hacknus](https://github.com/hacknus) and [@bircni](https://github.com/bircni)!)
- Added option to show system files in the hamburger menu [#173](https://github.com/fluxxcode/egui-file-dialog/pull/173) (thanks [@crumblingstatue](https://github.com/crumblingstatue)!)
- Support mapped network devices on Windows [#189](https://github.com/fluxxcode/egui-file-dialog/pull/189)
- Added the ability to drag and drop files and folders to open their respective path [#192](https://github.com/fluxxcode/egui-file-dialog/pull/192) (thanks [@hacknus](https://github.com/hacknus)!)
- Support network drives on MacOS [#194](https://github.com/fluxxcode/egui-file-dialog/pull/194) (thanks [@hacknus](https://github.com/hacknus)!)
- Files and folders are now truncated in the middle and no longer divided onto separate lines. This can be disabled using `FileDialog::truncate_filenames` [#203](https://github.com/fluxxcode/egui-file-dialog/pull/203) (thanks [@hacknus](https://github.com/hacknus)!)

### ☢️ Deprecated
- Deprecated all `select_*` methods and added new equivalent `pick_*` methods [207](https://github.com/fluxxcode/egui-file-dialog/pull/207)
- Deprecated all `select_*` methods and added new equivalent `pick_*` methods [#207](https://github.com/fluxxcode/egui-file-dialog/pull/207)

### 🐛 Bug Fixes

Expand Down
Loading