Skip to content

Releases: sourcebot-dev/sourcebot

v2.6.0

03 Dec 00:18
Compare
Choose a tag to compare

What's Changed

image

New Contributors

Full Changelog: v2.5.4...v2.6.0

v2.5.4

29 Nov 18:51
Compare
Choose a tag to compare

Added

  • Added search history to the search bar. (#99)
Screen.Recording.2024-11-28.at.11.08.54.PM.mov

Full Changelog: v2.5.3...v2.5.4

v2.5.3

28 Nov 21:35
Compare
Choose a tag to compare

What's Changed

  • Added symbol suggestions as suggestion type. (#98)
Screen.Recording.2024-11-28.at.1.11.49.PM.mov

Full Changelog: v2.5.2...v2.5.3

v2.5.2

27 Nov 18:53
Compare
Choose a tag to compare

Fixed

  • Fixed issue where incorrect repository icons were shown occasionally in the filter panel. (#95)
  • Fixed homepage links not resolving correctly when DOMAIN_SUB_PATH is set. (#96)

Full Changelog: v2.5.1...v2.5.2

v2.5.1

27 Nov 06:06
Compare
Choose a tag to compare

Added

  • Added file suggestions as a suggestion type. (#88)
  • Added icon and link support for self-hosted repositories. (#93)

Changed

  • Changed how PostHog telemetry key is passed into the docker image. (#92)

Full Changelog: v2.5.0...v2.5.1

v2.5.0

23 Nov 03:05
Compare
Choose a tag to compare

What's Changed

Added search suggestions 🎉

Screen.Recording.2024-11-21.at.4.22.05.PM.mov

As you type, suggestions will appear for different refinement prefixes (e.g., repo:, case:, etc.) to help you create more complex queries. Additionally, when using the repo: prefix, indexed repositories will be suggested. We have plans on adding suggestions for more prefixes like symbols (sym:) and files (file:) soon.

Full Changelog: v2.4.4...v2.5.0

v2.4.4

20 Nov 22:38
Compare
Choose a tag to compare

Added

  • Added DOMAIN_SUB_PATH environment variable to allow overriding the default domain subpath. (#74)
  • Added option all to the GitLab index schema, allowing for indexing all projects in a self-hosted GitLab instance. (#84)

Full Changelog: v2.4.3...v2.4.4

v2.4.3

18 Nov 19:52
Compare
Choose a tag to compare

Changed

  • Bumped NodeJS version to v20, fixing issue with Array.prototype.toSorted not being defined. (#78)

Full Changelog: v2.4.2...v2.4.3

v2.4.2

15 Nov 06:54
Compare
Choose a tag to compare

Added

  • Added support for syntax highlighting in the search bar. (#66)

Changed

  • Changed the exclude.repo property to support glob patterns. (#70)

Fixed

  • Fixed issue with indexing failing for empty repositories. (#73)
  • Fixed typos in schema. (#71)

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

11 Nov 19:37
Compare
Choose a tag to compare

What's Changed

  • Added additional telemetry in #63

Full Changelog: v2.4.0...v2.4.1