Skip to content

Releases: janosmiko/lfk

v0.14.4

11 Jun 18:23
187e822

Choose a tag to compare

0.14.4 (2026-06-11)

Features

  • explorer: ASCII-art tree view for Object and API Explorers (#420) (c90bd12)
  • logs: live-log preview for container rows (#419) (729ed9d)
  • netpol: CiliumNetworkPolicy and CiliumClusterwideNetworkPolicy support (#414) (e8b3d06), closes #409
  • netpol: mouse wheel scroll and / search in the policy visualizer (#421) (6a08d6e)
  • netpol: show network policies affecting a pod or service (#412) (914a635)
  • security: 37 new built-in checks, RBAC source, and finding-jump fixes (#413) (8ed8e5d)
  • security: Security Findings action opens a per-resource findings list (#418) (55f4ca8)
  • tips: promote lesser-known features in the startup tip bar (#416) (70c8e7d)

Bug Fixes

  • preview: follow the list's sorting and column config in list previews (#410) (a7b7dc7)
  • preview: stop column flicker by carrying enriched columns into preview refetches (#422) (cd787b2)

v0.14.3

10 Jun 18:31
ea8af34

Choose a tag to compare

0.14.3 (2026-06-10)

Features

  • preview: live-log preview in the explorer right pane (#405) (9bc6994)
  • security: advisor source with reliability recommendations (#403) (51320eb)
  • security: extended heuristic checks + tunable secret_env (#402) (34763bb)

Bug Fixes

  • exec: use cmd.exe/PowerShell when exec-ing into Windows pods (#407) (b078fdf), closes #406
  • pin the affected-resources table while finding-group details scroll (#404) (473f61f)
  • stop preview-pane wheel from scrolling the pane to its left (#398) (#399) (24318b0)

v0.14.2

09 Jun 06:38
4217163

Choose a tag to compare

0.14.2 (2026-06-09)

Bug Fixes

v0.14.1

08 Jun 21:21
00a67ec

Choose a tag to compare

0.14.1 (2026-06-08)

Bug Fixes

  • security: eliminate findings-cache memory spike (#387) (#390) (548fa42)
  • wrap long lines in diff viewer instead of truncating (#386) (#388) (b2ce7ab)

v0.14.0

08 Jun 08:58
ba382ae

Choose a tag to compare

0.14.0 (2026-06-08)

⚠ BREAKING CHANGES

  • the flat keys log_tail_lines, log_tail_lines_short, log_render_ansi, colorscheme, icons, no_color, transparent_background, min_contrast_ratio and dim_overlay are deprecated in favour of their grouped equivalents (log_viewer., appearance.). They continue to work as aliases for now, but the grouped form is canonical and the flat keys may be removed in a future release. Migrate config.yaml to the grouped shape; when both a flat key and its group equivalent are set, the group wins.

Features

  • group log, viewer, session and appearance settings into config sections (#378) (e5ba655)
  • unify viewer keybindings — configurable line-wrap, display toggles, search/help/match, and Shift+F fullscreen (#380) (90b8db6)

Bug Fixes

  • route mouse wheel to the pane under the pointer in Object Explorer and log viewer (#382) (0a37575)

v0.13.9

07 Jun 20:26
ed900b0

Choose a tag to compare

0.13.9 (2026-06-07)

Features

  • add JSON Schema for config.yaml with editor autocompletion (#376) (c58ea57)
  • add show_rare_types config to show all resource types from startup (#321) (#374) (8dd78c5)

v0.13.8

07 Jun 08:10
123c45d

Choose a tag to compare

0.13.8 (2026-06-07)

Features

  • alias shift+down/shift+up to ctrl+d/ctrl+u half-page scroll (closes #369) (#371) (15eaf36)
  • YAML viewer O-jump to Object Explorer + attribute path in title (#372) (4b670a3)

v0.13.7

05 Jun 21:43
f4a8eb6

Choose a tag to compare

0.13.7 (2026-06-05)

Features

  • Object Explorer — browse a resource's live object (closes #361) (#366) (f626a77)

v0.13.6

05 Jun 06:01
fbeb9e8

Choose a tag to compare

0.13.6 (2026-06-05)

Features

  • preview: generic status summary for any kind with phase/conditions (#352) (#364) (65a4126)

Bug Fixes

  • preview: let the right pane scroll long lists to the bottom (#365) (06a9c27)
  • ui: compress Name so configured columns survive the three-pane list (#354) (#362) (98ac369)

v0.13.5

03 Jun 22:37
e9ae6ac

Choose a tag to compare

0.13.5 (2026-06-03)

Features

  • persist resource-list sort order and column layout across restarts (#359) (337eaba)
  • preview: list status summary band in resource-type preview (#360) (e5bc62c)
  • ui: make Name a configurable resource-list column (#356) (dcc5bd2)

Bug Fixes

  • yaml: keep long scalars on one line in resource view (#355) (#357) (419f6f7)