File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " openadapt"
3- version = " 0.34 .0"
3+ version = " 0.35 .0"
44description = " GUI Process Automation with Transformers"
55authors = [
66 ' OpenAdapt.AI Team <[email protected] >' ,
You can’t perform that action at this time.
0 commit comments