2020-02-07 05:43:41 +00: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 12:53:36 +00:00
| `Issue #5154 <https://redmine.postgresql.org/issues/5154> `_ - Added accessibility support in AlertifyJS.
2020-02-10 06:57:36 +00:00
| `Issue #5170 <https://redmine.postgresql.org/issues/5170> `_ - Added Czech language support.
2020-02-18 06:40:38 +00:00
| `Issue #5179 <https://redmine.postgresql.org/issues/5179> `_ - Added Python 3.8 support.
2020-02-07 05:43:41 +00:00
Housekeeping
***** ***** **
2020-02-14 05:49:34 +00:00
| `Issue #5088 <https://redmine.postgresql.org/issues/5088> `_ - Improve code coverage and API test cases for the Event Trigger module.
2020-02-24 08:41:00 +00:00
| `Issue #5133 <https://redmine.postgresql.org/issues/5133> `_ - Improvements in the UI for both default and dark themes.
2020-02-11 08:58:57 +00: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 06:28:28 +00: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-07 05:43:41 +00:00
Bug fixes
***** *** *
2020-02-24 08:41:00 +00: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 07:03:23 +00: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 08:41:00 +00:00
| `Issue #5077 <https://redmine.postgresql.org/issues/5077> `_ - Changed background pattern for geometry viewer to use #fff for all themes.
2020-02-28 09:57:01 +00: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 06:41:19 +00:00
| `Issue #5107 <https://redmine.postgresql.org/issues/5107> `_ - Set proper focus on tab navigation for file manager dialog.
2020-02-24 08:41:00 +00:00
| `Issue #5115 <https://redmine.postgresql.org/issues/5115> `_ - Fix an issue where command and statements were parsed incorrectly for Rules.
2020-02-28 08:42:44 +00: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 12:41:31 +00:00
| `Issue #5184 <https://redmine.postgresql.org/issues/5184> `_ - Fixed Firefox monospaced issue by updating the font to the latest version.
2020-02-26 06:11:33 +00: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 12:41:31 +00:00
| `Issue #5215 <https://redmine.postgresql.org/issues/5215> `_ - Fix syntax error when changing the event type for the existing rule.