diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bd4580b..5cf0d31b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,25 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [v4.14.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.0...HEAD) +#### [v4.15.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.1...HEAD) + +> March 30, 2022 + +- Aligns Processing icon to Processing 4.x [`#1440`](https://github.com/PKief/vscode-material-icon-theme/pull/1440) +- Update color check to ignore deleted SVG icons [`#1450`](https://github.com/PKief/vscode-material-icon-theme/pull/1450) +- Several file extension, file name, and folder name icon associations [`#1447`](https://github.com/PKief/vscode-material-icon-theme/pull/1447) +- feat: add 'commit'msg' as file name to display 'console' icon [`#1445`](https://github.com/PKief/vscode-material-icon-theme/pull/1445) +- feat: psv alias [`#1442`](https://github.com/PKief/vscode-material-icon-theme/pull/1442) +- Unity folder icon [`#1434`](https://github.com/PKief/vscode-material-icon-theme/pull/1434) +- Update Gleam file icon [`#1433`](https://github.com/PKief/vscode-material-icon-theme/pull/1433) +- feat: turborepo [`#1388`](https://github.com/PKief/vscode-material-icon-theme/pull/1388) +- Add Poetry Python icon [`#1155`](https://github.com/PKief/vscode-material-icon-theme/pull/1155) +- Update lang-ru.ts [`#1428`](https://github.com/PKief/vscode-material-icon-theme/pull/1428) +- Update lang-ru.ts [`#1427`](https://github.com/PKief/vscode-material-icon-theme/pull/1427) +- feat: support avif image file type [`#1424`](https://github.com/PKief/vscode-material-icon-theme/pull/1424) +- feat: fileicon for steadybit configuration files [`#1399`](https://github.com/PKief/vscode-material-icon-theme/pull/1399) + +#### [v4.14.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.0...v4.14.1) > March 8, 2022 diff --git a/images/contributors.png b/images/contributors.png index 75b41211a..084ecdc11 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index fc8ab5740..f500c55ed 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 227adfdc2..daeccab93 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index 736ba20a7..acb485fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.14.1", + "version": "4.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.14.1", + "version": "4.15.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 3a6069a64..44c6d915d 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": "4.14.1", + "version": "4.15.0", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",