Skip to content

Commit 45dbf8e

Browse files
author
semantic-release
committed
chore: release 0.2.0
1 parent daaf643 commit 45dbf8e

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# CHANGELOG
22

33

4+
## v0.2.0 (2026-03-04)
5+
6+
### Features
7+
8+
- Add `openadapt doctor` command and fix audit/wormhole bugs
9+
([#8](https://github.com/OpenAdaptAI/openadapt-desktop/pull/8),
10+
[`f5cb841`](https://github.com/OpenAdaptAI/openadapt-desktop/commit/f5cb841acd70dbc3c57ba752e8bd3f6f8763adde))
11+
12+
Add diagnostic command that checks all dependencies and configuration: - Python version, data
13+
directory writability, database connectivity - Core deps: openadapt-capture, openadapt-privacy,
14+
psutil - Optional deps: boto3, huggingface_hub, magic-wormhole - Backend credentials (S3 keys, HF
15+
token) when configured - Shows actionable install instructions for missing dependencies
16+
17+
Bug fixes: - audit.py: create parent directory before writing log entries - wormhole.py: use
18+
subprocess.run() instead of Popen to await completion and capture exit code properly
19+
20+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
21+
22+
423
## v0.1.1 (2026-03-04)
524

625
### Bug Fixes

engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
+-- backends/ Storage backend plugins
2222
"""
2323

24-
__version__ = "0.1.1"
24+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-desktop"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Cross-platform desktop app for continuous screen recording and AI training data collection"
99
requires-python = ">=3.11"
1010
license = "MIT"

0 commit comments

Comments
 (0)