Releases: kubetail-org/kubetail
Releases · kubetail-org/kubetail
0.4.3
What's Changed
- Fixed scrolling issue on directory page (#46)
- Switched kubetail-ui for @kubetail/ui
Full Changelog: 0.4.2...0.4.3
0.4.1
What's Changed
- Handles ISO timestamps with tz when getting first timestamp in logs by @amorey in #41
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Fixes performance issues in browser and implements proper tailing by @amorey in #32
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- Fixes issue with missing template directory in docker image by @amorey in #30
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Adds support for deploying at sub-path behind reverse proxy by @amorey in #28
Full Changelog: 0.2.0...0.3.0
0.1.7
New release: Improved handling of ANSI encodings and security improvements
- Switched to using
ansi_up
library to handle more ANSI encodings
- Changed method of adding log messages to DOM from
innerHTML
to textContent
to protect against injection attacks