2024-09-29 00:02:44 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.1.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
## [Unreleased]
2024-10-28 17:30:29 +00:00
### Added
- Added filtering panel for filtering results by repository and by language. ([#48](https://github.com/sourcebot-dev/sourcebot/pull/48))
2024-10-29 22:14:45 +00:00
### Fixed
- Fixed issue with GitLab sub-projects not being included recursively. ([#54](https://github.com/sourcebot-dev/sourcebot/pull/54))
2024-10-30 16:32:05 +00:00
- Fixed slow rendering performance when rendering a large number of results. ([#52](https://github.com/sourcebot-dev/sourcebot/pull/52))
2024-10-29 22:14:45 +00:00
2024-10-25 19:02:09 +00:00
## [2.1.1] - 2024-10-25
2024-10-25 19:01:01 +00:00
### Fixed
- Fixed issue with GitLab projects that are not owned but still visible by the provided `token` _not_ being synchronized. ([#51](https://github.com/sourcebot-dev/sourcebot/pull/51))
2024-10-23 03:07:33 +00:00
## [2.1.0] - 2024-10-22
2024-10-23 03:06:36 +00:00
### Added
- Gitea support ([#45](https://github.com/sourcebot-dev/sourcebot/pull/45))
2024-10-18 19:05:03 +00:00
## [2.0.2] - 2024-10-18
2024-10-18 19:03:13 +00:00
### Added
- Added a toast notification when a new Sourcebot version is available ([#44](https://github.com/sourcebot-dev/sourcebot/pull/44))
2024-10-17 23:30:58 +00:00
## [2.0.1] - 2024-10-17
2024-10-17 23:20:09 +00:00
### Added
- Added support for specifying urls for the `--configPath` option in the backend.
2024-10-17 20:33:09 +00:00
## [2.0.0] - 2024-10-17
2024-10-17 18:50:07 +00:00
### Added
2024-10-17 20:31:18 +00:00
- [**Breaking Change**] Added index schema v2. This new schema brings many quality of life features like clearer syntax, ability to specify individual `repos` , `projects` , `groups` , and `orgs` , and the ability to easily `exclude` repositories.
2024-10-17 18:50:07 +00:00
- Added a `SOURCEBOT_VERSION` build argument to the Docker image. ([#41](https://github.com/sourcebot-dev/sourcebot/pull/41))
- Added the `sourcebot_version` property to all PostHog events for versioned telemetry. ([#41](https://github.com/sourcebot-dev/sourcebot/pull/41)
2024-10-16 00:39:09 +00:00
## [1.0.3] - 2024-10-15
### Fixed
- Fixed issue with unicode characters not being displayed correctly ([#38](https://github.com/sourcebot-dev/sourcebot/pull/38))
2024-10-09 18:50:04 +00:00
## [1.0.2] - 2024-10-09
2024-10-09 18:47:40 +00:00
### Fixed
- Fixed issue with filtering by gitlab groups ([#36](https://github.com/sourcebot-dev/sourcebot/issues/36))
2024-10-03 21:07:45 +00:00
## [1.0.1] - 2024-10-03
2024-10-03 21:06:24 +00:00
### Added
- Added `GITLAB_HOSTNAME` and `GITHUB_HOSTNAME` environment variables to allow overriding the default hostnames for GitLab and GitHub.
2024-10-01 16:25:05 +00:00
## [1.0.0] - 2024-10-01
2024-09-29 00:02:44 +00:00
### Added
- Initial release