From 5f0ee8030608b36e73e7fcc0395fd7bc38580e0f Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Fri, 6 Jan 2023 18:03:44 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0eb448d..ae035ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ Builds: - linux - application for linux - win - application for Windows +### 5.2.1 +- FIXED: client_id param in OAuth +- ADDED: OAuth scope parameter +- FIXED: login page - password was not sent, when submitting by pressing ENTER +- FIXED: Used permissions fix +- FIXED: Export modal - fixed crash when selecting different database + ### 5.2.0 - ADDED: Oracle database support #380 - ADDED: OAuth authentification #407