Skip to content

Commit 672ee8d

Browse files
committed
chore: update version to 0.20.4 and add changelog entries for recent fixes and enhancements
1 parent 50d58ee commit 672ee8d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to the MS SQL Manager extension will be documented in this f
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.20.4] - 2026-07-03
9+
10+
### Fixed
11+
12+
- **SQL Editor React — edited and deleted row highlights now survive sorting**
13+
- The result grid now preserves pending edit and delete styling after sorting, so modified cells and deleted rows stay visually marked even when the row order changes.
14+
15+
### Changed
16+
17+
- **Theme-aware result grid and tooltip styling**
18+
- Updated the quick-save tooltip and related result-tab UI to use VS Code theme colors and the editor font family for better consistency across light, dark, and high-contrast themes.
19+
- Refined connection webview, editor, filter, dropdown, checkbox, and result-tab styling to better blend with the active theme.
20+
821
## [0.20.3] - 2026-06-09
922

1023
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms-sql-manager",
33
"displayName": "MS SQL Manager",
44
"description": "Manage Microsoft SQL Server databases with connection management, schema browsing, and query execution.",
5-
"version": "0.20.3",
5+
"version": "0.20.4",
66
"publisher": "jakubkozera",
77
"icon": "ms-sql-manager.png",
88
"sponsor": {

0 commit comments

Comments
 (0)