diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce73d6..d1d300f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,39 @@ -# Changelog +### Changelog -## 1.1.2 (2022-02-05) + All notable changes to this project will be documented in this file. Dates are displayed in UTC. -### Fixes + +#### [v1.2.0](https://github.com/PKief/vscode-material-product-icons/compare/v1.1.2...v1.2.0) -- Fix issue with menu more icon -- Fix Restart and Disconnect debuggin use the same icon ([issue #28](https://github.com/PKief/vscode-material-product-icons/issues/28)) +> March 7, 2022 -## 1.1.1 (2021-08-15) +- Workflow improvements [`0308c5e`](https://github.com/PKief/vscode-material-product-icons/commit/0308c5e) +- Update disconnect icon [`19eab68`](https://github.com/PKief/vscode-material-product-icons/commit/19eab68) +- Fix package lock json resolved paths [`665de66`](https://github.com/PKief/vscode-material-product-icons/commit/665de66) +- Remove cache from workflow [`a05c28d`](https://github.com/PKief/vscode-material-product-icons/commit/a05c28d) +- Add registry URL to workflow [`c616578`](https://github.com/PKief/vscode-material-product-icons/commit/c616578) +- Improve workflow [`#34`](https://github.com/PKief/vscode-material-product-icons/pull/34) +- Strange icons in the "View" menu [`#32`](https://github.com/PKief/vscode-material-product-icons/pull/32) +- Unintuitive icons for jupter cell toolbar [`#30`](https://github.com/PKief/vscode-material-product-icons/pull/30) + +#### [v1.1.2](https://github.com/PKief/vscode-material-product-icons/compare/v1.1.1...v1.1.2) -### Fixes +> February 5, 2022 -- Fix missing logo in Readme +- Fix issue with menu more icon [`83c350a`](https://github.com/PKief/vscode-material-product-icons/commit/83c350a) +- Fix Restart and Disconnect debuggin use the same icon (Closes #28) [`9dea79c`](https://github.com/PKief/vscode-material-product-icons/commit/9dea79c) +- Remove deprecated icon associations [`91f5cc2`](https://github.com/PKief/vscode-material-product-icons/commit/91f5cc2) +- Update dependencies [`b95fa27`](https://github.com/PKief/vscode-material-product-icons/commit/b95fa27) + +#### [v1.1.1](https://github.com/PKief/vscode-material-product-icons/compare/v1.1.0...v1.1.1) -## 1.1.0 (2021-08-15) +> August 15, 2021 -### Updated icons + +#### [v1.1.0](https://github.com/PKief/vscode-material-product-icons/compare/v1.0.3...v1.1.0) -- Preview ([issue #17](https://github.com/PKief/vscode-material-product-icons/issues/17)) +> August 15, 2021 -## 1.0.4 (2021-03-10) - -### Fixes - -- Compact menuBarVisibility's icon doesn't exist/appear ([issue #10](https://github.com/PKief/vscode-material-product-icons/issues/10)) - -## 1.0.3 (2021-03-07) - -### Fixes - -- "Source Control" and "Run and Debug" Icons differ significantly from the original Codicons ([issue #11](https://github.com/PKief/vscode-material-product-icons/issues/11)) +- Update preview icon (Closes #17) [`d399bab`](https://github.com/PKief/vscode-material-product-icons/commit/d399bab) +- Update changelog [`08c14ba`](https://github.com/PKief/vscode-material-product-icons/commit/08c14ba) +- Fix menuBarVisibility's icon (Fixes #10) [`c8c3e26`](https://github.com/PKief/vscode-material-product-icons/commit/c8c3e26) diff --git a/images/preview.png b/images/preview.png index 10cf382..7f2c5dc 100644 Binary files a/images/preview.png and b/images/preview.png differ diff --git a/package-lock.json b/package-lock.json index 8befd80..0fcd9e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-product-icons", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-product-icons", - "version": "1.1.2", + "version": "1.2.0", "devDependencies": { "@types/puppeteer": "^5.4.4", "changelog-machine": "^1.0.2", diff --git a/package.json b/package.json index c9dde95..523931a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-product-icons", "displayName": "Material Product Icons", "description": "Product Icon Theme with Material Icons for VS Code", - "version": "1.1.2", + "version": "1.2.0", "publisher": "PKief", "engines": { "vscode": "^1.53.0"