Full Changelog: 0.8.2...0.8.3
- Added tailspin-like coloring for HTTP request methods and response statuses, as well as capitalized statuses (e.g.,
ERROR,WARNING, and others). - Added coloring for double quotes and curly braces for
jsonstrings. - Removed some words from the coloring to reduce visual noise, rewrited the coloring of UNIX paths, added coloring for HTTP endpoints, and added the ability to disable action coloring using the
colorActionsDisableparameter in the configuration. - Added a new coloring mode using bat in ansi mode and the log language. Changed the coloring mode to the
Ctrl+Wkeyboard shortcut (removed theCtrl+Nshortcut fortailspin). ThecolorEnableflag with thebooldata type has been replaced withcolorMode(available values default,tailspin,batanddisable), and update the status in Subtitle. - Replaced filtering by
timestampwith filtering by date. This filter can be dynamically disabled (using thedel/deletekeys or configuration) and the date can be changed using theleft/rightarrow keys (the filter status has been added to the Subtitle of the logs window). - Added a character limit for output filtering (this value can be changed in the configuration or using the
-Fflag). - Simultaneous filtering and coloring is now possible in command-line mode using two arguments (
-c -for-c -r). - Added a check for connection errors to the Kubernetes cluster.