File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments