- Now adds a link to Datasette's global navigation menu. 16 - Code snippets in search scroll horizontally.
0.5
- Support for `?glob=` option for adding `-g` file filter patterns. 9 - Improved configuration instructions. 15
0.4
- Show context around each match. 13 - Use `:target` CSS instead of JavaScript to highlight linked line. Thanks, [Louis Lévêque](https://twitter.com/loulouxiv/status/1332696241650737152). #14
0.3
- Option to ignore case. 12 - Option to treat input as a literal string, not a regular expression. 8
0.2.1
- Fixed a bug where patterns like `-v` could be interpreted as command-line arguments. 7 - Links to view files now correctly escape characters such as `{`.
0.2
- Search results now link to the full source code, with line numbers and highlights. 4 - Respect `view-instance` permission, so you can protect this using Datasette's [authentication and permissions](https://docs.datasette.io/en/stable/authentication.html) system. #6