Skip to content

Commit 44c2ce9

Browse files
author
OpenAdapt Bot
committed
0.11.0
Automatically generated by python-semantic-release
1 parent 581b9b8 commit 44c2ce9

File tree

2 files changed

+95
-1
lines changed

2 files changed

+95
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.11.0 (2023-08-29)
6+
7+
### Feature
8+
9+
* feat: add capture.py - also fixes audio recording (#362)
10+
11+
* merge
12+
13+
* Create capture.py
14+
15+
* Update capture.py
16+
17+
* Update capture.py
18+
19+
* it's finally fixed
20+
21+
* add dependencies
22+
23+
* comment
24+
25+
* move code + use config.CAPTURE_DIR_PATH
26+
27+
* remove debug lines
28+
29+
* Update capture.py
30+
31+
* OpenAdaptCapture -> Capture
32+
33+
* add camera
34+
35+
* Let's have this off by default.
36+
37+
* hotfix
38+
39+
* fix
40+
41+
* linting
42+
43+
* Create capture.py
44+
45+
* windows
46+
47+
* cleanup + lint
48+
49+
* Update _windows.py
50+
51+
* add audio + new windows recording
52+
53+
* screen_recorder.free_resources()
54+
55+
* Update _windows.py
56+
57+
* isort
58+
59+
* add playback recording
60+
61+
* Update replay.py
62+
63+
* Update replay.py
64+
65+
* Update README.md
66+
67+
* Revert "Update README.md"
68+
69+
This reverts commit 706410358d5e47ceccb34b77d82d5ffd0f3821a8.
70+
71+
* Update README.md
72+
73+
* Revert "Revert "Update README.md""
74+
75+
This reverts commit 0fe81563e88417d61012e24e1dc55befa960c2ed.
76+
77+
* Update README.md
78+
79+
* run pre-commit
80+
81+
* Update pyproject.toml
82+
83+
* Update openadapt/replay.py
84+
85+
* Update openadapt/replay.py
86+
87+
* Update openadapt/replay.py
88+
89+
* Update replay.py
90+
91+
* update poetry.lock
92+
93+
---------
94+
95+
Co-authored-by: Richard Abrich <[email protected]>
96+
Co-authored-by: Richard Abrich <[email protected]> ([`581b9b8`](https://github.com/OpenAdaptAI/OpenAdapt/commit/581b9b831fe208e143169e90a1e7a02cd1a2c68d))
97+
98+
599
## v0.10.0 (2023-08-29)
6100

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

0 commit comments

Comments
 (0)