From efb985f3a7603eb46fba4f046d1ed6cd8cc6ed72 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Wed, 26 Aug 2026 02:26:50 +0300 Subject: [PATCH] docs: changelog for virtualized large file previews (#3061) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9bce7b..6299a7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. - Fixed file links in messages being checked twice against the filesystem, and against the wrong project directory on the first pass. - Fixed the selected project or session briefly jumping back to a previous choice when settings responses arrived out of order. - Fixed sessions staying on "loading sessions" forever after the connection to OpenCode went half-open — stalled reads now time out and retry instead of holding bootstrap hostage (thanks @herjarsa). +- Files: previews of files above the editable size cap now show the whole file instead of the first 200k characters, virtualized so opening and scrolling a huge file no longer freezes the app (thanks @gaojunran). - Terminal: mobile keyboards no longer capitalize the first letter of every command on iOS and Android. - Desktop: a freshly installed or updated build no longer keeps loading the previous version's interface from cache. - Devices: re-pairing a phone (or logging in again) keeps the device's existing name in Connected Devices instead of resetting it to "OpenChamber Mobile".