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]
|
||||
|
||||
## [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
|
||||
|
||||
- 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",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"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
|
||||
|
||||
- Chat: optimized message loading for opening sessions.
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||
Reference in New Issue
Block a user