Skip to content

v5.2.8

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 04:52
· 54 commits to master since this release
  • FIXED: file menu save and save as not working
  • FIXED: query editor on import/export screen overlaps with selector
  • FIXED: Fixed inconsistencies in max/unmaximize window buttons
  • FIXED: shortcut for select all
  • FIXED: download with auth header
  • CHANGED: Upgraded database drivers for mysql, postgres, sqlite, mssql, mongo, redis
  • CHANGED: Upgraded electron version (now using v30)
  • ADDED: Vim keyboard bindings for editor
  • FIXED: Correctly select the save folder for dump
  • ADDED: enum + set for mysql (#693)
  • FIXED: localStorageGabageCollector not working
  • FIXED: Encoding error when opening Unicode query files
  • ADDED: Add copy/paste to query tab and database list
  • ADDED: Add copy name to table list
  • FIXED: Make TabControl scrollable (#730)
  • ADDED: Add copy to column list
  • FIXED: Problems with SQLite + glibc in docker containers
  • ADDED: Button for discard/reset changes (#759)
  • FIXED: Don't show error dialog when subprocess fails, as DbGate handles this correctly (#751, #746, #542, #272)