release v1.5.8
This commit is contained in:
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.5.8] - 2026-01-26
|
||||
|
||||
- Plans: new Plan/Build mode switching support with dedicated Plan content view with per-session context.
|
||||
- GitHub: sign in with multiple accounts and smoother auth flow.
|
||||
- Chat/UI: linkable mentions, better wrapping, and markdown/scroll polish in messages.
|
||||
- Skills: ClawdHub catalog now pages results and retries transient failures.
|
||||
- Diff: fixed Chrome scrolling in All Files layout.
|
||||
- Mobile: improved layout for attachments, git, and permissions on small screens (thanks to @nelsonPires5).
|
||||
- Web: iOS safe-area support for the PWA header.
|
||||
- Activity: added a text-justification setting for activity summaries (thanks to @iyangdianfeng).
|
||||
- Reliability: file lists and message sends handle missing directories and transient errors more gracefully.
|
||||
|
||||
|
||||
## [1.5.7] - 2026-01-24
|
||||
|
||||
- GitHub: PR panel supports fork PR detection by branch name.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openchamber-monorepo",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.5.7"
|
||||
version = "1.5.8"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"productName": "OpenChamber",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"identifier": "ai.opencode.openchamber",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
## [1.5.8] - 2026-01-26
|
||||
|
||||
- Plans: added new Plan/Build mode switching support.
|
||||
- Chat: linkable mentions, better wrapping, and markdown/scroll polish in messages.
|
||||
- Skills: ClawdHub catalog now pages results and retries transient failures.
|
||||
- Diff: fixed Chrome scrolling in All Files layout.
|
||||
- Activity: added a text-justification setting for activity summaries (thanks to @iyangdianfeng).
|
||||
- Performance: faster chat rendering for busy sessions.
|
||||
- Reliability: file lists and message sends handle missing directories and transient errors more gracefully.
|
||||
|
||||
|
||||
## [1.5.7] - 2026-01-24
|
||||
|
||||
- No notable changes
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "AI coding assistant powered by OpenCode",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||
Reference in New Issue
Block a user