What's Changed
- Add support for single quotes in search queries, and add a heuristic to avoid consuming unclosed quotes by @ddworken in #151
- Enable hishtory shell completions by default by @ddworken in #152
- Improve AI suggestions by specifying shell name and OS in OpenAI query by @ddworken in #153
- Enable highlighting of search matches by default for new installs (see #112) by @ddworken in #150
- Add basic validation using the published version of hishtory too by @ddworken in #157
- Add tests for tab completions by @ddworken in #156
- Move test goldens to testdata/ directory to be more idiomatic, and add assertion that they're all actively being used by the tests by @ddworken in #154
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #149
- Allow override of serving port by env var by @richjames0 in #160
New Contributors
- @richjames0 made their first contribution in #160
Full Changelog: v0.263...v0.264