- Event log (`e` command) now supports search and has hotkeys to go to the bottom of event log and back to the top. It is also now a lot more efficient due to the use of Textual's DataTable widget - Added URI string parameter `--uri` for supplying credentials - Added transaction history when looking up a thread via `t` command - Added plugin and password expiration fields for `u` command
Thanks to lefred for his suggestions!
3.0
Big release today! I've re-written Dolphie to use Textual which has opened a lot of doors for what's possible. You'll notice it's faster, smoother, more features, and overall just _alot_ better.
One big new feature that I'm proud of is the graphs. I hope you find them as useful as me :)
If you have any suggestions or issues, please let me know!
2.0.18
- Added `m` command: Show various memory allocations - Added `E` command: Show error log from performance schema - Fixed explaining queries with comments - Fixed lag for each replica in the replica view - Byte sizes now have a B after the suffix to differentiate from number formatting - Host name is now in the header - Help command is now using a pager so it's easier to read and can be easily scrolled with arrow keys - Various code cleanups
- Added a custom exception so now uncaught exceptions will automatically include a traceback. `--debug` is removed as a result - Database class introduced to route everything through it - Improved explain functionality and made it more pretty - Made error output consistent and look good while doing it :) - Updated screenshots in README