Skip to content

Releases: kubetail-org/kubetail

0.4.3

02 Apr 11:39
599bbf5
Compare
Choose a tag to compare

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.2

29 Mar 14:28
4c8961a
Compare
Choose a tag to compare

What's Changed

  • fix simple typo in README by @lpmi-13 in #42
  • remove unnecessary RUN commands by @lpmi-13 in #43
  • Adds light/dark ANSI palettes using Fancy-ANSI by @amorey in #45

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

20 Mar 11:18
f259269
Compare
Choose a tag to compare

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

20 Mar 07:07
6ddd05b
Compare
Choose a tag to compare

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

03 Mar 23:12
71f3fec
Compare
Choose a tag to compare

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

03 Mar 21:15
540b0cf
Compare
Choose a tag to compare

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.2.0

01 Mar 20:45
3834b84
Compare
Choose a tag to compare

What's Changed

  • Adds a hide-health-checks option by @amorey in #27

Full Changelog: 0.1.9...0.2.0

0.1.9

01 Mar 09:21
dff87fa
Compare
Choose a tag to compare

What's Changed

  • Consolidates dark mode selector code by @amorey in #20
  • Adds session cookie name option by @amorey in #23

Full Changelog: 0.1.8...0.1.9

0.1.8

22 Feb 11:46
0666691
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.8

0.1.7

21 Feb 07:01
e6d486f
Compare
Choose a tag to compare

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