Skip to content

Commit bc50a73

Browse files
chore(release): 0.4.2 [skip ci]
## 🎯 Highlights ### 🐛 Bug Fixes * infinite scroll loop after drag and drop in long command list ([98c8a20](/commit/98c8a206ba0452bd2395166768589909a2d5fc8a)) ## 🔧 Maintenance ### 🔧 Internal Fixes * Playwright dragTo() not triggering [@dnd-kit](https://github.com/dnd-kit) drag and drop ([a6273e8](/commit/a6273e81f814ae27224f8e4f8055a561c18a34a7)) ### ✅ Tests * add configuration save and scope switch E2E tests ([d2dccfd](/commit/d2dccfd3803292eeb099eea017bc0787996a70d0)) * add group and nested group command E2E tests ([e0d95e1](/commit/e0d95e15b402ae6293c791778fc7ced976438b7c)) * add UI E2E testing infrastructure ([4bec86d](/commit/4bec86def7dcf93eed6eb66dc4aba1d20f943155)) ### 🔨 Chore * syncing documentation from the ai-config-toolkit repository ([9c69ea0](/commit/9c69ea033d882022c720051b205895b943974ef5))
1 parent 98c8a20 commit bc50a73

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
@@ -2,6 +2,28 @@
22

33
### 🐛 Bug Fixes
44

5+
- infinite scroll loop after drag and drop in long command list ([98c8a206ba0452bd2395166768589909a2d5fc8a](/commit/98c8a206ba0452bd2395166768589909a2d5fc8a))
6+
7+
## 🔧 Maintenance
8+
9+
### 🔧 Internal Fixes
10+
11+
- Playwright dragTo() not triggering [@dnd-kit](https://github.com/dnd-kit) drag and drop ([a6273e81f814ae27224f8e4f8055a561c18a34a7](/commit/a6273e81f814ae27224f8e4f8055a561c18a34a7))
12+
13+
### ✅ Tests
14+
15+
- add configuration save and scope switch E2E tests ([d2dccfd3803292eeb099eea017bc0787996a70d0](/commit/d2dccfd3803292eeb099eea017bc0787996a70d0))
16+
- add group and nested group command E2E tests ([e0d95e15b402ae6293c791778fc7ced976438b7c](/commit/e0d95e15b402ae6293c791778fc7ced976438b7c))
17+
- add UI E2E testing infrastructure ([4bec86def7dcf93eed6eb66dc4aba1d20f943155](/commit/4bec86def7dcf93eed6eb66dc4aba1d20f943155))
18+
19+
### 🔨 Chore
20+
21+
- syncing documentation from the ai-config-toolkit repository ([9c69ea033d882022c720051b205895b943974ef5](/commit/9c69ea033d882022c720051b205895b943974ef5))
22+
23+
## 🎯 Highlights
24+
25+
### 🐛 Bug Fixes
26+
527
- keyboard layout mapping causing shortcut malfunction ([e9dff6e34a0a255e6e553907a49c4bcf2a2aa2f2](/commit/e9dff6e34a0a255e6e553907a49c4bcf2a2aa2f2))
628

729
## 🔧 Maintenance

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.4.1",
6+
"version": "0.4.2",
77
"publisher": "KubrickCode",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)