Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/changelog/bytebase-3-13-1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Bytebase 3.13.1 - Dec 30, 2025
author: Adela
updated_at: 2025/12/30 18:00:00
description: 'Improvements and Bug Fixes'
---

import InstallUpgrade from '/snippets/install/install-upgrade.mdx';

## 🎄 Enhancements

- Update SQL review template configuration.

## 🐞 Bug Fixes

- Fix issue label selector missing in new CI/CD layout.
- Fix rollout date filter not working.
- Fix SQL Editor horizontal scroll shortcut.
- Fix SQL review showing incorrect line numbers for multi-statement SQL.

<InstallUpgrade />
1 change: 1 addition & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
{
"tab": "Changelog",
"pages": [
"changelog/bytebase-3-13-1",
"changelog/bytebase-3-13-0",
"changelog/bytebase-3-12-2",
"changelog/bytebase-3-12-1",
Expand Down