Maintenance release
This release brings about several correctness fixes and some performance improvements.
Usability:
- New projects include more source code extensions by default
- In Vim plugin, QgrepSearch can now be called with arguments seeding the input query
Fixes:
- Fix an assertion in incremental updater for empty files
- Fix an off-by-one error in SIMD matcher when the match ended at the input's end
Performance:
- Update lz4 to 1.9.3 (~3% faster searching on some queries)
- Update re2 to latest (much faster regular expression matching on Windows due to improved scalability of SRW locks)