Releases: kubetail-org/kubetail
0.3.1
0.3.0
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
New Features: Support for ANSI color codes and a new message "wrap" option
This release adds support for ANSI color codes. Now, log messages with ANSI encoded text will get automatically converted in the console display. This release also adds a "Wrap" option to the settings dropdown that allows you to wrap log messages in the display to avoid scrolling right to read the full message.
0.1.4
New Features: Improvements to UI and performance with large logs
Previously, kubetail loaded the entire log history for each of the source pods on startup but this delayed the startup time and also some caused performance problems in the UI with large logs. This release changes the default behavior of the console and tails logs by default. This release also adds a dropdown feature that allows users to filter logs by a duration (e.g. "10 minutes ago") or by an absolute time range ("Feb 6, 2024 12:00:00 - Feb 8, 2024 15:30:00").