release v1.2.5

This commit is contained in:
Bohdan Triapitsyn
2025-12-19 02:53:52 +02:00
parent bbceccfb64
commit c74185d7ee
11 changed files with 11 additions and 10 deletions
+4
View File
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.2.5] - 2025-12-19
- Polished chat expirience for longer session
- Fixed file link from git view to diff
- Enhancements to the inactive state management of the desktop app
@@ -11,6 +14,7 @@ All notable changes to this project will be documented in this file.
- Fixed untracked files in new directories not showing individually
- Smoother session rename experience
## [1.2.4] - 2025-12-18
- MacOS app menu entries for Check for update and for creating bug/request in Help section
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openchamber-monorepo",
"version": "1.2.4",
"version": "1.2.5",
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
"private": true,
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.2.4"
version = "1.2.5"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.2.4",
"version": "1.2.5",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "pnpm dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"type": "module",
"main": "src/main.tsx",
@@ -1,7 +1,6 @@
import React from 'react';
import type { Session } from '@opencode-ai/sdk';
import { toast } from 'sonner';
import { Button } from '@/components/ui/button';
import {
DropdownMenu,
DropdownMenuContent,
@@ -7,7 +7,6 @@ import {
RiLoader4Line,
} from '@remixicon/react';
import { Button } from '@/components/ui/button';
import { Input } from '@/components/ui/input';
import {
DropdownMenu,
DropdownMenuContent,
@@ -46,7 +46,6 @@ export const HistorySection: React.FC<HistorySectionProps> = ({
onCopyHash,
}) => {
const [isOpen, setIsOpen] = React.useState(true);
const commitCount = log?.all.length ?? 0;
if (!log) {
return null;
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.2.4",
"version": "1.2.5",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.2.4",
"version": "1.2.5",
"private": false,
"type": "module",
"main": "./server/index.js",