v4.0.0 brought a lot of goodies, but wait, there's more!
- NEW! Dolphie now has a config file which can be used to store default settings when using it. See
--helpfor more information - Tabs now automatically rename to the first 24 characters of the host name + port once connected unless manually renamed. Feel free to fancy them up with colors and emojis. To do that, you'll wrap in color name/code with brackets
[red]and for emojis, you'll wrap them in colons:dolphin: - Added new command
=to be able to rename a tab - Host Setup modal now lets you specify a username along with a show/hide password button
- Added new parameter
--historical-locksthat always runs the locks query so it can save historical data to the graphs instead of when the Locks panel is open. Before, this was run every loop, but now it's an option due to the query being expensive for certain environments (#45) - Added new parameter
--pypi-repositoryto be able to specify a custom PyPi repository (#46) - Fixed AHI stat in dashboard so it didn't always show
Inactive. Also fixed COMMIT/ROLLBACK/REPLACE stats in Statistics table since they always showed 0 - Removed Performance Schema method of finding replica lag since
SHOW REPLICA STATUSsuffices - Fixed random crashes/glitches when switching hosts
- Code refactors