Version 6.7.0 - Localization support

Published: 2025-11-19

We are excited to announce the release of DbGate version 6.7.0, which brings two major enhancements: localization support and improved management of binary data types.

Localization Support

With version 6.7.0, DbGate now supports localization, allowing users to switch the interface language to their preferred choice. The following languages are available in this release:

  • English
  • French
  • Spanish
  • German
  • Czech
  • Slovak
  • Simplified Chinese

To change the language, navigate to the settings menu and select your desired language from the “Language” dropdown. The interface will reload (after confirmation) to apply the new language settings.

Improved Management of Binary Data Types

Handling binary data types such as BLOBs and BYTEA has been significantly improved in this release. Several issues related to viewing, editing, and exporting binary data have been addressed, providing a smoother experience when working with these data types. Internally is now used base64 encoding, which reduces size of transferred data and improves performance.

Complete changelog after version 6.6.8

6.7.0

  • ADDED: Added localization support, now you can use DbGate in multiple languages (French, Spanish, German, Czech, Slovak, Simplified Chinese) #347 #705 #939 #1079
  • CHANGED: Solved many issues with binary fields, huge performance improvements in binary fields processing
  • FIXED: Export to CSV produces empty file #1247
  • CHANGED: Upgraded electron to version 38 #1243
  • FIXED: PostgreSQL export to SQL and XML doesn’t include bytea field contents #1228
  • FIXED: Export CSV broken #1080
  • FIXED: Inconsistent handling of hex-like strings #680
  • FIXED: Export mongodb binary cell as binary file #292
  • CHANGED: SSL is used automatically for connections to Azure databases
  • ADDED: New export formats CSV for Excel, TSV
  • FIXED: Horizontal scrolling on macOS trackpad/Magic Mouse #1250

6.6.12

  • FIXED: Cannot paste license key on Mac (special commands like copy/paste were disabled on license screen)

6.6.11

  • FIXED: Fixed theming on application startup
  • CHANGED: Improved licensing page

6.6.10

  • FIXED: License from environment variable is not refreshed #1245
  • FIXED: connection closing / reconnecting #1237
  • ADDED: retain history across multiple queries #1236
  • ADDED: load CSVs to temp tables #1235
  • FIXED: Not possible to scroll the data view horizontally by pressing shift and scroll mouse middle button on Mac #453
  • FIXED: Expired trial workflow (Premium)
  • ADDED: Column name collision resolving #1234 (MySQL)