From 51933cb24f54862e1575cbce95ac386e67e21fdc Mon Sep 17 00:00:00 2001 From: "Sean P. Madden" Date: Tue, 9 Jul 2024 10:28:08 -0400 Subject: [PATCH] Release irox-egui-extras v0.3.12 --- Cargo.lock | 2 +- libraries/egui_extras/CHANGELOG.md | 41 +++++++++++++++++++++++++++++- libraries/egui_extras/Cargo.toml | 2 +- 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e94e27f..cf8b0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2077,7 +2077,7 @@ dependencies = [ [[package]] name = "irox-egui-extras" -version = "0.3.11" +version = "0.3.12" dependencies = [ "eframe", "egui", diff --git a/libraries/egui_extras/CHANGELOG.md b/libraries/egui_extras/CHANGELOG.md index 2b40150..5034953 100644 --- a/libraries/egui_extras/CHANGELOG.md +++ b/libraries/egui_extras/CHANGELOG.md @@ -1,6 +1,44 @@ +## v0.3.12 (2024-07-09) + +### New Features + + - add about build button + - add toggle buttons to gallery + - add mouseover capability for logplot + - Add About Window using irox-build-rs + - start to generate build info for egui-extras + +### Bug Fixes + + - move WithAlpha trait to crate top-level to fix packaging error + +### Commit Statistics + + + + - 6 commits contributed to the release over the course of 2 calendar days. + - 2 days passed between releases. + - 6 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Move WithAlpha trait to crate top-level to fix packaging error ([`bbb2b96`](https://github.com/spmadden/irox/commit/bbb2b9698cadb06c939daf857c0c82665990143b)) + - Add about build button ([`fc47b63`](https://github.com/spmadden/irox/commit/fc47b630c4ddda881af8a2da3a0917391088531f)) + - Add toggle buttons to gallery ([`317d6b7`](https://github.com/spmadden/irox/commit/317d6b7bd95c2ece9fee79c4a0521cd0f5dc2012)) + - Add mouseover capability for logplot ([`ceeef34`](https://github.com/spmadden/irox/commit/ceeef3484020d9ab171979ec3a94201ebe32f607)) + - Add About Window using irox-build-rs ([`109a8c4`](https://github.com/spmadden/irox/commit/109a8c43908cf43a18bc38b2ae6eba859d1a32b8)) + - Start to generate build info for egui-extras ([`162f02e`](https://github.com/spmadden/irox/commit/162f02e7597a778f7220903e14bf4ab56b49d852)) +
+ ## v0.3.11 (2024-07-07) ### New Features @@ -11,7 +49,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 8 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -23,6 +61,7 @@
view details * **Uncategorized** + - Release irox-egui-extras v0.3.11 ([`2b6f331`](https://github.com/spmadden/irox/commit/2b6f3318a8c9081721c9d948a6de4fe4191551f6)) - Add drag highlight in logplot, soon zoom. ([`57dcb42`](https://github.com/spmadden/irox/commit/57dcb42a7f88f2d23bd1117d0ad59e9300b98ee9))
diff --git a/libraries/egui_extras/Cargo.toml b/libraries/egui_extras/Cargo.toml index 95dda3b..5471c42 100644 --- a/libraries/egui_extras/Cargo.toml +++ b/libraries/egui_extras/Cargo.toml @@ -3,7 +3,7 @@ name = "irox-egui-extras" description = "Extras & tweaks for the egui framework" keywords = ["irox", "egui", "gui"] categories = ["gui"] -version = "0.3.11" +version = "0.3.12" edition.workspace = true authors.workspace = true homepage.workspace = true