Merge branch 'master' into develop

This commit is contained in:
Jan Prochazka
2024-08-01 08:40:41 +02:00
2 changed files with 8 additions and 1 deletions

View File

@@ -8,6 +8,13 @@ Builds:
- linux - application for linux - linux - application for linux
- win - application for Windows - 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 ### 5.3.1
- FIXED: Column sorting on query tab not working #819 - FIXED: Column sorting on query tab not working #819
- FIXED: Postgres Connection stays in "Loading database structure" until reloading the page #826 - FIXED: Postgres Connection stays in "Loading database structure" until reloading the page #826

View File

@@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"version": "5.3.2-beta.3", "version": "5.3.3",
"name": "dbgate-all", "name": "dbgate-all",
"workspaces": [ "workspaces": [
"packages/*", "packages/*",