Skip to content

Releases: fulll/github-code-search

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 12:20
v2.0.0
c9ec3a3

What's Changed

  • v1.12.0 by @shouze in #176
  • Fix systematic exit delay after search output (interactive + non-interactive) by @shouze in #192
  • Remove picocolors, add native util.styleText facade (src/style.ts) by @shouze in #194
  • Add groupByTeamHierarchy: tree-shaped multi-level team-prefix grouping by @shouze in #184
  • Add consolidateTeamHierarchy: collapse single-branch chains into one heading by @shouze in #185
  • Render N-level headings in markdown/JSON output for the hierarchy tree by @shouze in #187
  • Render nested section headers with per-level indentation in the TUI by @shouze in #188
  • Support --pick-team across all hierarchy levels by @shouze in #189
  • Wire hierarchical team grouping into the CLI end-to-end by @shouze in #190
  • Document hierarchical team-prefix grouping and add CHANGELOG entry by @shouze in #191
  • Remove --group-by-team-prefix-consolidate and consolidateTeamHierarchy by @shouze in #198
  • Add --pick-team-auto: auto-resolve combined sections by common prefix by @shouze in #199
  • Add --exclude-team-prefixes: exclude noisy team-name prefixes from grouping by @shouze in #201
  • Add GCS_DEFAULT_ORG env var to avoid repeating --org on every invocation by @shouze in #209
  • Remove gh auth token doc content anticipated by #207's PR by @shouze in #211
  • Fall back to gh auth token when GITHUB_TOKEN is not set by @shouze in #210
  • Clarify gh CLI shortcut on homepage, bump Bun version requirement to >=1.4 by @shouze in #212
  • chore(deps): upgrade by @shouze in #213
  • v2.0.0 by @shouze in #214

Full Changelog: v1.12.0...v2.0.0

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:50
v1.12.0
35b9084

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

Full Changelog: v1.11.0...v1.12.0

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 23:16
v1.11.0
28a808d

What's Changed

  • v1.10.0 by @shouze in #115
  • security(aikido): implement and fix detected vulnerabities by @shouze in #117
  • Add --exclude-template-repositories option by @shouze in #120
  • Add team pick mode — resolve multi-team sections interactively or via --pick-team by @shouze in #121
  • Fix Windows install security warning from Invoke-WebRequest by @shouze in #122

Full Changelog: v1.10.0...v1.11.0

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 19:12
v1.10.0
48c2d5a

What's Changed

  • v1.8.3 by @shouze in #107
  • Add full Windows support (new targets, install.ps1, build flags, ICO, metadata) by @shouze in #108
  • v1.9.0 — Windows support (x64, x64-modern, x64-baseline, ARM64) by @shouze in #109
  • feat: add src/regex.ts core module + aggregate() regex filter by @shouze in #113
  • feat: wire regex support into CLI — UX messaging, --regex-hint, docs, homepage by @shouze in #114

Full Changelog: v1.8.3...v1.10.0

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 06:57
v1.9.0
f9b0fb9

What's Changed

  • v1.8.3 by @shouze in #107
  • Add full Windows support (new targets, install.ps1, build flags, ICO, metadata) by @shouze in #108

Full Changelog: v1.8.3...v1.9.0

v1.8.3

Choose a tag to compare

@github-actions github-actions released this 09 Mar 04:34
v1.8.3
fc1102c

What's Changed

  • v1.8.2 — rate-limit auto-retry + release workflow improvements by @shouze in #104
  • Fix TUI header scrolling off-screen due to viewport overflow by @shouze in #106

Full Changelog: v1.8.2...v1.8.3

v1.8.2

Choose a tag to compare

@github-actions github-actions released this 09 Mar 02:41
v1.8.2
e115121

What's Changed

  • v1.8.1 by @shouze in #101
  • Fix rate-limit errors aborting multi-page searches instead of waiting and retrying by @shouze in #103

Full Changelog: v1.8.1...v1.8.2

v1.8.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 00:52
v1.8.1
6242db8

What's Changed

  • v1.8.0 by @shouze in #84
  • feat(docs): redesign homepage — interactive sections, rich footer, OG, sitemap by @shouze in #89
  • Make VitePress docs fully WCAG 2.1 AA accessible by @shouze in #91
  • feat: promotion polish — docs UX, CLI hyperlinks, completions auto-install by @shouze in #90
  • Fix silent hang after pagination — concurrency cap + progress bar for line-number resolution by @shouze in #100

Full Changelog: v1.8.0...v1.8.1

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 22:29
v1.8.0
2b44ef7

What's Changed

  • v1.6.1 by @shouze in #76
  • feat: shell completions — bash, zsh and fish by @shouze in #81
  • feat: additional syntax highlighting — PHP, C/C++, Swift, Terraform/HCL, Dockerfile by @shouze in #80
  • v1.7.0 by @shouze in #82
  • feat: TUI cosmetics v1.8.0 — purple theme, progress bar, position indicator, line-anchored links by @shouze in #83

Full Changelog: v1.6.1...v1.8.0

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 21:04
v1.7.0
dc0cb13

What's Changed

  • v1.6.1 by @shouze in #76
  • feat: shell completions — bash, zsh and fish by @shouze in #81
  • feat: additional syntax highlighting — PHP, C/C++, Swift, Terraform/HCL, Dockerfile by @shouze in #80

Full Changelog: v1.6.1...v1.7.0