File tree Expand file tree Collapse file tree 2 files changed +68
-1
lines changed Expand file tree Collapse file tree 2 files changed +68
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v0.16.0 (2024-02-29)
6
+
7
+ ### Documentation
8
+
9
+ * docs(README): document AudioInfo.words_with_timestamps ([ ` 7759996 ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/7759996623a5273ed32505de11322f0c204f42d5 ) )
10
+
11
+ * docs(README): add System Overview image ([ ` 8b56a83 ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/8b56a834cf10a6fb809f58c91954806ad17c8df2 ) )
12
+
13
+ * docs(README): early loom demo ([ ` 729e0be ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/729e0be5c431de1c5cf8e255d15be852f55f2726 ) )
14
+
15
+ ### Feature
16
+
17
+ * feat: video
18
+
19
+ * replace multiprocessing with pyav
20
+
21
+ * add config.RECORD_WINDOW_DATA
22
+
23
+ * video_write_q
24
+
25
+ * fix get_timestamp; extract_frames_to_pil_images with pyav
26
+
27
+ * add video.py; ActionEvent.original_timestamp
28
+
29
+ * use global SCT in get_monitor_dims
30
+
31
+ * fix tests
32
+
33
+ * fix window._ windows.get_active_window_state (missing type)
34
+
35
+ * add tests/openadapt/test_video.py
36
+
37
+ * flake8
38
+
39
+ * black
40
+
41
+ * poetry lock ([ ` 20e08b8 ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/20e08b8ac7d4f2c5f23d37839e7f9ef522427f90 ) )
42
+
43
+ ### Unknown
44
+
45
+ * Update README.md (#566 ) ([ ` c7f8af4 ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/c7f8af48a23c791f042431af9fc0da2a7279d47a ) )
46
+
47
+ * docs(README) ([ ` 000db3c ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/000db3ce010ab51a6cc746143f86a3290a3a8255 ) )
48
+
49
+ * Update README.md (#558 ) ([ ` 028f6e8 ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/028f6e859d5a52df5a9d89ab7426fcb989922c46 ) )
50
+
51
+ * Update README.md (#557 )
52
+
53
+ * Update README.md
54
+
55
+ Add links to Architecture and RFC
56
+
57
+ * Update README.md
58
+
59
+ * Update README.md ([ ` ad6de5b ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/ad6de5b67b5e1a78ab06004603154382f44e6884 ) )
60
+
61
+ * docs(README)
62
+
63
+ * Update README.md
64
+
65
+ Add contract positions
66
+
67
+ * Update README.md
68
+
69
+ Improve contracts section ([ ` 275db79 ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/275db79d4230cf726ec8e8876f4a3c1f8eb644f5 ) )
70
+
71
+
5
72
## v0.15.1 (2023-12-12)
6
73
7
74
### Documentation
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " openadapt"
3
- version = " 0.15.1 "
3
+ version = " 0.16.0 "
4
4
description = " GUI Process Automation with Transformers"
5
5
authors = [
6
6
' OpenAdapt.AI Team <[email protected] >' ,
You can’t perform that action at this time.
0 commit comments