Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 31, 2018
1 parent 79c5fc0 commit d0f8b17
Show file tree
Hide file tree
Showing 7 changed files with 616 additions and 964 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,33 @@
# Changelog
## 3.5.0 (2018-05-31)
### New features
- Customizable icon opacity ([issue #222](https://github.com/PKief/vscode-material-icon-theme/issues/222))

### New icons
- HashiCorp ([@KristophUK](https://github.com/KristophUK) in [#253](https://github.com/PKief/vscode-material-icon-theme/pull/253))
- Ansible folder ([@KristophUK](https://github.com/KristophUK) in [#254](https://github.com/PKief/vscode-material-icon-theme/pull/254))
- Helm ([issue #250](https://github.com/PKief/vscode-material-icon-theme/issues/250))
- fish ([@erikphansen](https://github.com/erikphansen) in [#252](https://github.com/PKief/vscode-material-icon-theme/pull/252))
- .htpasswd ([issue #251](https://github.com/PKief/vscode-material-icon-theme/issues/251))
- docker-compose.yaml ([@thaffenden](https://github.com/thaffenden) in [#245](https://github.com/PKief/vscode-material-icon-theme/pull/245))
- angular.json ([issue #243](https://github.com/PKief/vscode-material-icon-theme/issues/243))
- Storybook: associate typescript stories ([issue #258](https://github.com/PKief/vscode-material-icon-theme/issues/258))
- Controller folder ([issue #227](https://github.com/PKief/vscode-material-icon-theme/issues/227))
- More React and Redux Ecosystem File Icons ([issue #255](https://github.com/PKief/vscode-material-icon-theme/issues/255)):
- Redux actions
- Redux reducer
- Redux store
- React router

### Updated icons
- go ([issue #257](https://github.com/PKief/vscode-material-icon-theme/issues/257))
- todo ([issue #247](https://github.com/PKief/vscode-material-icon-theme/issues/247))
- export folder
- import folder

### Other improvements
- Improved folder color validation

## 3.4.0 (2018-05-06)
### New icons
- debug folder ([@Bond-009](https://github.com/Bond-009) in [#236](https://github.com/PKief/vscode-material-icon-theme/pull/236))
Expand Down
20 changes: 15 additions & 5 deletions README.md
Expand Up @@ -39,6 +39,14 @@ or via user settings:
"material-icon-theme.folders.theme": "specific"
```

## Custom icon opacity

You can set a custom opacity for the icons:

```json
"material-icon-theme.opacity": 0.5
```

## Custom icon associations

You can customize the icon associations directly in the user settings.
Expand Down Expand Up @@ -96,17 +104,19 @@ Press `Ctrl-Shift-P` to open the command palette and type `Material Icons`.

<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/master/images/commandPalette.png" alt="commands" width="80%">

- **Change Folder Theme**: Change the design of the folder icons.

- **Restore Default Configuration**: Reset the default configurations of the icon theme.
- **Activate Icon Theme**: Activate the icon theme.

- **Change Folder Color**: Change the color of the folder icons.

- **Hide Folder Arrows**: Hides the arrows next to the folder icons.
- **Change Folder Theme**: Change the design of the folder icons.

- **Change Opacity**: Change the opacity of the icons.

- **Configure Icon Packs**: Select an icon pack that enables additional icons (e.g. for Angular, React, Ngrx).

- **Activate Icon Theme**: Activate the icon theme.
- **Hide Folder Arrows**: Hides the arrows next to the folder icons.

- **Restore Default Configuration**: Reset the default configurations of the icon theme.

## Icon sources

Expand Down
Binary file modified images/commandPalette.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.

0 comments on commit d0f8b17

Please sign in to comment.