From 0c15e524d76f721150c4e0f583800c09db4f9918 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Wed, 3 Dec 2025 18:32:14 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129b84574..01c6f2bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ Builds: - linux - application for linux - win - application for Windows +## 6.7.3 +- FIXED: Fixed problem in analyser core - in PostgreSQL, after dropping table, dropped table still appeared in structure +- FIXED: PostgreSQL numeric columns do not align right #1254 +- ADDED: Custom thousands separator #1213 + ## 6.7.2 - CHANGED: Settings modal redesign - now is settings opened in tab instead of modal, similarily as in VSCode - FIXED: Fixed search in table shortcuts #1273