From e2b95ad37273c186c9fc6dca9fa2819f59099e0c Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 13 Jun 2022 19:35:31 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f95b7a..4dd595b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ Builds: - linux - application for linux - win - application for Windows +### 5.0.4 +- ADDED: Visualisation geographics objects on map #288 +- ADDED: Support for native SQL as default value inside yaml files #296 +- FIXED: Postgres boolean columns don't filter correctly #298 +- FIXED: Importing dbgate-api as NPM package now works correctly +- FIXED: Handle error when reading deleted archive + ### 5.0.3 - CHANGED: Optimalization of loading DB structure for PostgreSQL, MySQL #273 - CHANGED: Upgraded mysql driver #293