release v1.14.1

This commit is contained in:
Bohdan Triapitsyn
2026-07-07 01:56:59 +03:00
parent 856b312da1
commit 624be556f6
7 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/electron",
"version": "1.14.0",
"version": "1.14.1",
"private": true,
"description": "Electron desktop runtime for OpenChamber",
"author": "OpenChamber",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.14.0",
"version": "1.14.1",
"private": true,
"type": "module",
"main": "src/main.tsx",
+7
View File
@@ -1,3 +1,10 @@
## [1.14.1] - 2026-07-07
- Chat: the timeline dialog can now load older messages when the current session history has not all been fetched yet.
- Chat: file references with line ranges like `src/file.ts:10-20` are now clickable in messages (thanks to @Catan).
- Chat: favorite models now stay saved after restarting the extension (thanks to @Catan).
- Settings: closing Settings returns to the previous extension view instead of always showing the sessions list (thanks to @Catan).
## [1.14.0] - 2026-07-05
- Chat: loading older messages keeps your scroll position steady.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "%extension.description%",
"version": "1.14.0",
"version": "1.14.1",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.14.0",
"version": "1.14.1",
"private": false,
"type": "module",
"main": "./server/index.js",