Skip to content

Commit e40e21f

Browse files
author
OpenAdapt Bot
committed
0.35.0
Automatically generated by python-semantic-release
1 parent 7ef115a commit e40e21f

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.35.0 (2024-06-22)
6+
7+
### Feature
8+
9+
* feat(SegmentReplayStrategy, drivers): add strategies.replay; refactor adapters -> drivers + adapters (#714)
10+
11+
* implemented
12+
13+
* add get_active_window_data parameter include_window_data; fix ActionEvent.from_dict to handle multiple separators; add test_models.py
14+
15+
* update get_default_prompt_adapter
16+
17+
* add TODO
18+
19+
* tests.openadapt.adapters -> drivers
20+
21+
* utils.get_marked_image, .extract_code_block; .strip_backticks
22+
23+
* working segment.py (misses final click in calculator task)
24+
25+
* include_replay_instructions; dev_mode=False
26+
27+
* fix test_openai.py: ValueError -> Exception
28+
29+
* replay.py --record -> --capture
30+
31+
* black/flake8
32+
33+
* remove import
34+
35+
* INCLUDE_CURRENT_SCREENSHOT; handle mouse events without x/y
36+
37+
* add models.Replay; print_config in replay.py ([`7ef115a`](https://github.com/OpenAdaptAI/OpenAdapt/commit/7ef115a6172222d7d624ce92d0ec38a60d0e86f1))
38+
39+
540
## v0.34.0 (2024-06-20)
641

742
### 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.34.0"
3+
version = "0.35.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)