Releases: OpenAdaptAI/OpenAdapt
Releases · OpenAdaptAI/OpenAdapt
v0.45.0
v0.45.0 (2025-01-02)
Feature
-
feat: run OpenAdapt inside Anthropic Computer Use (#934)
-
import sounddevice inside record_audio()
-
utils.get_scaling_factor
-
describe_actions.py with PIL
-
show text in top left
-
max_width = image.width
-
dim_outside_window
-
add module docstring
-
add browser to visualize.py (8a79c83
)
v0.44.0
v0.44.0 (2025-01-02)
Build
-
build: add openai-whisper
-
remove install_whisper from postinstall
-
poetry add openai-whisper (e595dd3
)
Feature
-
feat(models): add ActionEvent.prompt_for_description
(#933)
-
add ActionEvent.prompt_for_description
-
add display_event(darken_outside, display_text)
-
add experiments/describe_action.py
-
default RECORD_AUDIO to false
-
use joinedload in get_latest_recording
-
set anthropic.py MODEL_NAME to claude-3-5-sonnet-20241022
-
support PNG in utils.image2utf8
-
python>=3.10,<3.12 (266b9bf
)
Unknown
This reverts commit 615c176. (5a8b9bc
)
v0.43.1
v0.43.1 (2024-12-30)
Build
Fix
-
fix(buid): python = ">=3.10,<3.14"
-
Revert "build: support python>=3.10,3.14"
This reverts commit 7a0aa8e.
v0.43.0
v0.43.0 (2024-12-30)
Feature
-
feat(record): add Linux support
-
oa_pynput -> pynput
-
add window/_linux.py
-
multiprocessing_utils; xcffib
-
global monitor_width/monitor_height
-
add capture._linux
-
cleanup
-
get_double_click_interval_seconds/pixels on linux
-
get_xinput_property (e7589f3
)
v0.42.5
v0.42.5 (2024-12-09)
Fix
- fix(models): remove active_browser_element / available_browser_elements (
85d601e
)
v0.42.4
v0.42.4 (2024-11-15)
Fix
- fix(crud): Use subqueryload for all joins (#920) (
a73439a
)
v0.42.3
v0.42.3 (2024-11-08)
Chore
-
chore(dependencies): update various libraries; deprecate NiceGUI (#888)
-
deprecate nicegui; move app/tray.py dependencies to app/init.py
-
remove bind; update README
-
Fix: wrap raw SQL queries in text()
to prevent ArgumentError
-
black
-
noqa (50e4a3e
)
Fix
-
fix(build): remove deprecated modules; remove numpy2 from poetry.lock
-
fix: Fix build issues due to numpy
-
fix: Fix broken imports
-
chore: Remove uses of nicegui and clean up files (de91850
)
-
fix(build): remove nicegui from build.py (02cb0fe
)
v0.42.2
v0.42.2 (2024-11-06)
Fix
- fix(recording): specify pywinauto types as strings (#913) (
4955237
)
v0.42.1
v0.42.1 (2024-10-30)
Fix
-
fix(build): add tokencost to build.py, update pyinstaller to 6.11.0, new ERROR_REPORTING_DSN (e7ad4e5
)
-
fix(replay): fix poetry lock, ulralytics.py, update ERROR_REPORTING_DSN
-
fix dependencies, update ultralytics.py
-
update ERROR_REPORTING_DSN
-
black (0ce11f3
)
v0.42.0
v0.42.0 (2024-10-25)
Feature
- feat(build): improve build script reliability (#886) (
ea743a2
)