We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7589f3 commit 51bcc19Copy full SHA for 51bcc19
2 files changed
CHANGELOG.md
@@ -2,6 +2,29 @@
2
3
4
5
+## v0.43.0 (2024-12-30)
6
+
7
+### Feature
8
9
+* feat(record): add Linux support
10
11
+* oa_pynput -> pynput
12
13
+* add window/_linux.py
14
15
+* multiprocessing_utils; xcffib
16
17
+* global monitor_width/monitor_height
18
19
+* add capture._linux
20
21
+* cleanup
22
23
+* get_double_click_interval_seconds/pixels on linux
24
25
+* get_xinput_property ([`e7589f3`](https://github.com/OpenAdaptAI/OpenAdapt/commit/e7589f3cc0ef216fffaf5a1b8582eb9973e8c74a))
26
27
28
## v0.42.5 (2024-12-09)
29
30
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openadapt"
-version = "0.42.5"
+version = "0.43.0"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <richard.abrich@mldsai.com>',
0 commit comments