From 522170d5c3a790a4decc46dd9df7e97a0b4c0de3 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 14 Nov 2022 19:44:30 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da78e8708..b20d79009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ Builds: - linux - application for linux - win - application for Windows +### 5.1.6 +- ADDED: Connection folders support #274 +- ADDED: Keyboard shortcut to hide result window and show/hide the side toolbar #406 +- ADDED: Ability to show/hide query results #406 +- FIXED: Double click does not maximize window on MacOS #416 +- FIXED: Some perspective rendering errors +- FIXED: Connection to MongoDB via database URL info SSH tunnel is used +- CHANGED: Updated windows code signing certificate +- ADDED: Query session cleanup (kill query sessions, if browser tab is closed) +- CHANGED: More strict timeouts to kill database and server connections (reduces resource consumption) + ### 5.1.5 - ADDED: Support perspectives for MongoDB - MongoDB query designer - ADDED: Show JSON content directly in the overview #395