Update release notes

This commit is contained in:
Aditya Toshniwal 2024-10-31 19:23:49 +05:30
parent bb4777578a
commit a44424d5fa
2 changed files with 5 additions and 2 deletions

View File

@ -37,6 +37,7 @@ Bug fixes
| `Issue #7289 <https://github.com/pgadmin-org/pgadmin4/issues/7289>`_ - Move 'About pgAdmin 4' to app menu on macOS.
| `Issue #7655 <https://github.com/pgadmin-org/pgadmin4/issues/7655>`_ - Fixed an issue where the query tool was crashing when an empty geometry was being rendered.
| `Issue #7837 <https://github.com/pgadmin-org/pgadmin4/issues/7837>`_ - Fixed an issue where role properties were not loading.
| `Issue #7883 <https://github.com/pgadmin-org/pgadmin4/issues/7883>`_ - Fix multiple issues related to debugger params dialog input.
| `Issue #7907 <https://github.com/pgadmin-org/pgadmin4/issues/7907>`_ - Ensure server connection is successful for sslrootcert=system in server configuration.
| `Issue #7919 <https://github.com/pgadmin-org/pgadmin4/issues/7919>`_ - Fixed an issue where the dock layout was not saved upon closing a tab.
| `Issue #7920 <https://github.com/pgadmin-org/pgadmin4/issues/7920>`_ - Fixed an issue where the copy shortcut CTRL +C was not working in the Query Tool data grid.
@ -48,3 +49,5 @@ Bug fixes
| `Issue #8007 <https://github.com/pgadmin-org/pgadmin4/issues/8007>`_ - Fixed an issue in the debugger where function arguments of the character data type were being truncated.
| `Issue #8013 <https://github.com/pgadmin-org/pgadmin4/issues/8013>`_ - Fix the issue where rows do not retain shading when scrolling.
| `Issue #8022 <https://github.com/pgadmin-org/pgadmin4/issues/8022>`_ - Use PG17 as the default in the container.
| `Issue #8061 <https://github.com/pgadmin-org/pgadmin4/issues/8061>`_ - Updated the react-menu library from v2 to v4.
| `Issue #8077 <https://github.com/pgadmin-org/pgadmin4/issues/8077>`_ - Remove bootstrap from the runtime code.

View File

@ -108,11 +108,11 @@ body {
cursor: unset;
}
/* @media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
body {
--color: #d4d4d4;
--background-color: #212121;
--border-color: #4a4a4a;
--primary-color: #234d6e;
}
} */
}