Skip to content

Releases: OpenAdaptAI/OpenAdapt

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)

v0.16.0

29 Feb 01:23
Compare
Choose a tag to compare

v0.16.0 (2024-02-29)

Documentation

  • docs(README): document AudioInfo.words_with_timestamps (7759996)

  • docs(README): add System Overview image (8b56a83)

  • docs(README): early loom demo (729e0be)

Feature

  • feat: video

  • replace multiprocessing with pyav

  • add config.RECORD_WINDOW_DATA

  • video_write_q

  • fix get_timestamp; extract_frames_to_pil_images with pyav

  • add video.py; ActionEvent.original_timestamp

  • use global SCT in get_monitor_dims

  • fix tests

  • fix window._windows.get_active_window_state (missing type)

  • add tests/openadapt/test_video.py

  • flake8

  • black

  • poetry lock (20e08b8)

Unknown

Add links to Architecture and RFC

  • Update README.md

  • Update README.md (ad6de5b)

  • docs(README)

  • Update README.md

Add contract positions

  • Update README.md

Improve contracts section (275db79)

v0.15.1

12 Dec 21:49
Compare
Choose a tag to compare

v0.15.1 (2023-12-12)

Documentation

  • docs(README): Transformers -> LLMs

Transformers -> LMMs (ef4c901)

  • docs: README (aca53f5)

  • docs: features

  • Update README.md

  • Update README.md

  • Update README.md (aaf7727)

  • docs: README (c8bb1a7)

Unknown

  • Merge pull request #223 from Mustaballer/share-magic-wormhole (cf81f1a)

  • Update openadapt/config.py

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

  • Update openadapt/config.py

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

v0.15.0

11 Nov 17:30
Compare
Choose a tag to compare

v0.15.0 (2023-11-11)

Feature

  • feat(openadapt.privacy.providers): add private_ai as a scrubbing provider (#486)

  • ran black

  • add blank file for priavte ai

  • add class PrivateAIScrubbingProvider

  • add pvt_ai api key in config

  • ran pre-commit run --all

  • add scrub_text function

  • progress for image redaction

  • format

  • complete scrub_image

  • start scrub_pdf

  • add pdf redaction code

  • add more wrapper for invalid reponse from priavate ai

  • try to fix pytest

  • try to fix pytest

  • remove lst

  • remove uncessary methods

  • text scrubbing test all passses

  • pdf_redaction test works

  • add test_image_redaction test in pyetst

  • add easy ocr to poetry

  • pytest is fixed

  • remove versino files

  • remove un-neccasry files

  • add code to remove uncessary files after pytest

  • addressed #486 (comment)

  • address comment #486 (comment)

  • reduce line chars

  • addressed comment: #486 (comment)

  • fix flake8

  • use f strings

  • address comment: #486 (comment)

  • address comment: #486 (comment)

  • change to value error

  • remove .keys()

  • add constants

  • fix flake8 erros

  • use BytesIO

  • address comment #486 (comment)

  • rna black

  • final commit

  • remove unused code

  • refactor typo

  • rename redact_file_path to redacted_file_path

  • use BytesIO wherever possible

  • fix flake8

  • add documentation links

  • Apply suggestions from code review

  • Update tests/openadapt/privacy/providers/test_private_ai_scrub.py

  • fix poetry.lock

  • poetry.lock


Co-authored-by: Krish Patel <[email protected]>
Co-authored-by: Richard Abrich <[email protected]>
Co-authored-by: Richard Abrich <[email protected]> (396bbb5)

Fix

  • fix(install): add vs redistributable installation in powershell script (#490)

  • VS C++ redist installation

  • add VS C++ redist installtion


Co-authored-by: Krish Patel <[email protected]>
Co-authored-by: Richard Abrich <[email protected]> (086a5ca)

v0.14.0

10 Nov 19:33
Compare
Choose a tag to compare

v0.14.0 (2023-11-10)

Feature

  • feat(openadapt.record): implemented notifications on record (#510)

  • implemented notifications on record

fixed deprecated/visualize

Unknown