From 4802c36b5473d6eed2a2ca0bfafdef3eb5c66d30 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 3 May 2021 18:42:04 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305add02..9235a563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ChangeLog +### 4.1.11 +- FIX: fixed processing postgre query containing $$ +- FIX: fixed postgre analysing procedures & functions +- FIX: patched svelte crash #105 +- ADDED: ability to disbale background DB model updates +- ADDED: Duplicate connection +- ADDED: Duplicate tab +- FIX: SSH tunnel connection using keyfile auth #106 +- FIX: All tables button fix in export #109 +- CHANGED: Add to favorites moved from toolbar to tab context menu +- CHANGED: Toolbar design - current tab related commands are delimited + ### 4.1.10 - ADDED: Default database option in connectin settings #96 #92 - FIX: Bundle size optimalization for Windows #97