Supported
macOS 11+ (Apple Silicon) - bloop_0.4.0_aarch64.dmg
macOS 11+ (Intel) - bloop_0.4.0_x64.dmg
Ubuntu Linux - bloop_0.4.0_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.4.0_amd64.AppImage.tar.gz
Windows - bloop_0.4.0_x64_en-US.msi
What's Changed
- Adjustable font-size in Tauri by @anastasiya1155 in #469
- Improve repo sync state logic by @rsdy in #464
- Index hidden files for filesystem repos by @ggordonhall in #471
- Parallelize local repo scanning by @rsdy in #478
- Use Git walker if Git is available by @rsdy in #480
- Bad handling of case when repo is deleted by indexing step by @rsdy in #510
- Fix typo in semantic.rs by @eltociear in #529
- introduce new
import
node by @nerdypepper in #499 - fix case-sensitivity of fuzzy search by @nerdypepper in #538
- Only show relevant paths when answering with respect to a specific file by @ggordonhall in #537
- FE changes to answer tooling by @anastasiya1155 in #542
- Add repo_ref filter to /answer/conversations by @calyptobai in #535
- Close SSE after 3 errors by @anastasiya1155 in #546
- Fix case insensitive regex searches by @calyptobai in #534
- Bump version by @ggordonhall in #543
- deprecate old clients by @nerdypepper in #531
- Fix
CompiledTooBig
error panics for long paths by @calyptobai in #544 - minor fixes to file slicing and refetching github repo by @anastasiya1155 in #548
- Fix rendering of Diffs by @anastasiya1155 in #550
- fix missing summary data in conclusions by @nerdypepper in #547
- Switch storage location from cache to data directory by @calyptobai in #551
- Hide repo search by @anastasiya1155 in #553
- Catch stack unwinds in
/answer
endpoint by @calyptobai in #545 - Enumerate lines in proc by @calyptobai in #555
- rework failure modes for compatibility check by @nerdypepper in #558
- ignore non-blob objects in git file sources by @nerdypepper in #557
- insert analytics events on stream errors by @nerdypepper in #539
- show error when compatibility was not checked by @anastasiya1155 in #559
- Deduplicate /answer semantic search results by @ggordonhall in #560
- Revert "ignore non-blob objects in git file sources" by @ggordonhall in #561
- Fix logic that skips unknown object types by @rsdy in #562
- Return path alias rather than path from proc method by @ggordonhall in #563
Full Changelog: v0.3.5...v0.4.0