Skip to content

Commit

Permalink
Release 4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 26, 2023
1 parent e462540 commit e487794
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.


#### [v4.30.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.29.0...v4.30.0)

> August 26, 2023
- [Icon Request] Add icon association to dockercompose language id [`#2059`](https://github.com/PKief/vscode-material-icon-theme/pull/2059)
- [Icon Request] Secret Folder [`#2060`](https://github.com/PKief/vscode-material-icon-theme/pull/2060)
- Add frontends folder icon [`379040f`](https://github.com/PKief/vscode-material-icon-theme/commit/379040f)
- Associate `.tfbackend` files with Terraform [`#2055`](https://github.com/PKief/vscode-material-icon-theme/pull/2055)
- Add jest file names [`43bde80`](https://github.com/PKief/vscode-material-icon-theme/commit/43bde80)
- feat: enum icon [`#1195`](https://github.com/PKief/vscode-material-icon-theme/pull/1195)
- Add istanbul file names [`5ce97ae`](https://github.com/PKief/vscode-material-icon-theme/commit/5ce97ae)
- Add folder-robot icon [`#2039`](https://github.com/PKief/vscode-material-icon-theme/pull/2039)
- czech translation [`#2040`](https://github.com/PKief/vscode-material-icon-theme/pull/2040)
- [Icon Request] panda.config.ts [`#2034`](https://github.com/PKief/vscode-material-icon-theme/pull/2034)
- Adding Roblox Studio icons [`#2029`](https://github.com/PKief/vscode-material-icon-theme/pull/2029)
- Add .taurignore [`#2033`](https://github.com/PKief/vscode-material-icon-theme/pull/2033)
- maint: `.containerfile` and `.containerignore` icon [`#2026`](https://github.com/PKief/vscode-material-icon-theme/pull/2026)

#### [v4.29.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.28.0...v4.29.0)

> July 14, 2023
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.29.0",
"version": "4.30.0",
"scripts": {
"build": "npm run compile:dev && npm run generateJson",
"check": "ts-node ./src/scripts/icons/checks",
Expand Down

0 comments on commit e487794

Please sign in to comment.