Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 3.62 KB

File metadata and controls

52 lines (30 loc) · 3.62 KB

0.0.23 (2026-01-10)

0.0.22 (2026-01-10)

0.0.19 (2026-01-07)

0.0.18 (2025-12-30)

Performance Improvements

  • extension: implement comprehensive performance optimizations with sub-100ms execution targets (39d8bdb)

0.0.17 (2025-12-28)

0.0.16 (2025-12-28)

Features

  • test: add comprehensive testing infrastructure with CI/CD automation (d87d7ac)

0.0.14 (2025-12-28)

Features

  • config: implement command object validation and error handling (ed94206)
  • deps: replace minimatch with rimraf for better dependency management (e9a340b)
  • extension: add config CLI and performance optimizations (4c58024)
  • extension: add icon, metadata, and update dependencies (2702d5a)
  • extension: add preset system and dynamic labels for enhanced button management (0ba010a)
  • utils: add changelog generation utility and script (b2c1f5a)

BREAKING CHANGES

  • deps: The clean script now uses rimraf instead of rmdir-cli, which may affect build processes relying on the specific behavior of rmdir-cli.
  • config: Button command configuration now requires an object with type field instead of a string

0.0.5 (2025-12-27)

Features

  • extension: add streaming output support with output panel management (421c02b)

BREAKING CHANGES

  • extension: Command execution now uses streaming by default when output panel is enabled

0.0.2 (2025-12-27)

Features