Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.79 KB

File metadata and controls

32 lines (19 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file.

1.2.0 (2026-03-29)

Features

  • add merge progress bar with ETA and fix ESM build (b19b00c)

Bug Fixes

  • release workflow awk pattern to match changelog format (a8d8f88)

Documentation

  • consolidate documentation structure (17067e4)

1.1.0 (2026-03-17)

Features

  • add --data-dir option and CLI integration test framework (f816285)
  • add commitlint and clean up ESLint warnings (5de7ae5)
  • migrate CLI to @clack/prompts for modern UX (c43063c)
  • migrate CLI to Ink (React for terminals) (f292ffa)

Bug Fixes

  • Content scripts cannot use ES module imports - bundle as IIFE (4ef2590)
  • polish Ink UI and clean up (20dc3d0)
  • rename validate-extension.js to .cjs for ESM compatibility (67dc0c3)