Skip to content

Releases: simonw/datasette-ripgrep

0.9a0

11 Nov 15:26

Choose a tag to compare

0.9a0 Pre-release
Pre-release

0.8.2

25 Oct 00:09

Choose a tag to compare

  • Fix for issue where templates were not rendered with access to the current request. #29

0.8.1

21 Aug 22:36
b5765bc

Choose a tag to compare

  • Only show the navigation menu item if the plugin has been configured. #28

0.8

15 Dec 01:13
e3b2bb9

Choose a tag to compare

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

18 Nov 03:24
577ee2f

Choose a tag to compare

  • Fix breadcrumbs for compatibility with Datasette 0.63+.

0.7

11 Mar 20:03
abf1633

Choose a tag to compare

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

28 Nov 22:42
820336f

Choose a tag to compare

  • Improved README with better tagline and better examples.

0.6

28 Nov 22:28
8e529fa

Choose a tag to compare

0.6
  • Now adds a link to Datasette's global navigation menu. #16
  • Code snippets in search scroll horizontally.

0.5

28 Nov 20:02
e6642f5

Choose a tag to compare

0.5
  • Support for ?glob= option for adding -g file filter patterns. #9
  • Improved configuration instructions. #15

0.4

28 Nov 18:07

Choose a tag to compare

0.4
  • Show context around each match. #13
  • Use :target CSS instead of JavaScript to highlight linked line. Thanks, Louis Lévêque. #14