Releases: simonw/datasette-ripgrep
Releases · simonw/datasette-ripgrep
0.9a0
11 Nov 15:26
Compare
Sorry, something went wrong.
No results found
0.8.2
25 Oct 00:09
Compare
Sorry, something went wrong.
No results found
Fix for issue where templates were not rendered with access to the current request. #29
0.8.1
21 Aug 22:36
Compare
Sorry, something went wrong.
No results found
Only show the navigation menu item if the plugin has been configured. #28
0.8
15 Dec 01:13
Compare
Sorry, something went wrong.
No results found
Search results now show a visible gap between different ranges of line numbers. #27
Python 3.6 is no longer supported.
0.7.1
18 Nov 03:24
Compare
Sorry, something went wrong.
No results found
Fix breadcrumbs for compatibility with Datasette 0.63+.
0.7
11 Mar 20:03
Compare
Sorry, something went wrong.
No results found
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
28 Nov 22:42
Compare
Sorry, something went wrong.
No results found
Improved README with better tagline and better examples.
0.6
28 Nov 22:28
Compare
Sorry, something went wrong.
No results found
Now adds a link to Datasette's global navigation menu. #16
Code snippets in search scroll horizontally.
0.5
28 Nov 20:02
Compare
Sorry, something went wrong.
No results found
Support for ?glob= option for adding -g file filter patterns. #9
Improved configuration instructions. #15
0.4
28 Nov 18:07
Compare
Sorry, something went wrong.
No results found
Show context around each match. #13
Use :target CSS instead of JavaScript to highlight linked line. Thanks, Louis Lévêque . #14