diff --git a/CHANGELOG.md b/CHANGELOG.md index e41dceb8..46acfdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,6 @@ - [#676](https://github.com/estruyf/vscode-front-matter/issues/676): Allow the `frontmatter.json` file to be placed in a sub-directory - [#677](https://github.com/estruyf/vscode-front-matter/issues/677): Added support for [Browse Lite](https://marketplace.visualstudio.com/items?itemName=antfu.browse-lite) extension to open preview when installed -### ⚡️ Optimizations - ### 🐞 Fixes - [#623](https://github.com/estruyf/vscode-front-matter/issues/623): Fix issue where metadata is not maintained on file move @@ -35,6 +33,7 @@ - [#665](https://github.com/estruyf/vscode-front-matter/issues/665): Added `dev` parameter to Nuxt script - [#668](https://github.com/estruyf/vscode-front-matter/issues/668): Reset pagination on media search - [#678](https://github.com/estruyf/vscode-front-matter/issues/678): Check field type of `tags` fields for tags rendering on item cards +- [#681](https://github.com/estruyf/vscode-front-matter/issues/681): Fix SVG icons which are used in the VSCode UI ## [9.2.0] - 2023-09-11 diff --git a/assets/icons/blockquote-dark.svg b/assets/icons/blockquote-dark.svg index a9cebe94..a3149b7b 100644 --- a/assets/icons/blockquote-dark.svg +++ b/assets/icons/blockquote-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/blockquote-light.svg b/assets/icons/blockquote-light.svg index eb10a05b..a23c1d57 100644 --- a/assets/icons/blockquote-light.svg +++ b/assets/icons/blockquote-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/bold-dark.svg b/assets/icons/bold-dark.svg index 6ba1d39f..ed8bee37 100644 --- a/assets/icons/bold-dark.svg +++ b/assets/icons/bold-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/bold-light.svg b/assets/icons/bold-light.svg index 9c887220..dbf3bb3a 100644 --- a/assets/icons/bold-light.svg +++ b/assets/icons/bold-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/chatbot-dark.svg b/assets/icons/chatbot-dark.svg index 718e178a..e2c46f5c 100644 --- a/assets/icons/chatbot-dark.svg +++ b/assets/icons/chatbot-dark.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/assets/icons/chatbot-light.svg b/assets/icons/chatbot-light.svg index 5489e3e7..3f7ee554 100644 --- a/assets/icons/chatbot-light.svg +++ b/assets/icons/chatbot-light.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/assets/icons/close-dark.svg b/assets/icons/close-dark.svg index 257a84b0..3443b4df 100644 --- a/assets/icons/close-dark.svg +++ b/assets/icons/close-dark.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/assets/icons/close-light.svg b/assets/icons/close-light.svg index b9270b95..382ccd13 100644 --- a/assets/icons/close-light.svg +++ b/assets/icons/close-light.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/assets/icons/code-dark.svg b/assets/icons/code-dark.svg index a99e9aeb..ec2cc1dc 100644 --- a/assets/icons/code-dark.svg +++ b/assets/icons/code-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/code-light.svg b/assets/icons/code-light.svg index 1c0e436e..ff03e62b 100644 --- a/assets/icons/code-light.svg +++ b/assets/icons/code-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/codeblock-dark.svg b/assets/icons/codeblock-dark.svg index 8145c45f..36ff9942 100644 --- a/assets/icons/codeblock-dark.svg +++ b/assets/icons/codeblock-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/codeblock-light.svg b/assets/icons/codeblock-light.svg index 29714eb5..9266aeba 100644 --- a/assets/icons/codeblock-light.svg +++ b/assets/icons/codeblock-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/heading-dark.svg b/assets/icons/heading-dark.svg index 12e37896..394f9d96 100644 --- a/assets/icons/heading-dark.svg +++ b/assets/icons/heading-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/heading-light.svg b/assets/icons/heading-light.svg index 39010990..ef9a244d 100644 --- a/assets/icons/heading-light.svg +++ b/assets/icons/heading-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/italic-dark.svg b/assets/icons/italic-dark.svg index ac651c36..54d5c6db 100644 --- a/assets/icons/italic-dark.svg +++ b/assets/icons/italic-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/italic-light.svg b/assets/icons/italic-light.svg index 427ab51d..e045ebcc 100644 --- a/assets/icons/italic-light.svg +++ b/assets/icons/italic-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/media-dark.svg b/assets/icons/media-dark.svg index 65377af6..a8ba726b 100644 --- a/assets/icons/media-dark.svg +++ b/assets/icons/media-dark.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/assets/icons/media-light.svg b/assets/icons/media-light.svg index a382f5cc..cc126944 100644 --- a/assets/icons/media-light.svg +++ b/assets/icons/media-light.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/assets/icons/options-dark.svg b/assets/icons/options-dark.svg index 0c0f9b9b..034aafe1 100644 --- a/assets/icons/options-dark.svg +++ b/assets/icons/options-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/options-light.svg b/assets/icons/options-light.svg index b5c10374..dd180058 100644 --- a/assets/icons/options-light.svg +++ b/assets/icons/options-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/ordered-list-dark.svg b/assets/icons/ordered-list-dark.svg index 1d351b8e..99a330b9 100644 --- a/assets/icons/ordered-list-dark.svg +++ b/assets/icons/ordered-list-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/ordered-list-light.svg b/assets/icons/ordered-list-light.svg index b238e15b..aa3f155e 100644 --- a/assets/icons/ordered-list-light.svg +++ b/assets/icons/ordered-list-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/scissors-dark.svg b/assets/icons/scissors-dark.svg index 514110d3..2e81042b 100644 --- a/assets/icons/scissors-dark.svg +++ b/assets/icons/scissors-dark.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/assets/icons/scissors-light.svg b/assets/icons/scissors-light.svg index 780b674e..a2e41ffb 100644 --- a/assets/icons/scissors-light.svg +++ b/assets/icons/scissors-light.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/assets/icons/strikethrough-dark.svg b/assets/icons/strikethrough-dark.svg index a8a8a038..f2fd6bd9 100644 --- a/assets/icons/strikethrough-dark.svg +++ b/assets/icons/strikethrough-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/strikethrough-light.svg b/assets/icons/strikethrough-light.svg index bd67607c..b91b9af1 100644 --- a/assets/icons/strikethrough-light.svg +++ b/assets/icons/strikethrough-light.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/unordered-list-dark.svg b/assets/icons/unordered-list-dark.svg index 9a66e6c9..2b37cc79 100644 --- a/assets/icons/unordered-list-dark.svg +++ b/assets/icons/unordered-list-dark.svg @@ -1,4 +1,4 @@ - + diff --git a/assets/icons/unordered-list-light.svg b/assets/icons/unordered-list-light.svg index 29de1d80..467916ee 100644 --- a/assets/icons/unordered-list-light.svg +++ b/assets/icons/unordered-list-light.svg @@ -1,4 +1,4 @@ - +