Skip to content

Commit 931f4fc

Browse files
chore(release): 0.8.1 [skip ci]
## 🎯 Highlights ### 🐛 Bug Fixes * **import:** import comparing/saving to default buttons instead of active button set ([2bda317](/commit/2bda3173a5205779c24aa38e14a5ec45f9dc3575)) * **l10n:** fix translation keys displayed as-is in English environment ([f5e78e3](/commit/f5e78e374a6a90caa6a09e2208bc49c2d930bec7)) * **l10n:** sync webview language when VS Code language changes ([89d382a](/commit/89d382aa12f9cd2e1585e7e364c11a6f1d3b518a)) ## 🔧 Maintenance ### 🔧 Internal Fixes * **view:** update e2e tests broken by icon picker addition ([9eaeed8](/commit/9eaeed847bad7b6bebfa1dd9dcc8dc8bd2528b60)) ### 💄 Styles * format code ([2576735](/commit/25767350325bf91a28ad25512193a4a56e1a034f)) ### ♻️ Refactoring * **import-export:** remove unnecessary metadata from export format ([569dfbd](/commit/569dfbdbdad127551b610a7746acdc649fe25967))
1 parent 2bda317 commit 931f4fc

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## 🎯 Highlights
22

3+
### 🐛 Bug Fixes
4+
5+
- **import:** import comparing/saving to default buttons instead of active button set ([2bda3173a5205779c24aa38e14a5ec45f9dc3575](/commit/2bda3173a5205779c24aa38e14a5ec45f9dc3575))
6+
- **l10n:** fix translation keys displayed as-is in English environment ([f5e78e374a6a90caa6a09e2208bc49c2d930bec7](/commit/f5e78e374a6a90caa6a09e2208bc49c2d930bec7))
7+
- **l10n:** sync webview language when VS Code language changes ([89d382aa12f9cd2e1585e7e364c11a6f1d3b518a](/commit/89d382aa12f9cd2e1585e7e364c11a6f1d3b518a))
8+
9+
## 🔧 Maintenance
10+
11+
### 🔧 Internal Fixes
12+
13+
- **view:** update e2e tests broken by icon picker addition ([9eaeed847bad7b6bebfa1dd9dcc8dc8bd2528b60](/commit/9eaeed847bad7b6bebfa1dd9dcc8dc8bd2528b60))
14+
15+
### 💄 Styles
16+
17+
- format code ([25767350325bf91a28ad25512193a4a56e1a034f](/commit/25767350325bf91a28ad25512193a4a56e1a034f))
18+
19+
### ♻️ Refactoring
20+
21+
- **import-export:** remove unnecessary metadata from export format ([569dfbdbdad127551b610a7746acdc649fe25967](/commit/569dfbdbdad127551b610a7746acdc649fe25967))
22+
23+
## 🎯 Highlights
24+
325
### ✨ Features
426

527
- **view:** add icon picker component for visual icon selection ([f465386ed81f9c5b1b12289c0ee65edb63937e4c](/commit/f465386ed81f9c5b1b12289c0ee65edb63937e4c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Quick Command Buttons",
44
"icon": "public/logo.png",
55
"description": "Add customizable buttons to quickly execute commands in VS Code",
6-
"version": "0.8.0",
6+
"version": "0.8.1",
77
"publisher": "KubrickCode",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)