Skip to content

Commit

Permalink
Release 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 30, 2022
1 parent cc4d0dc commit 4840634
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
Binary file modified images/contributors.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/fileIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folderIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4840634

Please sign in to comment.