diff --git a/CHANGELOG.md b/CHANGELOG.md index 73647ae7a..35df5579d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.26.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.25.0...v4.26.0) + +> April 8, 2023 + +- Remove sponsor logo [`#1929`](https://github.com/PKief/vscode-material-icon-theme/pull/1929) +- feat: add mercurial icon [`#1898`](https://github.com/PKief/vscode-material-icon-theme/pull/1898) +- feat: Add "Change File Color" functionality [`#1916`](https://github.com/PKief/vscode-material-icon-theme/pull/1916) +- feat: add C/C++ resource icon [`#1897`](https://github.com/PKief/vscode-material-icon-theme/pull/1897) +- feat: add deno icon [`#1896`](https://github.com/PKief/vscode-material-icon-theme/pull/1896) +- Add typst file icon [`#1917`](https://github.com/PKief/vscode-material-icon-theme/pull/1917) +- feat: add Plastic SCM icon [`#1877`](https://github.com/PKief/vscode-material-icon-theme/pull/1877) +- Update folderIcons.ts [`#1914`](https://github.com/PKief/vscode-material-icon-theme/pull/1914) +- add mctemplate and mcproject file extensions [`#1913`](https://github.com/PKief/vscode-material-icon-theme/pull/1913) +- Godot optimizations, folder [`#1884`](https://github.com/PKief/vscode-material-icon-theme/pull/1884) +- Update netlify icons [`#1908`](https://github.com/PKief/vscode-material-icon-theme/pull/1908) +- Add all possible stryker config filenames [`#1907`](https://github.com/PKief/vscode-material-icon-theme/pull/1907) +- Add support for all Serverless framework config extensions [`#1880`](https://github.com/PKief/vscode-material-icon-theme/pull/1880) + #### [v4.25.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.24.0...v4.25.0) > March 15, 2023 diff --git a/images/contributors.png b/images/contributors.png index 86ce27da5..12038ab2e 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index c1087d72b..c3a11ea67 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 9bfa2ea03..280bdf61a 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index 9b0149c9c..6f0d39712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.25.0", + "version": "4.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.25.0", + "version": "4.26.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index b19373434..972f5856e 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.25.0", + "version": "4.26.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",