Update release note

This commit is contained in:
Akshay Joshi 2022-12-19 11:50:16 +05:30
parent ffcf7ccbf9
commit 4d95bc0365
2 changed files with 29 additions and 0 deletions

View File

@ -11,6 +11,7 @@ notes for it.
.. toctree::
:maxdepth: 1
release_notes_6_19
release_notes_6_18
release_notes_6_17
release_notes_6_16

View File

@ -0,0 +1,28 @@
************
Version 6.19
************
Release date: 2023-01-12
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v6.18.
Supported Database Servers
**************************
**PostgreSQL**: 10, 11, 12, 13, 14 and 15
**EDB Advanced Server**: 10, 11, 12, 13, 14 and 15
New features
************
Housekeeping
************
| `Issue #5563 <https://github.com/pgadmin-org/pgadmin4/issues/5563>`_ - Allow YouTube video demo links to be added to appropriate pgAdmin documentation.
Bug fixes
*********
| `Issue #5542 <https://github.com/pgadmin-org/pgadmin4/issues/5542>`_ - Fixed an issue updating the schema node de-select the node in the tree if only one schema is present in the collection node.
| `Issue #5613 <https://github.com/pgadmin-org/pgadmin4/issues/5613>`_ - Ensure the appbundle has correct permissions so that pgAdmin can be accessed by users other than owner.