From 759815cfac5eda8d24716ff4ce29422a9a5f1cdc Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 26 Mar 2026 18:13:33 +0700 Subject: [PATCH] docs: add v0.1.35 changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9a4ced9..1c0dd9738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.1.35 - 2026-03-26 + +### Improved +- Faster app startup by redirecting to the welcome screen immediately and showing host connection status inline. +- Codex file deletions now display correctly as removed lines in diffs. +- OpenCode questions are now surfaced in the permission UI. + +### Fixed +- Fixed queued prompt dispatch after idle transition. +- Replaced bash-only `mapfile` with a portable `while-read` loop in the chat script. + +### Added +- Added support for Nix and NixOS installation. + ## 0.1.34 - 2026-03-25 ### Added