Skip to content

Latest commit

 

History

History
647 lines (431 loc) · 43.9 KB

File metadata and controls

647 lines (431 loc) · 43.9 KB

Changelog

0.12.0 (2026-02-14)

🎯 Highlights

✨ Features

  • ui: add set indicator toggle with consolidated options menu (379a859)

🔧 Maintenance

💄 Styles

✅ Tests

  • 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)

🔨 Chore

  • 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)

🎯 Highlights

✨ Features

  • add newTerminal option for executing commands in fresh terminal each time (435adc3)
  • ui: add Configuration UI integration for newTerminal option (1d825af)

🐛 Bug Fixes

  • i18n: apply i18n to name field validation error message (27c2597)

🔧 Maintenance

🔧 Internal Fixes

  • release: fix broken commit links and long hash display in release notes (a114b5d)
  • view: add localStorage persistence to mock VSCode API (91b0696)

📚 Documentation

  • add missing version headers and improve CHANGELOG hierarchy (5676fcd)

✅ Tests

  • view: add E2E test infrastructure and new scenarios (18b45bd)
  • view: expand E2E test coverage (3b790ed)

🔨 Chore

  • 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)

🎯 Highlights

🐛 Bug Fixes

🔧 Maintenance

🔨 Chore

0.10.0 (2025-12-07)

🎯 Highlights

✨ Features

🐛 Bug Fixes

🔧 Maintenance

🔧 Internal Fixes

♻️ Refactoring

✅ Tests

🔧 CI/CD

🔨 Chore

0.9.0 (2025-11-30)

🎯 Highlights

✨ Features

🐛 Bug Fixes

🔧 Maintenance

📚 Documentation

0.8.1 (2025-11-30)

🎯 Highlights

🐛 Bug Fixes

🔧 Maintenance

🔧 Internal Fixes

💄 Styles

♻️ Refactoring

0.8.0 (2025-11-30)

🎯 Highlights

✨ Features

0.7.0 (2025-11-29)

🎯 Highlights

✨ Features

🔧 Maintenance

📚 Documentation

💄 Styles

🔨 Chore

0.6.1 (2025-11-28)

🎯 Highlights

🐛 Bug Fixes

0.6.0 (2025-11-27)

🎯 Highlights

✨ Features

🐛 Bug Fixes

BREAKING CHANGES

  • 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)

🎯 Highlights

✨ Features

🐛 Bug Fixes

🔧 Maintenance

🔧 Internal Fixes

📚 Documentation

♻️ Refactoring

✅ Tests

🔨 Chore

0.4.2 (2025-11-22)

🎯 Highlights

🐛 Bug Fixes

🔧 Maintenance

🔧 Internal Fixes

✅ Tests

🔨 Chore

0.4.1 (2025-11-22)

🎯 Highlights

🐛 Bug Fixes

🔧 Maintenance

♻️ Refactoring

🔨 Chore

0.4.0 (2025-11-21)

🎯 Highlights

✨ Features

⚡ Performance

🔧 Maintenance

📚 Documentation

💄 Styles

♻️ Refactoring

🔨 Chore

0.3.1 (2025-11-21)

🔧 Maintenance

🔧 Internal Fixes

0.3.0 (2025-11-21)

🎯 Highlights

✨ Features

⚡ Performance

🔧 Maintenance

🔧 Internal Fixes

📚 Documentation

💄 Styles

♻️ Refactoring

✅ Tests

🔨 Chore

0.2.11 (2025-11-16)

🔧 Internal Fixes

  • resolve pnpm symlink error in vsce packaging (679ce4c)

📝 Documentation

  • 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)

💄 Styling

👷 CI/CD

  • 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)

🔨 Chores

  • 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)

🐛 Bug Fixes

  • 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

✨ Features

  • Remove default name values for new commands
  • Remove unnecessary degit package

🔨 Chores

  • 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)

✨ Features

  • Add release workflow
  • Add ovsx in root package
  • Add funding
  • Sync README basic configuration example with package.json defaults

🔨 Chores

  • 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)

🐛 Bug Fixes

  • Fix shortcut key matching to handle whitespace in input

0.2.6 (2024-12-10)

✨ Features

  • Exclude dev dependencies from VSIX package
  • Replace pinyin with tiny-pinyin for 99.83% size reduction

0.2.4 (2024-12-05)

✨ Features

  • 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

📝 Documentation

  • Add CODING_GUIDE.md

0.2.2 (2024-11-28)

🐛 Bug Fixes

  • Fix modal backdrop clipping issue in webview environment
  • Improve shortcut input layout and placeholder visibility

✨ Features

  • Add workspace vs global configuration scope guidance
  • Add claude command and configurations
  • Add MCP configuration
  • Add gemini configuration
  • Add degit command

📝 Documentation

  • Keyword enhancement

0.2.0 (2024-11-15)

✨ Features

  • 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