github fukuyori/wtmux 1.2.8

5 hours ago

[1.2.8] - 2026-04-20

Changed

  • Faster startup path:
    The command history selector is now initialized lazily on first use
    (Ctrl+R) instead of being loaded during startup.

  • Startup no longer creates config/history directories eagerly:
    %LOCALAPPDATA%\wtmux\ is now created only when config or history data is
    actually written, reducing unnecessary filesystem work during startup.

  • Reduced steady-state overhead:

    • scrollback storage now trims from the front without shifting the whole buffer
    • Session::process_output() no longer collects an intermediate Vec<Vec<u8>>
    • dirty-line tracking uses a lighter row-indexed structure

Don't miss a new wtmux release

NewReleases is sending notifications on new releases.