Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 23 Oct 01:39
· 464 commits to main since this release
  • Add new experimental syntect-printer feature built with syntect library.
    • It is much faster than current printer built on bat (2x~4x faster).
    • Its output layout is optimized for our use case. For example, line numbers at matches are highlighted in different color.
    • It supports painting background colors with --background flag. This is useful when your favorite theme does not fit to your terminal's background color.
    • See bat printer v.s. syntect printer section for comparison of the two printers.
  • Add --printer (-p) flag to specify printer to use. It takes argument bat or syntect. -p syntect enables the new experimental printer
  • bat printer is now optional through bat-printer feature gate. Note that at least bat-printer or syntect-printer must be enabled. Both printers are enabled by default. See Feature flags section for more details.
  • hgrep is now available for NetBSD. See the instruction (thanks @0323pin, #3)