Skip to content

Commit 1d9eae2

Browse files
committed
docs: add missing changelog entries for v0.22.1
1 parent 5a214cc commit 1d9eae2

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Show/hide row numbers column in data grid (Settings > Data Grid)
1515
- Persist column widths and order per table across tab switches, view toggles, and app restarts
1616

17+
### Fixed
18+
19+
- Show correct version for installed registry plugins (#410)
20+
- Dangling pointer in release builds due to incorrect withUnsafeBufferPointer usage
21+
- AI provider connection test error handling (#407)
22+
- Use-after-free crash in Redis plugin redisFree
23+
1724
## [0.22.0] - 2026-03-21
1825

1926
### Added

docs/changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ rss: true
88
### New Features
99

1010
- **Row Numbers Column**: Show or hide row numbers in the data grid via Settings > Data Grid
11+
- **Persistent Column Layout**: Column widths and order are saved per table across tab switches, view toggles, and app restarts
12+
13+
### Bug Fixes
14+
15+
- Fixed incorrect version displayed for installed registry plugins (#410)
16+
- Fixed dangling pointer in release builds due to incorrect buffer handling
17+
- Fixed AI provider connection test error handling (#407)
18+
- Fixed use-after-free crash in Redis plugin
1119
</Update>
1220

1321
<Update label="March 21, 2026" description="v0.22.0">

docs/vi/changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ rss: true
88
### Tính năng mới
99

1010
- **Cột số thứ tự dòng**: Hiển thị hoặc ẩn cột số thứ tự dòng trong data grid qua Settings > Data Grid
11+
- **Lưu bố cục cột**: Độ rộng và thứ tự cột được lưu theo từng bảng khi chuyển tab, chuyển chế độ xem và khởi động lại ứng dụng
12+
13+
### Sửa lỗi
14+
15+
- Sửa lỗi hiển thị sai phiên bản cho plugin đã cài từ registry (#410)
16+
- Sửa lỗi con trỏ treo trong bản build release do xử lý buffer không đúng
17+
- Sửa lỗi xử lý lỗi khi kiểm tra kết nối AI provider (#407)
18+
- Sửa lỗi use-after-free crash trong plugin Redis
1119
</Update>
1220

1321
<Update label="21 tháng 3, 2026" description="v0.22.0">

0 commit comments

Comments
 (0)