release v1.10.2

This commit is contained in:
Bohdan Triapitsyn
2026-05-07 23:54:35 +03:00
parent 3fbcdbc3dc
commit 686fec7419
11 changed files with 28 additions and 9 deletions
+8
View File
@@ -1,3 +1,11 @@
## [1.10.2] - 2026-05-07
- Chat/Reliability: stabilized live turn rendering and session sync caches, reducing flicker, stale state, and missing updates during reconnects or long-running chats.
- Terminal: improved Android tablet keyboard handling, including control-key shortcuts, and kept app shortcuts from stealing focus while typing in the terminal (thanks to @Dav1dch).
- Terminal: set a UTF-8 locale for terminal sessions so Unicode output renders more reliably across shells and commands (thanks to @liyiopener).
- Usage: OpenRouter credit balances now avoid misleading percentage displays and use clearer labels across usage views (thanks to @zerone0x).
- Reliability: split the extension into a dedicated app root, improving startup boundaries and reducing cross-runtime UI assumptions.
## [1.10.1] - 2026-05-06
- UI/Localization: added Polish interface translations, expanding language support for Polish-speaking users (thanks to @levy52).
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.10.1",
"version": "1.10.2",
"publisher": "fedaykindev",
"private": true,
"repository": {