Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.27 KB

File metadata and controls

25 lines (18 loc) · 2.27 KB

Changelog

0.2.0 (2026-07-17)

Features

  • 3 state terminal mode instead of dumbmode toggle (0c497c1)
  • Auto smart/dumb terminal detection and fix parsing crash (e6e3180)
  • auto upgrade to smart mode on any ESC byte (0f6d532)
  • example: Custom tab completion for command arguments (4494294)
  • Kconfig for console max length and argument count (64c62e3)
  • support Home/End keys in VT220 (d7aa280)
  • Terminal mode switch messages (c401cd2)

Bug Fixes

  • async log redraw active tab completion (e3f81aa)
  • bypass getColumns() to prevent ANSI terminal probes causing garbage input (9946f9b)
  • correct regex corruption and macro placement in linenoise header (cfca0ae)
  • move examples idf_component.yml to main component (5b27901)
  • Off-by-one history bug and max args behavior (fa429c5)
  • revert to reliable single line prompt (db57e9f)
  • Stray prompt in dumbmode and removed unused var (a5f2fd2)