Skip to content

Releases: OpenAdaptAI/OpenAdapt

v0.20.0

02 May 11:55
Compare
Choose a tag to compare

v0.20.0 (2024-05-02)

Documentation

  • docs(README): add link to calculator demo (54c2b16)

Feature

  • feat(config, build): refactor config; build executables

  • feat(config): Make changes to config to use pydantic settings

  • chore: Refactor all uses of config to use the config object from the config module

  • refactor(config): Remove unused code, fix typos and add comments for clearer information

  • refactor: Add more comments and change variable names

  • fix(record): Fix progress bar

  • feature(config): Re-read config value only if it changes

  • update README


Co-authored-by: Richard Abrich <[email protected]> (ee506f0)

Fix

  • fix(release): Revert to use admin token for release checkout action (#648) (1d80f33)

  • fix(release): Revert to use admin token for semantic release action (#646) (64cd483)

v0.19.0

27 Apr 20:42
Compare
Choose a tag to compare

v0.19.0 (2024-04-27)

Feature

  • feat(VisualReplayStrategy): compute image similarity to avoid unnecessary segmentation

  • remove sct_image from Screenshot; fix typo

  • add Image.cropped_image

  • add experiments/imagesimilarity.py

  • bugfix: sct_image -> image

  • find_similar_image_segmentation

  • fix test_crop_active_window (3c185e8)

v0.18.3

22 Apr 19:30
Compare
Choose a tag to compare

v0.18.3 (2024-04-22)

Fix

  • fix: video performance

  • remove screenshot_to_np (943adb7)

v0.18.2

22 Apr 18:43
Compare
Choose a tag to compare

v0.18.2 (2024-04-22)

Fix

  • fix: video recording

  • screenshot_to_np Image.Image argument

  • remove unused import; update documentation/types (9a0501d)

v0.18.1

22 Apr 17:46
Compare
Choose a tag to compare

v0.18.1 (2024-04-22)

Fix

  • fix: performance, windows cursor flicker

  • CAPTURES_DIR -> CAPTURE_DIR_PATH; add capture/main.py

  • save as mp4

  • mss.windows.CAPTUREBLT = 0

  • return PIL.image in utils.take_screenshot() (d354b94)

v0.18.0

16 Apr 17:41
Compare
Choose a tag to compare

v0.18.0 (2024-04-16)

Feature

  • feat(VisualReplayStrategy): adapters: ultralytics, som, anthropic, google; remove_move_before_click; vision.py

  • add prompts/, adapters/openai.py, strategies/visual.py (wip)

  • adapters.anthropic

  • add anthropic.py

  • prompt with active segment descriptions

  • Set-of-Mark Prompting Adapter (#612)

  • Update openadapt/config.py

  • remove_move_before_click

  • started_counter; adapters.ultralytics

  • add vision.py

  • add openadapt/adapters/google.py

  • filter_masks_by_size

  • documentation

  • update README

  • add ultralytics

  • exclude alembic in black/flake8

  • exclude .venv in black/flake8

  • disable som adapter; remove logging

  • add adapters.google


Co-authored-by: Cody DeVilliers <[email protected]> (250943f)

v0.17.1

15 Apr 18:17
Compare
Choose a tag to compare

v0.17.1 (2024-04-15)

Fix

  • fix(ci): dashboard -> install-dashboard

  • Update install_openadapt.sh

dashboard -> install-dashboard

  • dashboard -> install-dashboard (win)

  • pull_request_target -> pull_request (e3834ed)

v0.17.0

11 Apr 19:20
Compare
Choose a tag to compare

v0.17.0 (2024-04-11)

Documentation

  • docs(README): System Overview -> Alpha Architecture

System Overview -> Alpha Architecture (dd1c29e)

  • docs(README): update System Overview diagram

Update system overview diagram (c08caf7)

  • docs(README): update System Overview diagram

Update system overview diagram (3b2dfbc)

  • docs(README): update System Overview diagram

Update system overview diagram (de9fad2)

  • docs(README): update System Overview diagram

Update system overview diagram (13a9f23)

  • docs(README): update System Overview diagram

Update system overview diagram (ff1e4d9)

  • docs(README): update System Overview diagram

Update system overview image (086e42f)

  • docs(README): update System Overview diagram (ca5f093)

  • docs(README): update System Overview diagram (7ca2086)

  • docs(README): update System Overview diagram

Update System Overview diagram (aee1078)

Feature

  • feat(dashboard): add web dashboard

  • feat: Complete initial setup of web dashboard

  • feat(recordings): Add simple view to start, stop and list recordings

  • fix: Fix sqlite thread issue and a few dashbaord ui improvements

  • feat: Add script to download npm dependencies and update installer script

  • chore: Code cleanup and workflow fix (0050cea)

v0.16.2

08 Mar 15:05
Compare
Choose a tag to compare

v0.16.2 (2024-03-08)

Documentation

  • docs(README): add image of system tray icon and client GUI app (985cc6e)

  • docs(README): update System Overview diagram (edf2241)

  • docs(README): update System Overview diagram (1b12ffb)

  • docs(README): update System Overview diagram

  • Update README.md

Update system overview diagram (15f2818)

  • docs(README): add notable works-in-progress under contributing (e44aa1f)

  • docs(README): update system overview image (#587)

  • Update README.md

Update system overview image

  • Update README.md (91c3eab)

  • docs(README): document root directory requirement (a021c2b)

  • docs(README): poetry shell (dd9dc9f)

Fix

  • fix(app): use default logo for tray icon (21f229b)

Refactor

  • refactor(visualize): /visualize.py to /app; move deprecated/visualize.py to /

  • mv visualize.py -> app.py; restore deprecated/visualize.py

  • remove deprecated

  • swallow AssertionError regarding timestamps

  • fix logo path


Co-authored-by: Aaron <[email protected]> (9ed9ac3)

v0.16.1

29 Feb 04:26
Compare
Choose a tag to compare

v0.16.1 (2024-02-29)

Documentation

  • docs(README): remove redundant text from image (76b55fd)

Fix

  • fix(video): add migration script (b769c4a)