diff --git a/docs/en_US/release_notes.rst b/docs/en_US/release_notes.rst index 08803c7a3..d54843cd6 100644 --- a/docs/en_US/release_notes.rst +++ b/docs/en_US/release_notes.rst @@ -9,6 +9,7 @@ for it. .. toctree:: + release_notes_3_0 release_notes_2_1 release_notes_2_0 release_notes_1_6 diff --git a/docs/en_US/release_notes_3_0.rst b/docs/en_US/release_notes_3_0.rst new file mode 100644 index 000000000..fca46e265 --- /dev/null +++ b/docs/en_US/release_notes_3_0.rst @@ -0,0 +1,100 @@ +*********** +Version 3.0 +*********** + +Release date: 2018-03-22 + +This release contains a number of features and fixes reported since the release of pgAdmin4 2.1 + + +Features +******** + +| `Feature #2895 `_ - Add keyboard navigation options for the main browser windows +| `Feature #2896 `_ - Add keyboard navigation in Query tool module via Tab/Shift-Tab key +| `Feature #2898 `_ - Support tab navigation in dialogs +| `Feature #2899 `_ - Add configurable shortcut keys for various common options in the main window +| `Feature #2950 `_ - Add a marker (/*pga4dash*/) to the dashboard queries to allow them to be more easily filtered from server logs +| `Feature #2951 `_ - Allow dashboard tables and charts to be enabled/disabled +| `Feature #3004 `_ - Support server and database statistics on Greenplum +| `Feature #3036 `_ - Display partitions in Greenplum +| `Feature #3044 `_ - Display functions in Greenplum +| `Feature #3086 `_ - Rewrite the runtime as a tray-based server which can launch a web browser +| `Feature #3097 `_ - Support EXPLAIN on Greenplum +| `Feature #3098 `_ - Unvendorize REACT so no longer required in our source tree +| `Feature #3107 `_ - Hide tablespace node on GPDB +| `Feature #3140 `_ - Add support for pg_service.conf files in connection properties +| `Feature #3168 `_ - Support for external tables in GPDB +| `Feature #3182 `_ - Update Jasmine to v3 +| `Feature #3184 `_ - Add a French translation + +| `In addition, various changes were made for PEP8 compliance` + + + +Bug fixes +********* + +| `Bug #1173 `_ - Add a comment to the existing node +| `Bug #1925 `_ - Fix issue resizing column widths not resizable in Query Tool after first query +| `Bug #2104 `_ - Runtime update display file version and copyright year under installers properties +| `Bug #2249 `_ - Application no longer hangs after reload in runtime +| `Bug #2251 `_ - Runtime fixed OSX html scroll direction ignored in MacOS setup +| `Bug #2309 `_ - Allow text selection/copying from disabled CodeMirror instances +| `Bug #2480 `_ - Runtime update fix to Context Menus on Mac that do not work +| `Bug #2578 `_ - Runtime update fix to HTML access keys that don't work +| `Bug #2581 `_ - Fix keyboard shortcut for text selection +| `Bug #2677 `_ - Update Elephant icon for pgAdmin4 on Windows +| `Bug #2776 `_ - Fix unreadable font via Remote Desktop +| `Bug #2777 `_ - Fix spacing issue on server tree +| `Bug #2783 `_ - Runtime update fixed blank screen on Windows Desktop +| `Bug #2906 `_ - Correct display issues on HiDPI screens +| `Bug #2961 `_ - Issues when creating a pgAgent Schedule +| `Bug #2963 `_ - Fix unicode handling in the external process tools and show the complete command in the process viewer +| `Bug #2980 `_ - Copy text from the Query tool into the clipboard adds invisible characters +| `Bug #2981 `_ - Support keyboard navigation in the debugger +| `Bug #2983 `_ - Fix intermittent specified_version_number ValueError issue on restart +| `Bug #2985 `_ - Fix drag and drop issues +| `Bug #2998 `_ - Don't listen on port 443 if TLS is not enabled when launching the container +| `Bug #3001 `_ - Runtime update fix scrolling with mouse wheel on mac pgAdmin 4.2.1 +| `Bug #3002 `_ - Fix block indent/outdent with configurable width +| `Bug #3003 `_ - Runtime update fix copy to clipboard +| `Bug #3005 `_ - Runtime update fix unable to select tabs in pgAdmin 4.2.1 +| `Bug #3013 `_ - Fix a minor UI issue on dashboard while displaying subnode control in Backgrid +| `Bug #3014 `_ - Fix validation of sequence parameters +| `Bug #3015 `_ - Support Properties on Greenplum databases +| `Bug #3016 `_ - Ensure debug messages are available in "messages" window when error occurs +| `Bug #3021 `_ - Update scan and index scan EXPLAIN icons for greater clarity +| `Bug #3027 `_ - Ensure we capture notices raised by queries +| `Bug #3031 `_ - Runtime issue causing double and single quotes not to work +| `Bug #3039 `_ - Runtime issue causing wrong row counts on count column +| `Bug #3042 `_ - Runtime issue causing empty dialog box when refreshing +| `Bug #3043 `_ - Runtime issue causing word sizing in macOS High Sierra +| `Bug #3045 `_ - Runtime issue causing copy cells issues copying cells for key binding +| `Bug #3046 `_ - Fix connection status indicator on IE/FF +| `Bug #3050 `_ - Correct display of RE-SQL for partitioned tables in Greenplum +| `Bug #3052 `_ - Don't include sizes on primitive data types that shouldn't have them when modifying columns +| `Bug #3054 `_ - Ensure the user can use keyboard shortcuts after using button controls such as Cancel, Open and Save +| `Bug #3057 `_ - Update the regression tests to fix issues with Python 3.5 and PG 9.2 +| `Bug #3058 `_ - Fix on-click handling of treeview nodes that wasn't refreshing SQL/Dependencies/Dependents in some circumstances +| `Bug #3059 `_ - Fix table statistics for Greenplum +| `Bug #3060 `_ - Fix quoting of function names in RE-SQL +| `Bug #3066 `_ - Ensure column names on indexes on views are properly quoted in RE-SQL +| `Bug #3067 `_ - Prevent the filter dialog CodeMirror from overflowing onto the button bar of the dialog +| `Bug #3073 `_ - Ensure the pgAgent job start/end time grid fields synchronise with the subnode control and validate correctly +| `Bug #3075 `_ - Runtime issue causing Select, Update, and Insert script generation for a table fails to load +| `Bug #3077 `_ - Remove dependency on standards_conforming_strings being enabled +| `Bug #3080 `_ - Fix alignment issues in keyboard shortcut options +| `Bug #3081 `_ - Add missing reverse-engineered SQL header and drop statement for sequences +| `Bug #3099 `_ - Fix creation of tables and columns in GPDB +| `Bug #3105 `_ - Ensure we can properly update rows with upper-case primary key columns +| `Bug #3135 `_ - Insert rows correctly when a table has OIDs and a Primary Key in uppercase +| `Bug #3137 `_ - Allow copying of SQL from the dashboard tables +| `Bug #3138 `_ - Fix tablespace tests for Python 3.x +| `Bug #3150 `_ - Fix function reserve SQL for GPDB +| `Bug #3157 `_ - Fix unicode handling in the external process tools and show the complete command in the process viewer +| `Bug #3176 `_ - Disable function statistics on Greenplum +| `Bug #3190 `_ - Skip tests where appropriate on GPDB +| `Bug #3196 `_ - Fix an XSS issue in the File Manager +| `Bug #3197 `_ - Set the cookie domain and path appropriately +| `Bug #3219 `_ - Update required ChromeDriver version for current versions of Chrome \ No newline at end of file