release v1.19.0

This commit is contained in:
Bohdan Triapitsyn
2026-08-19 01:18:56 +03:00
parent 19d3c3d40a
commit ef2afdc759
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/electron",
"version": "1.18.4",
"version": "1.19.0",
"private": true,
"description": "Electron desktop runtime for OpenChamber",
"author": "OpenChamber",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.18.4",
"version": "1.19.0",
"private": true,
"type": "module",
"main": "src/main.tsx",
+1 -1
View File
@@ -1,4 +1,4 @@
## [Unreleased]
## [1.19.0] - 2026-08-19
- **Settings/Integrations:** a new Integrations settings page lists Claude Code, Command Code, and Cursor plugins with install, update, setup, and remove actions, plus Discord and Telegram Coming soon placeholders.
- **Chat:** an open conversation no longer keeps re-coloring the same code blocks in the background, preventing high CPU use while the chat is idle (thanks to @makeittech).
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "%extension.description%",
"version": "1.18.4",
"version": "1.19.0",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.18.4",
"version": "1.19.0",
"private": false,
"type": "module",
"main": "./server/index.js",