diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf8a85514..679cf991cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ # Changelog +## v5.14.1 + +[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.14.0...v5.14.1) + +### 🩹 Fixes + +- Add changelog of v5.14.0 ([25fcdc1b](https://github.com/material-extensions/vscode-material-icon-theme/commit/25fcdc1b)) +- **workflows:** Ensure similar formatting with pipeline ([#2705](https://github.com/material-extensions/vscode-material-icon-theme/pull/2705)) +- **workflows:** Changelog generation in release process ([#2704](https://github.com/material-extensions/vscode-material-icon-theme/pull/2704)) + +### ❤️ Contributors + +- Philipp Kief ([@PKief](http://github.com/PKief)) + ## v5.13.0...v5.14.0 [compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.13.0...v5.14.0) diff --git a/images/contributors.png b/images/contributors.png index 4a5d7cc5a5..8ac03c4604 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index c978e071a3..47a7aad147 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index c77f22f310..d1a658bd3b 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package.json b/package.json index 26d67becb2..7c06268175 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.14.0", + "version": "5.14.1", "license": "MIT", "scripts": { "precompile": "rimraf dist && bun run verify", @@ -53,16 +53,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", @@ -217,7 +230,9 @@ }, "activeForPacks": { "type": "array", - "default": ["angular"], + "default": [ + "angular" + ], "description": "%configuration.customClones.activeForPacks%", "items": { "type": "string", @@ -292,7 +307,11 @@ "%configuration.folders.theme.classic%", "%configuration.folders.theme.none%" ], - "enum": ["specific", "classic", "none"] + "enum": [ + "specific", + "classic", + "none" + ] }, "material-icon-theme.folders.color": { "type": "string", @@ -333,7 +352,11 @@ "material-icon-theme.logLevel": { "type": "string", "default": "info", - "enum": ["info", "error", "debug"], + "enum": [ + "info", + "error", + "debug" + ], "description": "%configuration.logLevel%" } }