Releases: robinovitch61/kl
Releases · robinovitch61/kl
v0.5.0
Changelog
- 6a5af5b [chore] Improve README
- 6e565e4 [chore] Upgrade to bubbletea v2, go 1.23.3
- 69b9b55 [chore] remove empty ansi sequences, improve tests
- a518e6a [chore] update demo for v0.5.0
- 6373190 [feat] improve performance & unicode handling with linebuffer
- ff960dd [fix] Remove noisy debug line
- 75492bf [fix] Update logs viewport on toggle context
- c27b779 [fix] allocate significantly less iniitial memory per scanner created
- 6144e86 [fix] esc clears filter on single log page
- 2db53d3 [fix] improve performance of reapplying ansi
- 5cc427c [fix] perf improvements and tests
- 3320623 [fix] short circuit if page width is 0 (other page full screen)
- 89dbe36 [fix] show entire selected log when bottom sticky
- 1f0f563 [fix] update num matches with new content
v0.4.0
Changelog
- 6c9a8c5 [chore] Update README
- c2f5f1c [chore] go mod tidy
- 63cf883 [feat] Add ability to select terminated and waiting containers
- 2d32c9b [feat] Add green color to timestamps
- 56318f4 [feat] Change footer style on blur
- 2bbc390 [feat] Increase max log size
- 1ec2e83 [feat] Make timestamps, container name, and log order global
- e89a2ef [feat] Show reason for container termination
- 89bf0a7 [feat] Split screen left/right
- d955dd9 [feat] Start single log page wrap on
- 0aa1f00 [feat] Start with logs wrapped
- 9c8fae6 [feat] Update help text
- 98584ba [feat] ability to specify starting log filters
- d5429ce [feat] color container names
- f087666 [feat] single log sticky header
- 842c720 [feat] split container colors by id and name
- 0056469 [feat] viewport refactor - perf, correctness, tests
- d2edd40 [fix] Do not scroll to top on n/N if no matches
- 2486243 [fix] Exclude header asci coloring when copying single log to clipboard
- 066e1cb [fix] Fix error if wrap selection
- c37ef3c [fix] Improve performance for long logs
- 56cfe4b [fix] Keep selection enabled on blur
- f7b28dc [fix] OIDC, do not mutate global kubeconfig
- 2e4c877 [fix] Re-add viewport HighlightStyleIfSelected
- 485aa23 [fix] Replace \t with four spaces in log content
- a9afae5 [fix] Update short names of logs in buffer
- 3fcc411 [fix] When container restarts, terminated logs persist
- 9122ec3 [fix] revert "use esc instead of s to go back to selection page"
v0.3.0
Changelog
- 5fad919 [chore] clarify docs for dev in README
- a0f7d6d [feat] --limit flag for num selections
- b24710c [feat] add pod owner metadata
- fcef575 [feat] change the color of the selection when filter focused
- acdf6e4 [feat] include all owner types by default with ignore opt
- 178b3a9 [feat] select by labels
- 7867b39 [feat] use esc instead of s to go back to selection page
- c4798ef [fix] change deployment to more generic/accurate pod owner type
- 3677acf [fix] ensure key messages ignored if not initialized
- 32bc33d [fix] fix typo in open an issue link
- f6f3b62 [fix] save only relevant logs to file given filter and context status
v0.2.0
Changelog
- c09c5eb [chore] README - add stern, fix PKGBUILD link
- d0deaf0 [chore] readme updates
- a93ec29 [chore] remove heading in chocolatey description
- 15d8541 [deps] tooling, upgrade bubbletea to v1
- dba92fa [feat] add ability to ignore containers with regex flags
- 5b1c47a [feat] add extra owner refs option
- 41efff8 [feat] add more info about waiting and terminated containers
- f75e935 [feat] simplify and improve styling
- 83df095 [fix] change maintain selection startup to be from first container
- 53143ef [fix] improve performance of tree search
- f78cc77 [fix] prev/next match not working when only 1 match