You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[v1.9.0](https://fulll.github.io/github-code-search/blog/release-v1-9-0)| Windows support — native x64, x64-modern, x64-baseline and ARM64 binaries with one-line PowerShell installer |
|[v1.8.2](https://fulll.github.io/github-code-search/blog/release-v1-8-2)| Fix rate-limit errors aborting multi-page searches; auto-wait and retry with live progress |
12
-
|[v1.8.1](https://fulll.github.io/github-code-search/blog/release-v1-8-1)| Fix silent hang after pagination bar — concurrency cap + progress bar for line-number resolution |
13
-
|[v1.8.0](https://fulll.github.io/github-code-search/blog/release-v1-8-0)| Purple TUI theme, fetch progress bar, position indicator, line-anchored file links, Esc to close help |
|[v1.6.1](https://fulll.github.io/github-code-search/blog/release-v1-6-1)| Fix TUI only displaying first text fragment when a file has multiple matches |
16
-
|[v1.6.0](https://fulll.github.io/github-code-search/blog/release-v1-6-0)| Power navigation: global fold/unfold, gg/G top/bottom, paged scroll, open-in-browser |
|[v1.10.0](https://fulll.github.io/github-code-search/blog/release-v1-10-0)| Native regex syntax `/pattern/flags` — automatic term extraction, top-level alternation and `--regex-hint`|
10
+
|[v1.9.0](https://fulll.github.io/github-code-search/blog/release-v1-9-0)| Windows support — native x64, x64-modern, x64-baseline and ARM64 binaries with one-line PowerShell installer |
|[v1.8.2](https://fulll.github.io/github-code-search/blog/release-v1-8-2)| Fix rate-limit errors aborting multi-page searches; auto-wait and retry with live progress |
13
+
|[v1.8.1](https://fulll.github.io/github-code-search/blog/release-v1-8-1)| Fix silent hang after pagination bar — concurrency cap + progress bar for line-number resolution |
14
+
|[v1.8.0](https://fulll.github.io/github-code-search/blog/release-v1-8-0)| Purple TUI theme, fetch progress bar, position indicator, line-anchored file links, Esc to close help |
|[v1.6.1](https://fulll.github.io/github-code-search/blog/release-v1-6-1)| Fix TUI only displaying first text fragment when a file has multiple matches |
17
+
|[v1.6.0](https://fulll.github.io/github-code-search/blog/release-v1-6-0)| Power navigation: global fold/unfold, gg/G top/bottom, paged scroll, open-in-browser |
description: "Native regex support — search with /pattern/flags syntax, automatic API term extraction, top-level alternation and --regex-hint override."
4
+
date: 2026-03-13
5
+
---
6
+
7
+
# What's new in github-code-search v1.10.0
8
+
9
+
> Full release notes: <https://github.com/fulll/github-code-search/releases/tag/v1.10.0>
10
+
11
+
## Highlights
12
+
13
+
### Regex query syntax
14
+
15
+
`github-code-search` now supports **full regex queries** using the `/pattern/flags` notation
16
+
— the same syntax accepted by the GitHub web search UI.
0 commit comments