Skip to content

Commit

Permalink
Update 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael-Lopes-Da-Silva committed Nov 9, 2024
1 parent a288edc commit 793a8be
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

---

### 2.4.0
- Added more icons

### 2.3.9
- Update publish config
- Better sh support
Expand Down
Binary file not shown.
File renamed without changes
File renamed without changes
21 changes: 11 additions & 10 deletions icons/yellowed_icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dbf": "_card_file_box",
"dex": "_gear",
"dif": "_calendar",
"diff": "_file_cabinet_flat",
"diff": "_calendar",
"dill": "_gear",
"directory": "_card_index_dividers",
"dist": "_scroll",
Expand Down Expand Up @@ -119,8 +119,8 @@
"htaccess": "_feather",
"htaccess_local": "_feather",
"htaccess_notlive": "_feather",
"htm": "_world_map_flat",
"html": "_world_map_flat",
"htm": "_world_map",
"html": "_world_map",
"htpasswd": "_feather",
"hx": "_anger_symbol",
"hxml": "_anger_symbol",
Expand All @@ -145,6 +145,7 @@
"js": "_rocket",
"json": "_scroll",
"jsx": "_rocket",
"kbd": "_keyboard",
"keep": "_pushpin",
"kexe": "_toolbox",
"key": "_key",
Expand Down Expand Up @@ -196,7 +197,7 @@
"node": "_package",
"nojekyll": "_gear",
"npmignore": "_pushpin",
"nu": "_chestnut_flat",
"nu": "_chestnut",
"nvmrc": "_gear",
"nycrc": "_scroll",
"o": "_gear",
Expand Down Expand Up @@ -304,7 +305,7 @@
"woff2": "_black_nib",
"wpl": "_musical_note",
"xcconfig": "_scroll",
"xhtml": "_world_map_flat",
"xhtml": "_world_map",
"xla": "_calendar",
"xlam": "_calendar",
"xlb": "_calendar",
Expand Down Expand Up @@ -458,7 +459,7 @@
"_card_index_dividers": {
"iconPath": "./asset/card_index_dividers_flat.svg"
},
"_chestnut_flat": {
"_chestnut": {
"iconPath": "./asset/chestnut_flat.svg"
},
"_clapper_board": {
Expand Down Expand Up @@ -515,9 +516,6 @@
"_feather": {
"iconPath": "./asset/feather_flat.svg"
},
"_file_cabinet_flat": {
"iconPath": "./asset/file_cabinet_flat.svg"
},
"_file_folder": {
"iconPath": "./asset/file_folder_flat.svg"
},
Expand Down Expand Up @@ -572,6 +570,9 @@
"_key": {
"iconPath": "./asset/key_flat.svg"
},
"_keyboard": {
"iconPath": "./asset/keyboard_flat.svg"
},
"_keycap_hashtag": {
"iconPath": "./asset/keycap_hashtag_flat.svg"
},
Expand Down Expand Up @@ -734,7 +735,7 @@
"_wood": {
"iconPath": "./asset/wood_flat.svg"
},
"_world_map_flat": {
"_world_map": {
"iconPath": "./asset/world_map_flat.svg"
},
"_wrench": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
"package": "vsce package -o build",
"publish": "vsce publish"
},
"version": "2.3.9"
"version": "2.4.0"
}
Empty file added samples/.diff
Empty file.
Empty file added samples/.kbd
Empty file.
Empty file added samples/.nu
Empty file.

0 comments on commit 793a8be

Please sign in to comment.