-
Notifications
You must be signed in to change notification settings - Fork 0
Home
HelloThisWorld edited this page Aug 3, 2026
·
4 revisions
winTerm is an independent Windows terminal project based on the Microsoft Terminal codebase. It is not a Microsoft product and is not endorsed by Microsoft.
- Changelog — release and engineering-checkpoint history.
- Development Changes — source commits, pull requests, and the documentation synchronized with them.
- Repository README — build, install, usage, and public download information.
- Latest public release: v1.2.0.
-
Current engineering checkpoint:
v1.2.4, Command Timeline Phase 4. -
v1.2.1throughv1.2.4are engineering checkpoints, not public GitHub Releases. The stable/releases/latestdownload remains v1.2.0.
Command Timeline Phase 4 completes the in-memory feature surface: pane-local
search over each pane's bounded command text, the commandTimeline.enabled and
commandTimeline.historyLimit settings, trustworthy shell-degradation states,
and bounded history with oldest-first eviction. Search is literal and
case-insensitive, never reads command output, and is never persisted. There is
still no persistent history, no output cache, and no telemetry.
- Command Timeline — per-pane command list, keyboard reference, and privacy limits.