From 102159845332eb4cf9df44c2993b8272ef3f81d6 Mon Sep 17 00:00:00 2001 From: c2r0b Date: Sat, 24 Aug 2024 22:50:59 +0200 Subject: [PATCH] add and fix changelog --- .changes/0.2.0.md | 2 +- .changes/0.3.0.md | 2 +- .changes/0.4.0.md | 2 +- .changes/0.6.0.md | 2 +- .changes/0.7.0.md | 2 +- .changes/0.8.0.md | 2 +- .changes/0.8.1.md | 4 ++++ 7 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .changes/0.8.1.md diff --git a/.changes/0.2.0.md b/.changes/0.2.0.md index 10b86ce..02a7f8b 100644 --- a/.changes/0.2.0.md +++ b/.changes/0.2.0.md @@ -1,5 +1,5 @@ --- -"tauri-plugin-context-menu": "minor" +"tauri-plugin-context-menu": "major" --- - Add separator support on MacOS diff --git a/.changes/0.3.0.md b/.changes/0.3.0.md index d4642e3..4566f35 100644 --- a/.changes/0.3.0.md +++ b/.changes/0.3.0.md @@ -1,5 +1,5 @@ --- -"tauri-plugin-context-menu": "minor" +"tauri-plugin-context-menu": "major" --- - Add support for Windows diff --git a/.changes/0.4.0.md b/.changes/0.4.0.md index bc1ca5a..81e1099 100644 --- a/.changes/0.4.0.md +++ b/.changes/0.4.0.md @@ -1,5 +1,5 @@ --- -"tauri-plugin-context-menu": "minor" +"tauri-plugin-context-menu": "major" --- - Add icon support on Windows diff --git a/.changes/0.6.0.md b/.changes/0.6.0.md index 64f8143..f991992 100644 --- a/.changes/0.6.0.md +++ b/.changes/0.6.0.md @@ -1,5 +1,5 @@ --- -"tauri-plugin-context-menu": "minor" +"tauri-plugin-context-menu": "major" --- - Add linux support \ No newline at end of file diff --git a/.changes/0.7.0.md b/.changes/0.7.0.md index 5fbe8e3..ed9389c 100644 --- a/.changes/0.7.0.md +++ b/.changes/0.7.0.md @@ -1,5 +1,5 @@ --- -"tauri-plugin-context-menu": "minor" +"tauri-plugin-context-menu": "major" --- - Add checked items support #10 diff --git a/.changes/0.8.0.md b/.changes/0.8.0.md index 5f1324a..b8af110 100644 --- a/.changes/0.8.0.md +++ b/.changes/0.8.0.md @@ -1,5 +1,5 @@ --- -"tauri-plugin-context-menu": "minor" +"tauri-plugin-context-menu": "major" --- - Add support for `theme` option diff --git a/.changes/0.8.1.md b/.changes/0.8.1.md new file mode 100644 index 0000000..eaa146e --- /dev/null +++ b/.changes/0.8.1.md @@ -0,0 +1,4 @@ +--- +"tauri-plugin-context-menu": "minor" +--- +- Fix support for external display on MacOS #25 \ No newline at end of file