Updated release note.

This commit is contained in:
Akshay Joshi 2024-09-09 14:35:41 +05:30
parent e9af0c3226
commit d8381918a7

View File

@ -26,6 +26,7 @@ New features
Housekeeping
************
| `Issue #7884 <https://github.com/pgadmin-org/pgadmin4/issues/7884>`_ - Improved the extendability of the SchemaView and DataGridView.
Bug fixes
*********
@ -33,3 +34,5 @@ Bug fixes
| `Issue #6502 <https://github.com/pgadmin-org/pgadmin4/issues/6502>`_ - Fix the query tool restore connection issue on the server disconnection from the left side object explorer.
| `Issue #7076 <https://github.com/pgadmin-org/pgadmin4/issues/7076>`_ - Revamp the current password saving implementation to a keyring and reduce repeated OS user password prompts.
| `Issue #7571 <https://github.com/pgadmin-org/pgadmin4/issues/7571>`_ - Fixed an issue where users could not use pgAdmin if they did not have access to the management database.
| `Issue #7878 <https://github.com/pgadmin-org/pgadmin4/issues/7878>`_ - Fixed an issue where cursor moves to end of line when editing input fields.
| `Issue #7895 <https://github.com/pgadmin-org/pgadmin4/issues/7895>`_ - Fixed an issue where different client backend shows all SQL are same.