Releases: simonw/datasette-ripgrep
Releases · simonw/datasette-ripgrep
0.8.2
- Fix for issue where templates were not rendered with access to the current request. #29
0.8.1
- Only show the navigation menu item if the plugin has been configured. #28
0.8
- Search results now show a visible gap between different ranges of line numbers. #27
- Python 3.6 is no longer supported.
0.7.1
- Fix breadcrumbs for compatibility with Datasette 0.63+.
0.7
- Use
white-space: pre-wrap
when displaying lines, so lines now wrap. #21
- Long lines in results are now truncated, with a
[...]
link to expand them to full length. #22
0.6.1
- Improved README with better tagline and better examples.
0.6
- 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. #14
0.3
- Option to ignore case. #12
- Option to treat input as a literal string, not a regular expression. #8