Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jun 13, 2024
1 parent 3411d28 commit dab95fa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.0.18

### 🚀 New Icons

- `lunaria` support [#206](https://github.com/miguelsolorio/vscode-symbols/issues/206)
- `expressive code` support [#205](https://github.com/miguelsolorio/vscode-symbols/issues/205)
- `nest-controller` and `nest-service` support [#207](https://github.com/miguelsolorio/vscode-symbols/issues/207)
- `.svelte.ts` and `.svelte.js` icons [#204](https://github.com/miguelsolorio/vscode-symbols/issues/204)
- `i18n` file icon and `Minecraft` file icon [#197](https://github.com/miguelsolorio/vscode-symbols/issues/197) via [@llgavamt](https://github.com/llgavamt)
- `apps` folder icon [#202](https://github.com/miguelsolorio/vscode-symbols/issues/202) via [@johancsmm](https://github.com/johancsmm)
- More icons for folder `router` [#201](https://github.com/miguelsolorio/vscode-symbols/issues/201) via [@johancsmm](https://github.com/johancsmm)
- `nuxt` icons [#200](https://github.com/miguelsolorio/vscode-symbols/issues/200) via [@johancsmm](https://github.com/johancsmm)
- More `vite` file names [#196](https://github.com/miguelsolorio/vscode-symbols/issues/196) via [@rafaelpimpa](https://github.com/rafaelpimpa)
- Updated `go` and `go mod` icons size [#208](https://github.com/miguelsolorio/vscode-symbols/issues/208)
- `utils` folder icon support [#209](https://github.com/miguelsolorio/vscode-symbols/issues/209) via [@castrogarciajs](https://github.com/castrogarciajs)

### 🧹 Cleanup

- Update dependencies and add workflow [#199](https://github.com/miguelsolorio/vscode-symbols/issues/199) via [@jacobtlamb](https://github.com/jacobtlamb)
- Update preview thumbnails

## 0.0.17

### 🚀 New Icons
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "symbols",
"displayName": "Symbols",
"description": "A simple file icon theme for VS Code",
"version": "0.0.17",
"version": "0.0.18",
"publisher": "miguelsolorio",
"icon": "symbols.png",
"preview": true,
"main": "./src/extension.js",
"engines": {
"vscode": "^1.70.0"
"vscode": "^1.88.0"
},
"categories": ["Themes"],
"extensionKind": ["ui", "workspace"],
Expand Down

0 comments on commit dab95fa

Please sign in to comment.