From 230948c4b4733b27505c163c587b22982b5343fe Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Wed, 8 May 2024 19:27:31 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab389e56..9296388c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ Builds: - linux - application for linux - win - application for Windows +### Not released (5.2.8) +- FIXED: file menu save and save as not working +- FIXED: query editor on import/export screen overlaps with selector +- FIXED: Fixed inconsistencies in max/unmaximize window buttons +- FIXED: shortcut for select all +- FIXED: download with auth header +- CHANGED: Upgraded database drivers for mysql, postgres, sqlite, mssql, mongo +- CHANGED: Upgraded electron version (now using v30) +- ADDED: Vim keyboard bindings for editor +- FIXED: Correctly select the save folder for dump +- ADDED: enum + set for mysql (#693) +- FIXED: localStorageGabageCollector not working +- FIXED: Encoding error when opening Unicode query files +- ADDED: Add copy/paste to query tab and database list +- ADDED: Add copy name to table list +- FIXED: Make TabControl scrollable (#730) +- ADDED: Add copy to column list + ### 5.2.7 - FIXED: fix body overflow when context menu height great than viewport #592 - FIXED: Pass signals in entrypoint.sh #596