Skip to content

Commit 0bd8923

Browse files
dbeaver/pro#8155 Update README file (#4105)
Added changelog for version 25.3.4, detailing new features and fixes in Editors, Navigator, and General sections.
1 parent abe0f6f commit 0bd8923

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ You can see a live demo of CloudBeaver here: https://demo.cloudbeaver.io
2525

2626
## Changelog
2727

28+
### 25.3.4 2026-02-02
29+
30+
- Editors:
31+
- Added undo and redo functionality to the Data Editor for cell edits, row operations, and other data modifications. The history retains the last 50 actions across the Data Editor, result sets, and related panels;
32+
- The SQL preview panel has been added to the Bind parameters/variables dialog in the SQL Editor, allowing users to review the SQL query with changed values on the fly;
33+
- The Tab key can now be used for autocompletion in the SQL editor in the same way as the Enter key;
34+
- Fixed an application freeze caused by fetch size canceling for large tables in the Result Set;
35+
- Fixed an issue where pressing the Delete key during inline cell editing incorrectly marked the entire row for deletion.
36+
- Navigator:
37+
- Added independent view preference settings for database connections at both the user and connection levels. Users can configure their preferred navigator view separately from connection-specific settings;
38+
- Added "Show children of tables" option to Navigator tree settings. When enabled, the navigator displays nested objects such as columns under tables and views. The setting applies globally across all connections and remains disabled by default;
39+
- Added the ability to rename connections via context menu in the Navigator Tree;
40+
- General:
41+
- Expanded pointer target areas for icons in the navigator, editors, and tabs to a minimum of pixels per accessibility standards. Improved interaction accuracy and reduced errors for users with motor control limitations;
42+
- The "Database Native" authentication type has been renamed to "Username/password" for all connectors;
43+
- ClickHouse: Fixed an issue with displaying arrays of UUID, IPv4/IPv6, and Map types.
44+
2845
### 25.3.3 2026-01-19
2946

3047
- For security reasons, session expiration leads to a complete logout for a user and clears all data from the screen;

0 commit comments

Comments
 (0)