diff --git a/CHANGELOG.md b/CHANGELOG.md index e18dfa690..aecd5a532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ Builds: - linux - application for linux - win - application for Windows +### 5.3.3 +- FIXED: The application Window is not visible when openning after changing monitor configuration. #856 +- FIXED: Multi column filter is broken for Postgresql #855 +- ADDED: Do not display internal timescaledb objects in postgres databases #839 +- FIXED: When in splitview mode and Clicking "Refresh" button on the right side, will refresh the left side, and not the right side #810 +- FIXED: Cannot filter by uuid field in psql #538 + ### 5.3.1 - FIXED: Column sorting on query tab not working #819 - FIXED: Postgres Connection stays in "Loading database structure" until reloading the page #826 diff --git a/package.json b/package.json index 58387fa5e..b4f04f6ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "5.3.2-beta.3", + "version": "5.3.3", "name": "dbgate-all", "workspaces": [ "packages/*",