Skip to content

4.3.0

Compare
Choose a tag to compare
@charles-001 charles-001 released this 26 Feb 07:00
· 25 commits to main since this release
55659e7
  • New panel! Metadata locks (hotkey 5)
  • Locks panel has been taken out of Dolphie due to risk of the performance_schema.data_lock_waits/performance_schema.data_locks crashing/severely stalling MySQL (see bugs here and here) - #45
  • Error log loads data async now so the UI doesn't freeze up
  • Switching betweens tabs with ctrl+a and ctrl+d now puts the selected tab in focus which shows the surrounding tabs (Textual bugfix)
  • Queries in panels are now syntax-colored
  • SQL Syntax color theme changed from monokai to my own modified nord-darker theme as this matches Dolphie's theme better overall
  • Values that are empty will now be populated with N/A or 0 depending on its datatype instead of showing nothing
  • Replication panel now shows if SSL is enabled