Save the treeview state periodically, and restore it automatically when reconnecting. Fixes #1253

This commit is contained in:
Khushboo Vashi
2018-10-08 10:03:19 +01:00
committed by Dave Page
parent 44ef501283
commit 528ea88dec
11 changed files with 680 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ for it.
.. toctree::
release_notes_3_5
release_notes_3_4
release_notes_3_3
release_notes_3_2

View File

@@ -0,0 +1,18 @@
***********
Version 3.5
***********
Release date: 2018-11-01
This release contains a number of features and fixes reported since the release of pgAdmin4 3.4
Features
********
| `Feature #1253 <https://redmine.postgresql.org/issues/1253>`_ - Save the treeview state periodically, and restore it automatically when reconnecting.
Bug fixes
*********
|