Skip to content

Commit adbb3a9

Browse files
chore(release): v0.14.1 [skip ci]
## [0.14.1](v0.14.0...v0.14.1) (2026-02-24) ### 🐛 Bug Fixes * route frontend errors to backend log buffer and add DebugPanel copy-to-clipboard ([#14](#14)) ([f42f891](f42f891))
1 parent f42f891 commit adbb3a9

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.14.1](https://github.com/ghostapp-ai/ghost/compare/v0.14.0...v0.14.1) (2026-02-24)
2+
3+
### 🐛 Bug Fixes
4+
5+
* route frontend errors to backend log buffer and add DebugPanel copy-to-clipboard ([#14](https://github.com/ghostapp-ai/ghost/issues/14)) ([f42f891](https://github.com/ghostapp-ai/ghost/commit/f42f891d0c5b71c5890d8d04d907500f9f5977be))
6+
17
## [0.14.0](https://github.com/ghostapp-ai/ghost/compare/v0.13.5...v0.14.0) (2026-02-22)
28

39
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghost",
33
"private": false,
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"description": "The Private Agent OS — local-first AI that indexes files, runs agents, and connects to 10,000+ tools via MCP without sending data to the cloud",
66
"author": {
77
"name": "ghostapp-ai",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghost"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "Private Local AI Superpowers for Your OS"
55
authors = ["Ghost Contributors <https://github.com/ghostapp-ai>"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "ghost",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"identifier": "com.ghost.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)