diff --git a/.changes/dark_menubar.md b/.changes/dark_menubar.md deleted file mode 100644 index e3f109f..0000000 --- a/.changes/dark_menubar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, draw a dark menu bar if the Window supports and has dark-mode enabled. diff --git a/.changes/menu-id-impls.md b/.changes/menu-id-impls.md deleted file mode 100644 index 81a792a..0000000 --- a/.changes/menu-id-impls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Add `PartialEq<&str> for &MenuId` and `PartialEq for &MenuId` implementations. Also add a blanket `From for MenuId` where `T: ToString` implementation. diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3e382..9a70b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.8.3] + +- [`33168fa`](https://www.github.com/tauri-apps/muda/commit/33168fa0a01e2773d9da4628afd4b147bc603f4d)([#98](https://www.github.com/tauri-apps/muda/pull/98)) On Windows, draw a dark menu bar if the Window supports and has dark-mode enabled. +- [`1a527e8`](https://www.github.com/tauri-apps/muda/commit/1a527e87086cf8d93e02405b87ca97992c08ad04)([#100](https://www.github.com/tauri-apps/muda/pull/100)) Add `PartialEq<&str> for &MenuId` and `PartialEq for &MenuId` implementations. Also add a blanket `From for MenuId` where `T: ToString` implementation. + ## \[0.8.2] - [`829051a`](https://www.github.com/tauri-apps/muda/commit/829051a30a1fef1e83b9bc0d4c10ff9874589f65) Dereference `&String` and `&&str` in `PartialEq` for `MenuId` type diff --git a/Cargo.toml b/Cargo.toml index 81ff814..d4c27db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.8.2" +version = "0.8.3" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]