release v1.5.3
This commit is contained in:
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.5.3] - 2026-01-20
|
||||||
|
|
||||||
|
- Files: edit files inline with syntax highlighting, draft protection, and save/discard flow.
|
||||||
|
- Files: toggles to show hidden/dotfiles and gitignored entries in file browsers and pickers (thanks to @syntext).
|
||||||
|
- Settings: new memory limits controls for session message history.
|
||||||
|
- Chat: smoother session switching with more stable scroll anchoring.
|
||||||
|
- Chat: new Activity view in collapsed state, now shows latest 6 tools by default.
|
||||||
|
- Chat: fixed message copy on Firefox for macOS (thanks to @syntext).
|
||||||
|
- Appearance: new corner radius control and restored input bar offset setting (thanks to @TheRealAshik).
|
||||||
|
- Git: generated commit messages now auto-pick a gitmoji when enabled (thanks to @TheRealAshik).
|
||||||
|
- Performance: faster filesystem/search operations and general stability improvements (thanks to @TheRealAshik).
|
||||||
|
|
||||||
|
|
||||||
## [1.5.2] - 2026-01-17
|
## [1.5.2] - 2026-01-17
|
||||||
|
|
||||||
- Sessions: added branch picker dialog to start new worktree sessions from local branches (thanks to @nilskroe).
|
- Sessions: added branch picker dialog to start new worktree sessions from local branches (thanks to @nilskroe).
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openchamber-monorepo",
|
"name": "openchamber-monorepo",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openchamber/desktop",
|
"name": "@openchamber/desktop",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"desktopPrerequisites": [
|
"desktopPrerequisites": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "openchamber-desktop"
|
name = "openchamber-desktop"
|
||||||
version = "1.5.2"
|
version = "1.5.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||||
"productName": "OpenChamber",
|
"productName": "OpenChamber",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"identifier": "ai.opencode.openchamber",
|
"identifier": "ai.opencode.openchamber",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "bun run dev",
|
"beforeDevCommand": "bun run dev",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openchamber/ui",
|
"name": "@openchamber/ui",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/main.tsx",
|
"main": "src/main.tsx",
|
||||||
|
|||||||
@@ -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
|
## [1.5.2] - 2026-01-17
|
||||||
|
|
||||||
- Chat: optimized message loading for opening sessions.
|
- Chat: optimized message loading for opening sessions.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "openchamber",
|
"name": "openchamber",
|
||||||
"displayName": "OpenChamber",
|
"displayName": "OpenChamber",
|
||||||
"description": "AI coding assistant powered by OpenCode",
|
"description": "AI coding assistant powered by OpenCode",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"publisher": "fedaykindev",
|
"publisher": "fedaykindev",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openchamber/web",
|
"name": "@openchamber/web",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./server/index.js",
|
"main": "./server/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user