From b33474609f7eec3bf6c6ba9862ba9cc20e5277b8 Mon Sep 17 00:00:00 2001 From: Ernesto Cianciotta Date: Fri, 5 Jan 2024 18:14:46 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bba40..8b3121d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to the "SQL Data Inspector" extension will be documented in --- +## January 2024 Release (version 0.7.2) + +### New Features + +* Added extension settings that will let the user to customize the extension behaviour. @ernstc +* Columns ordering can be changed from the extension settings. Since now the columns have been ordered alphabetically by default. From now on, the default ordering will be the ordinal ordering, but from the extension settings is possible to enable the alphabetical ordering. It also possible to choose if the primary key columns must be shown as first columns. #21 @ernstc +* Columns ordering can also be changed by clicking on the columns name header. This overrides the settings, but once enabled, can be disabled repeating clicking on the header until the sorting icon disappears. #21 @ernstc +* The status of some controls is now persisted in the extension settings. The persisted controls are: `page size`, `show tables`, `show views`, `live monitoring refresh rate`. @ernstc + +### Fixes + +* Fixed behaviour when changing the page size when no object has already been selected. @ernstc + +--- + ## October 2023 Release (version 0.7.1) ### Changes