Skip to content

Commit f568846

Browse files
Jeomonclaude
andcommitted
chore: bump version to 0.7.66
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6f086e4 commit f568846

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.66] - 2026-03-25
9+
10+
### Added
11+
- **Telemetry**: Agent now sends structured `agent_event` data to PostHog on every `invoke`/`ainvoke` call, capturing query, steps, model, provider, success/failure, and error details. Runs silently with no console output.
12+
- **Public API**: `Agent`, `Browser`, `AgentEvent`, `EventType`, `BaseEventSubscriber` and friends are now importable directly from `windows_use``from windows_use import Agent, Browser`.
13+
- **CI/CD**: GitHub Actions workflows for linting (ruff via pre-commit) and tests on Windows across Python 3.10–3.13, plus automated PyPI publishing on version tags.
14+
15+
### Fixed
16+
- **Tree traversal**: `NoneType.strip()` crashes when Windows UI Automation returns `None` for element names — fixed with `(value or '').strip()` in 6 locations.
17+
- **Event system**: `ValueError: list.remove(x): x not in list` when removing an event subscriber that was already removed or never added.
18+
- **Telemetry user ID**: `PermissionError` on systems where `TEMP` points to `C:\WINDOWS\TEMP` — now uses `tempfile.gettempdir()`.
19+
820
## [0.7.4] - 2026-01-30
921

1022
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "windows-use"
3-
version = "0.7.65"
3+
version = "0.7.66"
44
description = "An AI Agent that interacts with Windows OS at GUI level."
55
authors = [
66
{ name = "Jeomon George", email = "jeogeoalukka@gmail.com" }

0 commit comments

Comments
 (0)