- Processlist now shows the connection protocol (Socket, SSL/TLS, TCP/IP, etc) - Fixed `t` command from sometimes crashing due to thread not existing - Fixed Python 3.8 startup crash bug (54)
4.3.1
- Dolphie by default now looks at these files in this order for its config (https://github.com/charles-001/dolphie/issues/52): - `/etc/dolphie.cnf` - `~/.dolphie.cnf` - Added `SSL` label in dashboard to determine if your connection is using SSL - Minor bug fixes
4.3.0
- 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](https://bugs.mysql.com/bug.php?id=109539) and [here](https://bugs.mysql.com/bug.php?id=112035)) - https://github.com/charles-001/dolphie/issues/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
4.2.2
Fixed a few bugs after the initial 4.2.0 release
4.2.0
- **Hostgroups**! This is an exciting feature I think a lot of people will like. See the [Hostgroups](https://github.com/charles-001/dolphie?tab=readme-ov-file#hostgroups) section for more information - Upgrade to new version is now a notification instead of a modal window to make it less intrusive - Replication now displays a delay if there's one set - Various code re-factors
New version notification: <img width="1459" alt="Screenshot 2024-02-12 at 9 02 46 AM" src="https://github.com/charles-001/dolphie/assets/13244625/e9e6fe81-2209-4b68-9f62-c544339fa92a">