diff --git a/CHANGELOG.md b/CHANGELOG.md index 43dd307fd0..b2e7ae8bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v5.7.0](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.6.0...v5.7.0) + +> July 22, 2024 + +- Added markdownlint icon [`#2415`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2415) +- Use issue forms [`#2445`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2445) +- Added `Ціль` icon [`#2424`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2424) +- Added snap folder icon [`#2439`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2439) +- Add liara cloud icon [`#2409`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2409) +- Added deepsource icon [`#2413`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2413) +- Added separate Buy Me a Coffee link in `FUNDING.yml` [`#2458`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2458) +- Added aliases for codecov icon [`#2440`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2440) +- Changed icon for `devcontainer.json` [`#2448`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2448) +- Added icon for `xlf` files [`#2455`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2455) +- Added `win32` folder icon [`#2456`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2456) +- build(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8 [`#2453`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2453) +- build(deps): bump oven-sh/setup-bun [`#2452`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2452) +- Moved PR template [`#2438`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2438) +- Allign with new requirements of vscode-vsce v2.31.0 [`b5552f41`](https://github.com/material-extensions/vscode-material-icon-theme/commit/b5552f41) +- feat: mist file icon [`#2435`](https://github.com/material-extensions/vscode-material-icon-theme/pull/2435) +- Provide option to analyse bundle size [`6186d685`](https://github.com/material-extensions/vscode-material-icon-theme/commit/6186d685) +- Improve stability of code [`58c90cf0`](https://github.com/material-extensions/vscode-material-icon-theme/commit/58c90cf0) + #### [v5.6.0](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.5.1...v5.6.0) > July 16, 2024 diff --git a/icons/deepsource.svg b/icons/deepsource.svg index 7789d8d56e..d70fd467c6 100644 --- a/icons/deepsource.svg +++ b/icons/deepsource.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/folder-snapcraft-open.svg b/icons/folder-snapcraft-open.svg index a39022ccc9..cdc2722512 100644 --- a/icons/folder-snapcraft-open.svg +++ b/icons/folder-snapcraft-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/folder-snapcraft.svg b/icons/folder-snapcraft.svg index fc41c42fdd..69ee2c35c1 100644 --- a/icons/folder-snapcraft.svg +++ b/icons/folder-snapcraft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/liara.svg b/icons/liara.svg index b265a821e9..2738bec7dc 100644 --- a/icons/liara.svg +++ b/icons/liara.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/icons/markdownlint.svg b/icons/markdownlint.svg index 28d1a613b2..37daf0d27a 100644 --- a/icons/markdownlint.svg +++ b/icons/markdownlint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/tsil.svg b/icons/tsil.svg index d0d0d31b30..261d7cdfec 100644 --- a/icons/tsil.svg +++ b/icons/tsil.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/images/contributors.png b/images/contributors.png index 55cb08fb7c..67129a66da 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index 086541a63e..c3ca057b01 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 5b669f25ba..9032427b7b 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package.json b/package.json index 87dd7980f6..cfdfb9441c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-icon-theme", "displayName": "Material Icon Theme", "description": "Material Design Icons for Visual Studio Code", - "version": "5.6.0", + "version": "5.7.0", "scripts": { "precompile": "rimraf dist && bun run verify", "compile": "tsc -p ./", @@ -54,16 +54,29 @@ "color": "#1e1e1e", "theme": "dark" }, - "categories": ["Themes"], - "keywords": ["icons", "theme", "material", "icon-theme", "customization"], - "extensionKind": ["ui", "workspace"], + "categories": [ + "Themes" + ], + "keywords": [ + "icons", + "theme", + "material", + "icon-theme", + "customization" + ], + "extensionKind": [ + "ui", + "workspace" + ], "capabilities": { "untrustedWorkspaces": { "supported": true }, "virtualWorkspaces": true }, - "activationEvents": ["onStartupFinished"], + "activationEvents": [ + "onStartupFinished" + ], "main": "./dist/extension/desktop/extension.cjs", "browser": "./dist/extension/web/extension.cjs", "module": "./dist/module/index.cjs", @@ -260,7 +273,11 @@ "%configuration.folders.theme.classic%", "%configuration.folders.theme.none%" ], - "enum": ["specific", "classic", "none"] + "enum": [ + "specific", + "classic", + "none" + ] }, "material-icon-theme.folders.color": { "type": "string",