Skip to content

v5.6.0

Latest

Choose a tag to compare

@peterpp peterpp released this 16 Aug 19:59
· 5 commits to main since this release

Changes

  • Allow resizing of the navigation panel
  • Keep the position of table list between pages
  • Add orange and purple color variants of the default theme
  • Align icon colors with the color variants of the default theme
  • Tables overview: Allow sorting
  • Display 'localhost' as the default server name instead of 'Server'
  • Syntax highlighting: Update MySQL, MariaDB, SQLite, PostgreSQL (by @vrana)
  • Compiler: Replace LZW with deflate compression (by @vrana)
  • MySQL: Convert vector columns to text in select and edit (by @vrana)
  • MySQL: Unsupport MySQL < 5.1 (by @vrana)
  • MariaDB: Support inet4 and inet6 types (by @vrana)
  • MariaDB 11.7+: Support vector columns and indexes (by @vrana)
  • PostgreSQL 9.2+: Highlight queries in process list (by @vrana)
  • SQLite: Disable editing of sqlite_schema (by @vrana)
  • SQLite: Support STRICT and WITHOUT ROWID in create and alter table (by @vrana)
  • SQLite: Support ANY type (by @vrana)
  • Add all missing translations (AI generated)

Bugfixes

  • Ignore invalid X-Forwarded-Prefix (by @vrana, GHSA-5fw2-qrc6-p4fw)
  • Compiler: Fix removing unsupported features in single driver file (regression from 5.5.0)
  • Support disabled set_time_limit() and ini_set() (by @vrana)
  • Do not export foreign key constraints if the table structure is not exported
  • MariaDB: Allow setting password with password validation plugin (by @vrana)
  • PostgreSQL: Fix data-only export failing to import due to foreign key violations (fix #192)
  • PostgreSQL: Restart sequences in a data-only export if auto increment values are exported
  • SQLite: Preserve STRICT and WITHOUT ROWID in alter table (by @vrana)
  • SQLite: Do not treat INTEGER PRIMARY KEY without AUTOINCREMENT as auto increment (by @vrana)

(Ported relevant changes from Adminer 5.5.0 - 5.5.1.)

👉 AdminNeo can be downloaded together with plugins on the adminneo.org/download page.