From b3acb8a34c89ac834a0cdef81e6711a7266d772b Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 15 Jun 2026 09:00:32 +0200 Subject: [PATCH] docs(changelog): mark 2.5.0 Windows support experimental / preview The ConPTY child-reaping freeze (T-424) is still open, so the 2.5.0 headline shouldn't read as production-ready. Reframe to "Experimental Windows desktop support" with an explicit preview-quality caveat. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65365314..6e56f0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,10 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ### Added -- **Windows desktop support.** clide builds and runs on Windows: ConPTY-backed - terminals, an AF_UNIX `clide` CLI client, PowerShell as the default shell, and - a `make build-windows` target. +- **Experimental Windows desktop support.** clide builds and runs on Windows — + ConPTY-backed terminals, an AF_UNIX `clide` CLI client, PowerShell as the + default shell, and a `make build-windows` target. Preview quality: ConPTY + child-process reaping under sustained use is still being hardened. (T-424) - **Vim `ctrl+w` window commands.** Under the vim preset, `ctrl+w` followed by h/l (focus left/right panel), j (toggle dock), w / ctrl+w (cycle panels), shift+w (cycle back), o (focus mode), or q/c (close editor). A new global