Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEthra committed Oct 17, 2024
1 parent b499a5d commit a258986
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased

# 0.17.0
* (breaking) removed `Toast::font(font: FontId)`, this can now be done by using `egui::widget_text::RichText` and `RichText::font`
* Added support for `egui::widget_text::WidgetText` in Toasts, this allows for more customization of the text in the toast.
* (breaking) removed `Toast::font(font: FontId)`, this can now be done by using `egui::widget_text::RichText` and `RichText::font`. [#34]
* Added support for `egui::widget_text::WidgetText` in Toasts, this allows for more customization of the text in the toast. [#34]

[#34]: https://github.com/ItsEthra/egui-notify/pull/34

# 0.16.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.17.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ItsEthra/egui-notify"
description = "Simple notifications library for EGUI"
description = "Simple notifications library for egui"
authors = ["ItsEthra"]
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cargo add egui-notify

```toml
[dependencies]
egui-notify = "0.16.0"
egui-notify = "0.17.0"
```

## Difference to [`egui-toast`](https://github.com/urholaukkarinen/egui-toast)
Expand Down

0 comments on commit a258986

Please sign in to comment.