From 050c15994b2206c4422dcf7ed4d55c71abc26da1 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 14 Mar 2022 19:45:01 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10acdc81..791d13b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # ChangeLog +### 4.7.3 +- CHANGED: Export menu redesign, quick export menu merged with old export menu +- REMOVED: Quick export menu +- ADDED: Export column mapping +- ADDED: Export invoked from data grid respects columns choosed in column manager +- ADDED: Quick export (now merged in export menu) is now possible also in web app +- FIXED: Virtual foreign key editor fixes +- FIXED: Tabs panel style fix +- ADDED: Find by schema in databases widget +- FIXED: Column manager selection fix +- FIXED: NPM dist - fixed error when loading plugins +- CHANGED: NPN dist is now executed by dbgate-serve command +- ADDED: NPM dist accepts .env configuration + ### 4.7.2 - CHANGED: documentation URL - https://dbgate.org/docs/ - CHANGED: Close button available for all tab groups - #238