2020-02-06 23:43:41 -06:00
***** ***** **
Version 4.19
***** ***** **
Release date: 2020-03-05
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.18.
New features
***** ***** **
2020-02-25 06:53:36 -06:00
| `Issue #5154 <https://redmine.postgresql.org/issues/5154> `_ - Added accessibility support in AlertifyJS.
2020-02-10 00:57:36 -06:00
| `Issue #5170 <https://redmine.postgresql.org/issues/5170> `_ - Added Czech language support.
2020-02-18 00:40:38 -06:00
| `Issue #5179 <https://redmine.postgresql.org/issues/5179> `_ - Added Python 3.8 support.
2020-02-06 23:43:41 -06:00
Housekeeping
***** ***** **
2020-02-13 23:49:34 -06:00
| `Issue #5088 <https://redmine.postgresql.org/issues/5088> `_ - Improve code coverage and API test cases for the Event Trigger module.
2020-02-24 02:41:00 -06:00
| `Issue #5133 <https://redmine.postgresql.org/issues/5133> `_ - Improvements in the UI for both default and dark themes.
2020-02-11 02:58:57 -06:00
| `Issue #5176 <https://redmine.postgresql.org/issues/5176> `_ - Enhance logging by tracking stdout and stderr of subprocess when log level set to DEBUG.
2020-02-17 00:28:28 -06:00
| `Issue #5185 <https://redmine.postgresql.org/issues/5185> `_ - Added option to override the class name of a label tag for select2 control.
2020-02-06 23:43:41 -06:00
Bug fixes
***** *** *
2020-02-24 02:41:00 -06:00
| `Issue #4955 <https://redmine.postgresql.org/issues/4955> `_ - Changed the color of selected and hovered item for Select2 dropdown.
| `Issue #4996 <https://redmine.postgresql.org/issues/4996> `_ - Improve the style of the highlighted code after query execution for Dark mode.
2020-02-24 01:03:23 -06:00
| `Issue #5058 <https://redmine.postgresql.org/issues/5058> `_ - Ensure that AlertifyJS should not be visible as a title for alert dialog.
2020-02-24 02:41:00 -06:00
| `Issue #5077 <https://redmine.postgresql.org/issues/5077> `_ - Changed background pattern for geometry viewer to use #fff for all themes.
2020-02-28 03:57:01 -06:00
| `Issue #5101 <https://redmine.postgresql.org/issues/5101> `_ - Fix an issue where debugger not showing all arguments anymore after hitting SQL error while debugging.
2020-02-24 00:41:19 -06:00
| `Issue #5107 <https://redmine.postgresql.org/issues/5107> `_ - Set proper focus on tab navigation for file manager dialog.
2020-02-24 02:41:00 -06:00
| `Issue #5115 <https://redmine.postgresql.org/issues/5115> `_ - Fix an issue where command and statements were parsed incorrectly for Rules.
2020-02-28 02:42:44 -06:00
| `Issue #5142 <https://redmine.postgresql.org/issues/5142> `_ - Ensure that all the transactions should be canceled before closing the connections when a server is disconnected using pgAdmin.
2020-02-24 06:41:31 -06:00
| `Issue #5184 <https://redmine.postgresql.org/issues/5184> `_ - Fixed Firefox monospaced issue by updating the font to the latest version.
2020-02-26 00:11:33 -06:00
| `Issue #5214 <https://redmine.postgresql.org/issues/5214> `_ - Update Flask-SQLAlchemy and SQLAlchemy package which is not working on Windows with Python 3.8.
2020-02-24 06:41:31 -06:00
| `Issue #5215 <https://redmine.postgresql.org/issues/5215> `_ - Fix syntax error when changing the event type for the existing rule.