Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 7, 2022
1 parent 0308c5e commit 229e651
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 25 deletions.
51 changes: 29 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file modified images/preview.png
Loading
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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 229e651

Please sign in to comment.