Changes
- MySQL, PostgreSQL: Validate the default password if the user is authenticated via unix socket (issue #162)
 - PostgreSQL: Connect to localhost with default port if server is not specified
 - PostgreSQL: Display auto_increment of inserted rows (by @vrana)
 - PostgreSQL: Display description of system variables (by @vrana)
 - PostgreSQL 11: Add support for PROCEDURE (by @vrana)
 - PostgreSQL: Add support for relation links (by @vrana)
 - MS SQL: Add support for relation links
 - Add URL parameter ?ext=pdo to force using PDO (by @vrana)
 - Add SqlGeminiPlugin - AI prompt in SQL command generating the queries with Google Gemini (by @vrana)
 - Add sqlAutocompletion configuration parameter
 - Add relationLinks configuration parameter
 - Add setting for displaying links to referencing tables
 - Update German and Dutch translations (by @wintstar)
 - Update Spanish translation (by @rexwithluv)
 
Bugfixes
- MySQL: Fix retrieving additional info about the last query
 - MariaDB: Fix changing user password (issue #155)
 - MS SQL: Fix collation issues when retrieving default values (by @vrana)
 - MS SQL PDO: Fix invalid number of rows in SQL command
 - MS SQL PDO: Display last insert ID (by @vrana)
 - Fix escaping user credentials in web based drivers
 - PDO: Fix displaying the number of affected rows (regression from 5.1.0) (issue #151)
 - Silent warning if adminneo.version file does not exist (issue #152)
 - Fix initial caret position while inline editing a table value. (by @vrana)
 - Update Makefile for the current project state (issue #161, by @Necoro)
 - Fix escaping \t in JSON values (issue #159)
 
(Ported relevant changes from Adminer 5.1.0.)
👉 AdminNeo can be downloaded together with plugins on the adminneo.org/download page.