From add1612c926f4e87d5a8e1b48c5654f2012b6af9 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Wed, 4 Dec 2024 07:46:04 +0100 Subject: [PATCH] 6.0 changelog --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee6c7a30..c7b75877d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,33 @@ Builds: - ADDED: Order or filter the indexes for huge tables #922 - ADDED: Empty string filters - CHANGED: (Premium) Workflow for new installation (used in Docker and AWS distribution) - +- ADDED: Show stored procedure and function parameters (MySQL, PostgreSQL, SQL Server, MariaDB) #348 +- FIXED: Selected database has changed when closing database grouped tab #983 +- ADDED: Add line break option to editor #823 +- ADDED: Order or filter the indexes for huge tables #922 +- ADDED: Preview mode for the top bar tab like vscode #767 +- ADDED: Keyboard navigatioon between connections, databases and tables +- FIXED: Fixed some issues in connection search +- FIXED: Schema selection in Export does not provide all schemas #924 +- CHANGED: Standardized Window menu in MacOS app +- FIXED: Typecast ::date is treated as a parameter #925 +- FIXED: App crashes when trying to 'Open Structure' in a readonly connection #926 +- FIXED: Selected database has changed when closing database grouped tab #938 +- CHANGED: (Premium) Query designer and Query perspective designer moved to Premium editioin +- CHANGED: (Premium) Compare database tool - many improvements, moved to Premium edition +- ADDED: (Premium) Export DB model - exporting model to YAML folder, JSON or SQL folder +- CHANGED: Model deployer - many improvements, support of rename missing objects +- ADDED: (Premium) Premium NPM distribution +- CHANGED: (Premium) Amazon Redshift driver moved to Premium edition +- ADDED: Generated API documentation https://dbgate.org/docs/apidoc.html +- ADDED: NPM distribution now supports all dbgate database connectors, many improvements NPM packages +- CHANGED: Optimalized size of NPM plugins (eg. dbgate-plugin-mssql from 1.34 MB to 71 kB) +- CHANGED: Unsaved connections are now shown in "Recent and unsaved" folder after disconnect +- FIXED: Correctly show focused control, as defined by UX standards +- ADDED: Data duplicator - weak references +- ADDED: View JSON detail of log messages from export/import jobs and query executions +- ADDED: Rename procedure/function context menu +- ADDED: Show SQL quick view ### 5.5.6 - FIXED: DbGate process consumes 100% after UI closed - Mac, Linux (#917, #915)