Skip to content

Commit 9ba46bb

Browse files
author
OpenAdapt Bot
committed
0.38.0
Automatically generated by python-semantic-release
1 parent 5118b39 commit 9ba46bb

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33

44

5+
## v0.38.0 (2024-07-25)
6+
7+
### Feature
8+
9+
* feat: add_centroid in WindowEvent.to_prompt_dict (#840)
10+
11+
* add centroid in window_dict output
12+
13+
* black
14+
15+
---------
16+
17+
Co-authored-by: Richard Abrich <[email protected]>
18+
Co-authored-by: Richard Abrich <[email protected]> ([`5118b39`](https://github.com/OpenAdaptAI/OpenAdapt/commit/5118b39ed087d2d74cbc29d5e2f3694a25d4e5de))
19+
20+
* feat(action verification): implement replay action verification (#857)
21+
22+
* add is_action_event_complete
23+
24+
* retry_with_exceptions in apply_replay_instructions
25+
26+
* fix parse_code_snippet
27+
28+
* add error_reporting.py
29+
30+
* refactor video.py
31+
32+
* black/flake8
33+
34+
* add module docstring
35+
36+
* CHECK_ACTION_COMPLETE ([`b288c07`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b288c074b4546e1ea495bf23c7a0f9ea75fcf8a5))
37+
38+
### Unknown
39+
40+
* fix keyerror if no state in window_dict ([`001c8fa`](https://github.com/OpenAdaptAI/OpenAdapt/commit/001c8fa88d8d9f1a9a18db844e216f7a2be6d4f2))
41+
42+
543
## v0.37.0 (2024-07-19)
644

745
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.37.0"
3+
version = "0.38.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)