release v1.5.3

This commit is contained in:
Bohdan Triapitsyn
2026-01-20 15:32:52 +02:00
parent 2de0d9d3dd
commit d01b58593a
9 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.5.2",
"version": "1.5.3",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.5.2"
version = "1.5.3"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.5.2",
"version": "1.5.3",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "bun run dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.5.2",
"version": "1.5.3",
"private": true,
"type": "module",
"main": "src/main.tsx",
+9
View File
@@ -1,3 +1,12 @@
## [1.5.3] - 2026-01-20
- Chat: Smoother session switching with more stable scroll anchoring.
- Chat: new Activity view in collapsed state, now shows latest 6 tools by default.
- Chat: Updated accent color derivation to better match editor themes.
- Performance: Faster filesystem/search operations and general stability improvements (thanks to @TheRealAshik).
- Files: adjusted default visibility for hidden/dotfiles to be visible and gitignored entries to be hidden.
## [1.5.2] - 2026-01-17
- Chat: optimized message loading for opening sessions.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.5.2",
"version": "1.5.3",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.5.2",
"version": "1.5.3",
"private": false,
"type": "module",
"main": "./server/index.js",