What's Changed
- chore(deps-dev): bump knip from 6.0.6 to 6.1.0 by @dependabot[bot] in #119
- v1.11.0 by @shouze in #123
- Add arrow-based team re-pick mode; remove --dispatch option by @shouze in #124
- Add query title heading and matched token to output by @shouze in #127
- Fix regex API term extraction discarding quotes by @shouze in #152
- Fail fast on unbalanced quotes in plain-text queries by @shouze in #153
- Fall back to full file content for local regex filtering by @shouze in #154
- Restore deriveSegmentText() to fix missing matchedText by @shouze in #155
- Document quote escaping and fix misleading regex-hint example by @shouze in #156
- chore(deps): upgrade by @shouze in #158
- 01: Create src/render/terminal.ts facade for Bun 1.4 ANSI APIs by @shouze in #159
- 02: Migrate src/render.ts to use render/terminal.ts facade by @shouze in #160
- 03: Migrate src/render/team-pick.ts to use visibleWidth and clipToWidth by @shouze in #162
- 04: Add live terminal resize handling with SIGWINCH by @shouze in #163
- 05: Update documentation for Bun 1.4 migration by @shouze in #164
- chore(ci): upgrade actions by @shouze in #165
- Render a dimmed ✓ instead of blank space for deselected checkboxes by @shouze in #171
- Enable SGR mouse tracking and parse mouse escape sequences by @shouze in #172
- Click on fold arrow (▸/▾) or checkbox (✓) to toggle in TUI by @shouze in #173
- Support mouse wheel scrolling in the TUI by @shouze in #174
New Contributors
- @dependabot[bot] made their first contribution in #119
Full Changelog: v1.11.0...v1.12.0