0.12.0 (2026-02-14)
- ui: add set indicator toggle with consolidated options menu (379a859)
- format code (a656373)
- add missing test cases for BackupManager (fdf18e6)
- add missing test cases for command-executor (f449dc3)
- add missing test cases for config-manager and ui-items (914fda3)
- add missing test cases for StatusBarManager (3801777)
- add missing test cases for TerminalManager (84dae5b)
- add missing tests for show-all-commands and button-set-manager (d16f7d5)
- add unit tests for config-fallback utility function (a862f05)
- claude code execution command modified to always run in a new terminal (5c3b550)
- sync ai & container config from kubrickcode/ai-config-toolkit (b609036)
0.11.0 (2026-01-22)
- add newTerminal option for executing commands in fresh terminal each time (435adc3)
- ui: add Configuration UI integration for newTerminal option (1d825af)
- i18n: apply i18n to name field validation error message (27c2597)
- release: fix broken commit links and long hash display in release notes (a114b5d)
- view: add localStorage persistence to mock VSCode API (91b0696)
- add missing version headers and improve CHANGELOG hierarchy (5676fcd)
- view: add E2E test infrastructure and new scenarios (18b45bd)
- view: expand E2E test coverage (3b790ed)
- add a port shutdown command (934711d)
- ai-config-toolkit sync (c75151f)
- changing the environment variable name for accessing GitHub MCP (6214a18)
- delete unused mcp (54ee134)
- deps-dev: bump @playwright/test from 1.56.1 to 1.57.0 (e490ec4)
- deps-dev: bump @tailwindcss/vite from 4.1.13 to 4.1.18 (5663b76)
- deps-dev: bump eslint-plugin-react-hooks from 7.0.0 to 7.0.1 (20804dd)
- deps-dev: bump lucide-react from 0.544.0 to 0.561.0 (cb49ffe)
- deps-dev: bump tailwindcss from 4.1.13 to 4.1.17 (cc345f2)
- deps-dev: bump typescript from 5.8.3 to 5.9.3 (d2c4026)
- deps-dev: bump typescript-eslint from 8.46.0 to 8.50.0 (00fcfb7)
- deps: bump actions/cache from 4 to 5 (5193ea8)
- deps: bump actions/download-artifact from 6 to 7 (2fd38c3)
- deps: bump actions/upload-artifact from 5 to 6 (622efa5)
- deps: bump react-hook-form from 7.66.1 to 7.68.0 (550aedb)
- fix vscode import area not automatically collapsing (f76b841)
- improved the claude code status line to display the correct context window size. (e51c3b9)
- modified container structure to support codespaces (862417c)
- sync ai-config-toolkit (93e8229)
- sync ai-config-toolkit (3560429)
- sync ai-config-toolkit (d90cb74)
0.10.1 (2025-12-10)
- add missing shortcut duplicate validation in groups and root level (504469e971a68a24c0f9fba0e79cdbe885175112)
- ai-config-toolkit sync (fa238d7ff27788c34e4ddc828e2b34d4e1a7806e)
0.10.0 (2025-12-07)
- view: add undo/redo keyboard shortcuts for command editing (2a65f520cbb1e3ce507884b73a0cd0a646205034)
- add validation feedback for empty fields in group command save (01bb4b67a2c4d8ce037023de2401218516d06ac3)
- introduce FormField component and enhance nested group validation (4915d2634ac7b99c40b13ee258318a94cc25ef0d)
- remove false duplicate shortcut errors across different groups (7d81194c59033cfa15db143e8af0747c0b38283b)
- stores: UI not updating when changing button sets in local scope (af28bdea04bbb8b81d806e8bcb4f6a681397c2d3)
- view: fix strict mode violation in undo-redo E2E test (5e602a172096d224964777c2de57642fa57eef4d)
- add event emission to all managers (7af80b8a985fd5aa3cdad069a42e078cbd7e97df)
- add event subscriptions to UI components and remove direct calls (dd269c05b9a7bd4e5e905c07fc9d7f647d96e1d6)
- ci: extract common CI setup to composite action (761aafc985fd01ce3f11cf6f08c774fd531fd841)
- implement type-safe EventBus infrastructure (c7a26b338a2f755410f53d2f8bc994aa5740caf9)
- stores: add StoreSync layer for settings synchronization (2322b00c6c51f1c0d388eeadb2e7ecb4a14c9564)
- stores: add zustand-based central state store (394b05dce50b61435e31caf7c37b490d6e68a7df)
- stores: convert CommandTreeProvider to Store-based architecture (57fe385c1591a35cf4327a5fe83d4fda8133be00)
- stores: convert StatusBarManager to Store-based architecture (d35c7948051ae4847b494b5054fd82bd81be0234)
- stores: implement Store → Settings bidirectional sync (0c62f4ec00e1f7a073073dcc308f95a57f2e377d)
- zod version upgrade (bd467e86ee597dbdc91464d488494d163a8c9d2a)
- e2e: add accessibility and UI behavior E2E tests, fix flaky drag tests (3eca53d632a36e3bd3af6741f10d776661671e01)
- e2e: add E2E tests for Button Set management and UI components (d73a7a4fb7395925c35f4c11e43e13e87cfe7369)
- e2e: add UI E2E tests for form validation and keyboard navigation (9a18a6b5f4bf325952c66821426a66a10de6b49c)
- implement Jest test 4-shard parallel execution (a340079c2751254fa6b63dffe70a12b160975400)
- implement Playwright E2E test 4-shard parallel execution (fddebd9669775a96fba7132ad0437c630616779d)
- ai-config-toolkit sync (ca5de147ee9b483acca9476666f8039a3c04e111)
- deps-dev: bump @semantic-release/release-notes-generator (700b79c0eb685a136ec88b42bcb15b85a62e71f1)
- deps-dev: bump eslint from 9.37.0 to 9.39.1 (0fc36bdd6b1b6f3bce39fc155011d79320bb6ec8)
- deps-dev: bump globals from 16.3.0 to 16.5.0 (1b521115821f6e1ada393d77700b59bcf0fc9017)
- deps-dev: bump ovsx from 0.10.6 to 0.10.7 (8db22b3f35902671531503bcef1701bf556d58d4)
- deps: bump actions/download-artifact from 4 to 6 (9fd2a8fb04f4883cb61dd3f0e18d47330a028d5a)
- introduce Turborepo build caching (02bf222f828a1f93db3a48a2408cf9d1ed0ddd73)
- migrate extension bundler from esbuild to tsup (f3759d538012a431c33ab3041b7d0cc67546cdf7)
- migrate test framework from Jest to Vitest 4.0.15 (13412ba8aefd1a7c60deb99e6abe8470e403a15a)
- sort workspace action buttons (0c10d21ff52e08db8ce429c0aa81286b616bbd69)
- syncing documents from ai-config-toolkit (f95385c69fa5d30343d22aeafdd24bf03cc9f7c2)
0.9.0 (2025-11-30)
- button-set: add rename button set feature (b880edb4c88ce4c0d4543c68c7d3707b89c92f7f)
- show-all-commands: apply scope and button set to quick pick (1a5353e4c660ba3b569f6cc881fce8b297f17c26)
- renewal readme (a6e631cbaad0ee2f5a74b19c31230aced479389b)
0.8.1 (2025-11-30)
- import: import comparing/saving to default buttons instead of active button set (2bda3173a5205779c24aa38e14a5ec45f9dc3575)
- l10n: fix translation keys displayed as-is in English environment (f5e78e374a6a90caa6a09e2208bc49c2d930bec7)
- l10n: sync webview language when VS Code language changes (89d382aa12f9cd2e1585e7e364c11a6f1d3b518a)
- view: update e2e tests broken by icon picker addition (9eaeed847bad7b6bebfa1dd9dcc8dc8bd2528b60)
- format code (25767350325bf91a28ad25512193a4a56e1a034f)
- import-export: remove unnecessary metadata from export format (569dfbdbdad127551b610a7746acdc649fe25967)
0.8.0 (2025-11-30)
- view: add icon picker component for visual icon selection (f465386ed81f9c5b1b12289c0ee65edb63937e4c)
0.7.0 (2025-11-29)
- add button sets feature (8b5617105c4a10e9ec4441c39967d2e8d2cd4769)
- synchronizing documentation from the ai-config-toolkit repository (2c4173e8523e50ddb5c79538ae0fe874289afb7c)
- format code (4d3462975290d54655ae835462ab067957daa85f)
- add action buttons icon (20d8701624d8ea0b26e14ee4ba733039edfd6799)
- deps-dev: bump conventional-changelog-conventionalcommits (bf5501b60b5568dac13e76102250e7f8ee145acc)
- deps-dev: bump lint-staged from 15.2.11 to 16.2.6 (010c23290bf68c204efef0b8617b42aa363a603f)
- deps-dev: bump semantic-release from 24.2.0 to 25.0.2 (6f1ad073a157fbaf564239d0f5021e6e39f0823a)
- deps: bump actions/checkout from 5 to 6 (b11601daa3717d176384ae9d903e56d3cd2b6678)
- deps: bump actions/upload-artifact from 4 to 5 (996e0c4ead6e4791ca36c59d9b82f221073d877d)
- excluding lock files from the lint command (a83455e0b6e9fa546b612377a4de420ecefda99f)
0.6.1 (2025-11-28)
- cross-scope configuration import failing incorrectly (2f73e3f2b1bc2f2b612a4508b6c85616847be22a)
0.6.0 (2025-11-27)
- Logo design modification (fd24aab70028a98e1ccb13e45cd132c998faf9ab)
- release: breaking change commits not triggering major version bump (3de529e5c71d2d750d23dc455acc5e37d45d8b24)
- Buttons with both command and group are no longer supported. If Warning notification appears, click "Fix Now" to resolve.
0.5.0 (2025-11-27)
- add configuration import/export functionality (2066e6de9ddac2e2dad8507d9f78703fcb15adfd)
- add import preview confirmation dialog before applying changes (e364561c46ce834927292a306dbbef9030fb2689)
- add insertOnly option and Execution Mode dropdown UI (5dd5f8985a50c4e6c8977bdf3cbc5976ee52dde2)
- add type safety for ButtonConfig with discriminated union (fe084dae2fb12146f2716896d7e6dcbc5c09254b)
- add type system for Local configuration scope (f48e3d8db80c1968563f56129378db125c7419f1)
- Added duplicate shortcut validation and introduced a form system based on React Hook Form + Zod (fa4ae67d7a2b19f384333e3aa4122998b8cdc437)
- Change the webview title (43d43a7751541661491fb820913086af75f5ef6a)
- detect and display shortcut conflicts during import (c7b6f0db1014da8367f074f4b1fd92eec3dbc399)
- display codicon icons in tree view (bed967b47bfc6913d30e317609f6065148e2cec7)
- i18n: add internationalization infrastructure for VS Code extension and Webview (cc6a6afe78e1ffb213f39e925ec5a6cd2d82a59e)
- i18n: add language selection dropdown to webview header (851e091c829654b808f4096dd03647f375af3879)
- implement Local configuration scope functionality (bb3e57f9a480c8f5403bdc62d32670ddf2e51b4b)
- support Import/Export configuration from Webview UI (b25a567dd49066585bf5adc5868e5bc8b17a6110)
- ui: add help text for VS Code API command input (c1c337186150b44e5cc33f2e7b711312374fb4b9)
- use button name as default terminal name with [QCB] prefix (f870d9087cb597883390962b1309e09392bc75b8)
- view: add color picker component for color selection UI (4477b58dc6a6bdfdc2c41a3b2704d3fb239f919f)
- Webview title one size up (f9039d5838253b15f7d2ec4446a668cef4d6d433)
- webview: add dialog variant system and premium input styling (a8a8cfabaeb827fd72352e914dc2d8ab204c5ea3)
- webview: add header glassmorphism and premium interactions (2a370fc90ed009ff96be7087c5fd7122789d9926)
- webview: apply Inter font and improve header layout (c9f4438cbfb51f4174c7fdf2afc808637deab9ac)
- webview: migrate from border-based to shadow-based floating surface design (e481ed13924e0e0b36b7dd8191926461897c0d86)
- webview: migrate to Linear/Vercel-style monochrome color system (d62a6455e15c6aeffd91eb7556f3807571bc0613)
- webview: polish empty-state, dialog, badge components (bca50ed5dc197f7700b50a5af5c70115be9e84dd)
- "Unsaved Changes" modal incorrectly shown after saving config (fb15de1fc4fb22dcc8e31760ede0e04b4184c0cd)
- codicon icons not displaying in webview (08c8882b5d3fd61f66bb25aae8d8735252fe1b0f)
- configuration data not auto-reloading on scope switch (9a9706a8d29efa2c2e083ea874872bc056d3c2cf)
- incorrect shortcut matching due to control characters (87dabdfbdd12ea465b0356730b8d7809a0d37275)
- search interrupted by shortcut keys within group (1c3c340d442ea624cea68ebcd65541f3608bb710)
- UI bug showing only divider line in Unsaved Changes modal without body (70f21a6f19816e7fc31c2da47538609d049258dd)
- view: dialog body content not being displayed (085e3f05cfbc22b9a1d564759554066e3b62b04a)
- view: scrollbar disappearing when dropdown opens (2fdeaed0dce9c43ac3ca0b3be4456594f147aa0c)
- webview: preserve unsaved changes when switching language (6db65101f07d5f4cdc30853a4289f02f6b9416d7)
- e2e: fix test selectors not matching actual UI elements (776478ebc896dbeb36e3193b315e7f79a95ea363)
- fix webview asset path test patterns to match actual build output (4477dc220f84411c6ace33a34b1ef192f081d630)
- stale code running in debug mode (bf0f561bcee5c86180e4110aa469ec1e762407ce)
- view: fix timing issue in execution mode cycling e2e test (7c2e7c912a24eb7986fcc2ff63f54456990d424a)
- Remove subagent assignment model (93a62e91ce9238d7ad4491e26a49c72f9cde3cb5)
- synchronizing documentation from the ai-config-toolkit repository (fd0d9f1bf0e4f480faefa5be8eea9865840e0911)
- Update docs (2eca5fc20ab2180100b06c48c5ce60eb6035ad28)
- simplify user configuration by removing id field from saved data (cb3b24d3a34cf9f7702104cb638ad4738337e863)
- add 7 E2E tests for UI configuration features (effba11c5524f2e6508d1117c42473c88cc0fd14)
- add E2E test for converting group to single command (ab654c58cfbce325e52a5b83b99be41417d9ed59)
- add E2E test for converting single command to group (100cace98a7e33882645ac8354eb9cb2f6994f1d)
- Add useful action button commands (1349518f855048cd65940e0e05adabadfda54654)
- add useful command (4482b25c14193a7f6c72e52e1fe76feed6b6ea71)
- test command integration (8488d1688f8f372bb2f53a21547c2812815148df)
0.4.2 (2025-11-22)
- infinite scroll loop after drag and drop in long command list (98c8a206ba0452bd2395166768589909a2d5fc8a)
- Playwright dragTo() not triggering @dnd-kit drag and drop (a6273e81f814ae27224f8e4f8055a561c18a34a7)
- add configuration save and scope switch E2E tests (d2dccfd3803292eeb099eea017bc0787996a70d0)
- add group and nested group command E2E tests (e0d95e15b402ae6293c791778fc7ced976438b7c)
- add UI E2E testing infrastructure (4bec86def7dcf93eed6eb66dc4aba1d20f943155)
- syncing documentation from the ai-config-toolkit repository (9c69ea033d882022c720051b205895b943974ef5)
0.4.1 (2025-11-22)
- keyboard layout mapping causing shortcut malfunction (e9dff6e34a0a255e6e553907a49c4bcf2a2aa2f2)
- Switch to using reusable workflows from the workflow-toolkit repository (981d74d728487ee58797fcd83e39497a21a73a3e)
- just simplify installation (63b86b0b0febd3cc2a985862d586f99874bc8fe8)
- simplifying gitignore (6f563678f9f2d27b7f17134120e955c66057ebbb)
0.4.0 (2025-11-21)
- view: add EmptyState component for empty command list (9e6c8e8236a6de7398a2248eb8e7e3dc3fc2e2d4)
- view: add Linear-style backdrop blur to dialog overlay (d86728e164447cc17462eb2225a78a5b3766ea0c)
- view: add list animations with Motion AnimatePresence (b81ebe56e0d0ef8d007d4795781d8c4a1a7dfbfa)
- view: add premium animation system and accessibility improvements (5f4116ead519b7f4fa5bc74aac6ef5f9fc8d801d)
- view: apply Linear-inspired design to CommandCard component (c8d1aa52494cfb3679d1f7cfd4a976815dbee929)
- view: apply Linear-inspired styling to Dialog and Form components (44ac5bf2eba1c85e6aff553a386398eeb8cf4aff)
- view: apply spring-like easing to dialog animation (5993a7fb12adeb0cb44ee357c225b79f41aab570)
- view: change Activity Bar icon to zap (bd087c21e66d1a81f15018a3351b74c65da3d2ed)
- view: establish Linear-inspired color system and typography foundation (3470ecbb4156b3de6246f50393bcdb3b3822d503)
- view: redesign Button/Badge components with Linear-inspired style (ccdc027a546a279118791fad6a84ed5f60c713fc)
- view: redesign Card/Input/Textarea components with Linear-inspired style (514f631cfecf4e87e738643a8c7fafbae2e7151e)
- view: redesign Header component with lucide-react icons (fdd5b7a1278598596471394cbdef330fb4e76f79)
- view: redesign keyboard shortcut badge with kbd style (d652e6137dd13858b52a41a4becbf415390ef454)
- view: render VS Code icon syntax as actual icons (56d765b06bde35f253f3792af94c49e8f12cc0ca)
- view: show delete button destructive style only on hover (4caf69c1aecfed3a59be6b5941e7934da2db956d)
- build: optimize VSIX package with esbuild bundling (6d15b2d5a89c0a9a89a56cbe49866bc7c32acbe1)
- sync ai documentation from the ai-config-toolkit repository (d69b6df8310e27dc9289cdedf4ba0e632253edbf)
- view: polish typography and unify text colors (8893e66a1ec3e2f587fc4642e1aab4609ac95ad9)
- view: apply button hierarchy with single primary action (5c48e5f7d7b875966ce6e3ef70991f1c034e1a65)
- view: replace Configuration Scope banner with Linear-style left-border indicator (2b733d2c5c2416a5394a93a599e48aa86c245ce7)
- Adding to the GitHub CLI container default settings (cb8d5038613b0c5ffcccc64a2435f094770770fb)
- Modified to require user confirmation when executing the release command (e708c438d9f1a4d13f9079970889c1f3557c0172)
- remove docker-in-docker feature (ca430c7e7b0519585cfde11ba155249deba56384)
0.3.1 (2025-11-21)
- fix marketplace publish failure (4ebc2b134f8ed97e9d8338e70ad939d6dffba8f7)
0.3.0 (2025-11-21)
- add timeout and error handling for webview-extension communication (11bcffe90bb0409e3439a050656856da729b605c)
- add toast notification system for configuration feedback (22e514e30e8480e32cccc54092acd53cba650cd9)
- add VS Code theme synchronization for webview UI (149953a0a983f7b8810ee73763457664a956fa6f)
- improve initial loading speed with dynamic imports for keyboard layout libraries (24e41b3942b77dcb39f92ae0fb769110fd58457d)
- Added missing Husky settings (6e778a0f22bd7048c4d5027feaba0344dca6048a)
- fix GitHub Actions build failure (2dcd95e1e125399d7f860710e262a60c01d259c4)
- Fixed an issue where web view linting was not performed. (d3b99d34c1a4bb67478970d4f39ad9efcb92447f)
- Fixing unfixed dependencies (f6ffef4013335d39ea633d1f9800d25fd3c11c19)
- prevent memory leak in TerminalManager (3d79118a184d6cc522af87329a021605f66d9a09)
- resolve ESLint parsing error (view package tsconfig not recognized) (632d33e2b05caf9a23b6c8124804ef3cf225112b)
- resolve pnpm installation errors and extension packaging issues in Codespaces (7d1e85a75dcafb3241a9ab0ed4dc2390fa9cc516)
- resolve VS Code TypeScript failing to recognize zod module types (084ad1122178cc9b752d0944294ee3206e60b03e)
- Synchronizing documentation from the ai-config-toolkit repository (c2bac11e381de994b9c747f819c5d90d7ae797d5)
- Update CLAUDE.md (cca2df56a0dd6875bbec5ced2845acbab83ef47a)
- format code (be7ebb78d867920af752ddd50f796eb30d3edff3)
- format code (2864c9972e31faa0c7d39476f103585d4a5abdd5)
- add ARIA labels and keyboard navigation support for accessibility (ef79a02d1b9d54182179fcbb4ad23ac3bb1e29b1)
- add error boundary for webview stability (29028743ae578b03d12522fc2db486bd4ef8998d)
- add success and warning variants to Button component and remove hardcoded styles (6ef81b638ed8c7b2cc67a8db6646f0a5b5ab9887)
- add unique ID field to ButtonConfig for identity tracking (d41b5c0c2b45370adaa58db6d9cac018a218acc6)
- apply adapter pattern to ConfigManager for architecture consistency (1e631c04794a8362eb90d5bb33028f20b6664c11)
- convert ConfigManager to instance-based and enhance type safety (871814759b8ab1817b873f65baaf9b6cacd81e9b)
- convert webview file operations to async (5858b246aa0e5ae76acafb5e1a5a9d9fb11adb9b)
- eliminate duplicate constants and standardize messages (ffed8fb7559f039a505f35a26c54adcff13de59f)
- eliminate duplicate ESLint/TypeScript configurations (ad0e6dfa35500b7a71973b8e7cfd7b95c1f500fe)
- eliminate type duplication between Extension and Web-view (5f45004c55ac3ca29f880cd251ca69a3baeab62f)
- extract UI item creation logic to dedicated module (21468a7870ceba59495dafe028a1d5d2bf0222af)
- flatten project structure to src-level organization (e00e04d60a9f37cca7cb68040606c69b897963cf)
- improve GroupCommandList API with Compound Component pattern (9d99a5a3fb50391da6e46ece815a02c3990b56d4)
- introduce Context API to resolve props drilling (0634fe2d1229c3c779783968158ee7517e44c853)
- reduce findMatchingShortcut complexity with Strategy Pattern (f34f14479d268782721169545823247f92476cd4)
- separate CommandForm component responsibilities with custom hooks (a217ef92e404335306bac1c57a44d66d57084441)
- separate web-view components into individual files (6b42771e79eeec9cae3971fb6761f6efb608e273)
- unify lint scripts to use pnpm-based approach (6466ed179b941ebe31189811a2d54f92138e8dfd)
- standardize test file location and improve Jest configuration (aa58a4488eeeb73ef2c7eb94b08bc034482e6fe9)
- add pnpm setup to devcontainer node feature (4bb0848d8d83a98cc78f3e2bd91790f33ac2dc62)
- add VS Code debug environment for faster development cycle (d1849835f2da59e311593da0d3e9d0777b1a4982)
- ignore build artifacts (view-dist, out, dist) (82f5a3a8411546207d248a71a57e411da22b7240)
- migrate semantic-release config to JS format (29886af4f38f21ecd0923d18f6b196334e332f4c)
0.2.11 (2025-11-16)
- resolve pnpm symlink error in vsce packaging (679ce4c)
- Add command execution principles to CLAUDE.md (5093bd5)
- add ifix type and improve distinction guide in commit message generator (58ead98)
- Added Conventional Commits specifications to the commit command. (2b3e517)
- AI-related documentation and settings replaced (766eadb)
- Remove incorrectly formatted documents (ab68887)
- Sync prompts from the ai-config-toolkit repository (3b9f714)
- Synchronizing code from the ai-config-toolkit repository (723424d)
- Update CLAUDE.md (a9881b7)
- Fix error when PR author tries to add themselves as reviewer (96442e6)
- Fix formatting inconsistency between save and lint execution (c3cfc5e)
- Improved the issue of delayed pre-commit lint error detection, resulting in rework. (4e61e0b)
- add dual language document generation to workflow commands (9533826)
- Add frequently used mcp servers (f693007)
- Added CLAUDE skills to fix dependency versions and related principles (05052a3)
- change lint command to fix (4404ad6)
- Change the dependabot commit message conventions (9b1e6d0)
- Change the Discord webhook url environment variable name (9ecfcc2)
- Fixed Claude Code re-login issue when rebuilding DevContainer. (85bfd18)
- implement semantic-release automation for version management and releases (df13469)
- Migrating the package manager from yarn to pnpm (e891d0c)
- Modify workflow-specific documents to not be uploaded to git (3309314)
- Set the git action button terminal name (adec525)
- Setting global environment variables (fd24fde)
- update claude code terminal name (1e5c264)
- update gitignore (9e8c17c)
0.2.10 (2025-01-15)
- Fix same-command buttons sharing terminal
- Fix missing terminalName input in group command UI
- Fix CI test workflow just command
- Fixed an issue where commands could be run in the same terminal if the terminal name was the same
- Fixed a docker-in-docker build failure due to moby-cli lack in Debian trixie
- Remove default name values for new commands
- Remove unnecessary degit package
- build(deps-dev): bump vite
- build(deps): bump actions/setup-node from 5 to 6
- build(deps): bump softprops/action-gh-release from 1 to 2
- build(deps): bump extractions/setup-just from 2 to 3
- build(deps): bump actions/checkout from 4 to 5
- Change Discord notification language
- Modify environment variables configuration
- Edit Contributing section to README
- Sync workflow configurations
- Sync container configurations
- Sync AI agent configurations
0.2.9 (2024-12-30)
- Add release workflow
- Add ovsx in root package
- Add funding
- Sync README basic configuration example with package.json defaults
- build(deps): bump actions/setup-node from 4 to 5
- build(deps): bump actions/checkout from 4 to 5
- build(deps): bump codecov/codecov-action from 3 to 5
- build(deps): bump tar-fs in the npm_and_yarn group
- build(deps-dev): bump @vscode/vsce from 3.0.0 to 3.6.2
- Sync PR automation from general
- Add dependabot & issue/PR automation workflows
0.2.7 (2024-12-15)
- Fix shortcut key matching to handle whitespace in input
0.2.6 (2024-12-10)
- Exclude dev dependencies from VSIX package
- Replace pinyin with tiny-pinyin for 99.83% size reduction
0.2.4 (2024-12-05)
- Refactor extension packaging workflow to use root directory
- Add keyboard layout converter module with 15 language support
- Modify out path and vscodeignore policy
- Optimize deployment pipeline and clean up artifacts
- Add CODING_GUIDE.md
0.2.2 (2024-11-28)
- Fix modal backdrop clipping issue in webview environment
- Improve shortcut input layout and placeholder visibility
- Add workspace vs global configuration scope guidance
- Add claude command and configurations
- Add MCP configuration
- Add gemini configuration
- Add degit command
- Keyword enhancement
0.2.0 (2024-11-15)
- Initial release with core functionality
- Customizable command buttons in status bar
- Support for infinite nesting of command groups
- React-based visual configuration UI
- Multi-language keyboard layout support
- Workspace and global configuration scopes