We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03b6f0 commit c0bf978Copy full SHA for c0bf978
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [4.10.17] - 2026-01-23
11
+
12
### Fixed
13
- Properly map all hotkeys in UI based on the platform [#784](https://github.com/sourcebot-dev/sourcebot/pull/784)
14
- Allow parenthesis in query and filter terms [#788](https://github.com/sourcebot-dev/sourcebot/pull/788)
packages/shared/src/version.ts
@@ -1,2 +1,2 @@
1
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2
-export const SOURCEBOT_VERSION = "v4.10.16";
+export const SOURCEBOT_VERSION = "v4.10.17";
0 commit comments