Added
- Added config option
settings.maxFileSize
to control the maximum file size zoekt will index by @brendan-kellam. (#118)
E.g.,:
{
"$schema": "./schemas/v2/index.json",
"settings": {
"maxFileSize": 4194304 // Set size to 4MB (default 2MB)
}
// ...
}
Fixed
- Fixed syntax highlighting for zoekt query language by @KonradStanski . (#115)
- Fixed issue with Gerrit repo fetching not paginating by @KonradStanski . (#114)
- Fixed visual issues with filter panel by @KonradStanski . (#105)
- Fixed path issue in README by @emmanuel-ferdman . (#112)
Full Changelog: v2.6.0...v2.6.1