Skip to content

Commit

Permalink
Release 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 21, 2018
1 parent a4092a1 commit b18332d
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 85 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,24 @@
# Changelog
## 3.5.2 (2018-07-21)
### New icons
- Webassembly (in [8b40758](https://github.com/PKief/vscode-material-icon-theme/commit/8b4075858d6d5df2b7f810aa6c817a70e5aca937))
- gettext / i18n ([issue #276](https://github.com/PKief/vscode-material-icon-theme/issues/276))
- .luacheckrc ([issue #277](https://github.com/PKief/vscode-material-icon-theme/issues/277))
- Semantic Release ([issue #279](https://github.com/PKief/vscode-material-icon-theme/issues/279))
- Bitbucket ([@haydenbr](https://github.com/haydenbr) in [#283](https://github.com/PKief/vscode-material-icon-theme/pull/283))
- node.js (alternative version) ([issue #262](https://github.com/PKief/vscode-material-icon-theme/issues/262))
- babel.config.js ([@titouancreach](https://github.com/titouancreach) in [#286](https://github.com/PKief/vscode-material-icon-theme/pull/286))
- Jupyter ([issue #285](https://github.com/PKief/vscode-material-icon-theme/issues/285))
- .gql ([@dabrowski-adam](https://github.com/dabrowski-adam) in [#287](https://github.com/PKief/vscode-material-icon-theme/pull/287))
- Jekyll folder ([issue #290](https://github.com/PKief/vscode-material-icon-theme/issues/290))

### Updated icons
- node_modules folder (in [36cf5c7](https://github.com/PKief/vscode-material-icon-theme/commit/36cf5c79c112bcc0ad9907c02062ad6e43c3778d))
- test folder (in [36cf5c7](https://github.com/PKief/vscode-material-icon-theme/commit/36cf5c79c112bcc0ad9907c02062ad6e43c3778d))

### Other improvements
- Updated translations (in [7f7f716](https://github.com/PKief/vscode-material-icon-theme/commit/7f7f716ddf0ffea66b3fef0a507ff0dd781b7b9d))

## 3.5.1 (2018-06-28)
### New icons
- San ([issue #260](https://github.com/PKief/vscode-material-icon-theme/issues/260))
Expand Down
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.
131 changes: 54 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions 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": "3.5.1",
"version": "3.5.2",
"publisher": "PKief",
"engines": {
"vscode": "^1.5.0"
Expand Down Expand Up @@ -163,15 +163,15 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@types/mocha": "^5.2.4",
"@types/node": "^10.5.1",
"@types/puppeteer": "^1.5.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.2",
"@types/puppeteer": "^1.5.1",
"bithound": "^1.7.0",
"mocha": "^5.2.0",
"puppeteer": "^1.5.0",
"puppeteer": "^1.6.0",
"rimraf": "^2.6.2",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2",
"vscode": "^1.1.18"
}
Expand Down
4 changes: 2 additions & 2 deletions scripts/preview/index.ts
Expand Up @@ -20,5 +20,5 @@ const folderThemes = filterDuplicates(folderIcons.map(theme => {
return [].concat(...folders);
}).reduce((a, b) => a.concat(b))).map(i => ({ iconName: i, label: i.replace('folder-', '') }));

generatePreview('fileIcons', basicFileIcons, 5, ['virtual']);
generatePreview('folderIcons', folderThemes, 5, ['folder', 'folder-expo']);
generatePreview('fileIcons', basicFileIcons, 5, ['virtual', 'video', 'powerpoint']);
generatePreview('folderIcons', folderThemes, 5, ['folder', 'folder-ansible', 'folder-expo']);

0 comments on commit b18332d

Please sign in to comment.