Releases: OpenAdaptAI/OpenAdapt
v0.35.1
v0.35.1 (2024-06-23)
Fix
-
fix(ultralytics): fix windows file permission in do_fastsam (#791)
-
fix:windows file permission
-
Changes as per the comments on last commit
-
add max_retries and retry_delay_seconds in args
-
add comments for segmented_image.load()
-
order imports in ultralytics.py
-
build fix
-
remove unnecessary formatting changes
Co-authored-by: Richard Abrich <[email protected]> (742b176
)
v0.35.0
v0.35.0 (2024-06-22)
Feature
-
feat(SegmentReplayStrategy, drivers): add strategies.replay; refactor adapters -> drivers + adapters (#714)
-
implemented
-
add get_active_window_data parameter include_window_data; fix ActionEvent.from_dict to handle multiple separators; add test_models.py
-
update get_default_prompt_adapter
-
add TODO
-
tests.openadapt.adapters -> drivers
-
utils.get_marked_image, .extract_code_block; .strip_backticks
-
working segment.py (misses final click in calculator task)
-
include_replay_instructions; dev_mode=False
-
fix test_openai.py: ValueError -> Exception
-
replay.py --record -> --capture
-
black/flake8
-
remove import
-
INCLUDE_CURRENT_SCREENSHOT; handle mouse events without x/y
-
add models.Replay; print_config in replay.py (
7ef115a
)
v0.34.0
v0.34.0 (2024-06-20)
Feature
-
feat(onboarding): Add onboarding for new users (#746)
-
feat: Add onboarding for new users
-
feat: Overhaul onboarding into a multistep process
-
docs: Update README.md with usage of the entrypoint module
-
refactor: Remove steppers and move all steps to a single page
-
feat: Move onboarding to a separate page and add bounty card
-
feat: Redirect to onboarding on launch, and move around content
Co-authored-by: Richard Abrich <[email protected]> (bdf153e
)
v0.33.6
v0.33.5
v0.33.4
v0.33.4 (2024-06-18)
Fix
-
fix(visualize): Handle no screenshots (#763)
-
handle no screenshot in visualize.py / plotting.py
-
black/flake8 (
92b74f0
)
Test
-
test: Add CI scripts to run the app after build (#709)
-
feat: Add scripts to run the app after build
-
feat: Log error in a file
-
chore: Add TODO for future additions of logging
Co-authored-by: Richard Abrich <[email protected]> (e370fe6
)