Skip to content

Commit b829401

Browse files
author
OpenAdapt Bot
committed
0.41.0
Automatically generated by python-semantic-release
1 parent c1075f1 commit b829401

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.41.0 (2024-10-24)
6+
7+
### Feature
8+
9+
* feat(browser.py): add BrowserReplayStrategy; support browser modes record/replay (#872)
10+
11+
* add BrowserReplayStrategy; support browser modes record/replay
12+
13+
* minor refactor
14+
15+
* black/flake8
16+
17+
* update README
18+
19+
* improve README
20+
21+
* add BrowserReplayStrategy to README
22+
23+
* add strategies/visual_browser.py
24+
25+
* fix Action.from_dict and test_action_from_dict to support <cmd>-t
26+
27+
* calculate_tokens_and_cost; bugfix ActionEvent.fromdict; add ActionEvent.next_event; add TODOs; add visual_browser.py::SKIP_MOVE_BEFORE_CLICK
28+
29+
* handle mousemove/scroll; add_screen_tlbr forwards and backwards; RAW_PRECISE/IMPRECISE_MOUSE_EVENTS; openai.MAX_IMAGES = 90; fix merge_consecutive_mouse_scroll_events and tests; filter_invalid_window_events; dump_state timeout;
30+
31+
* add TODO
32+
33+
* noqa ([`d31fde0`](https://github.com/OpenAdaptAI/OpenAdapt/commit/d31fde080157260e1bb3a8c61a337c22ea2d1520))
34+
35+
### Unknown
36+
37+
* Improve macOS app test script reliability and error handling (#885)
38+
39+
* Improve macOS app test script reliability and error handling
40+
41+
* Update actions/setup-python to v5 to resolve deprecation warnings ([`c1075f1`](https://github.com/OpenAdaptAI/OpenAdapt/commit/c1075f1becc186ab0f9ac24f64ddb0b666f19d88))
42+
43+
* /nh -> 2>nul ([`99bbe0e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/99bbe0eaf20f84af292d216a1439605b6bdd6f1e))
44+
45+
546
## v0.40.0 (2024-09-11)
647

748
### 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.40.0"
3+
version = "0.41.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <richard.abrich@mldsai.com>',

0 commit comments

Comments
 (0)