Skip to content

Commit

Permalink
Prepare release v0.5.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode authored Mar 30, 2024
1 parent e211f5a commit 6b2f284
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# egui-file-dialog changelog

## [Unreleased] - v0.5.0 - [TODO]
## 2024-03-30 - v0.5.0 - egui update and QoL changes
### 🚨 Breaking Changes
- Updated `egui` from version `0.26.0` to version `0.27.1` [#97](https://github.com/fluxxcode/egui-file-dialog/pull/97)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
[package]
name = "egui-file-dialog"
description = "An easy-to-use file dialog for egui"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["fluxxcode"]
repository = "https://github.com/fluxxcode/egui-file-dialog"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The latest changes included in the next release can be found in the [CHANGELOG.m
- Customize which areas and functions of the dialog are visible
- Customize the text labels used by the dialog to enable multilingual support
- Customize file and folder icons
- Add custom quick access sections to the left sidebar

## Planned features
The following lists some of the features that are currently missing but are planned for the future!
Expand All @@ -49,7 +50,7 @@ Cargo.toml:
```toml
[dependencies]
eframe = "0.27.1"
egui-file-dialog = "0.4.0"
egui-file-dialog = "0.5.0"
```

main.rs:
Expand Down

0 comments on commit 6b2f284

Please sign in to comment.