0126 GitHub stars
02Enhanced interactive capabilities with Readline completion support in the read builtin (-E).
03Advanced file sorting control via the GLOBSORT variable (sort by size, mtime, or numeric).
04New loadable builtins for floating-point math (fltexpr), key-value arrays (kv), and date parsing (strptime).
05In-shell command substitution (${ command; }) for fork-free execution and high performance.
06Automatic output capture using the new REPLY variable capture syntax (${| command; }).