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 0f29b07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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

0 comments on commit 0f29b07

Please sign in to comment.