Skip to content

Releases: OpenAdaptAI/OpenAdapt

v0.30.0

05 Jun 16:17
Compare
Choose a tag to compare

v0.30.0 (2024-06-05)

Feature

  • feat(dashboard): Add feature to remove action events (#688)

  • feat: Add feature to remove action events

  • fix: Fix database revision (f33b36d)

v0.29.0

05 Jun 03:04
Compare
Choose a tag to compare

v0.29.0 (2024-06-05)

Documentation

  • docs(README): add dashboard visualization; improve description of VanillaReplayStrategy (6df4bb9)

Feature

  • feat(vanilla): Implement vanilla baseline (#702)

  • add vanilla.py; update README.md

  • update module docstring

  • add TODO; remove unused code

  • tabs -> spaces

  • modify prompt adapter API to accept images instead of base64 images

  • fix typo

  • add ActionEvent/WindowEvent.to_prompt_dict

  • add prompts/describe_recording.j2; prompts/generate_action_event.j2

  • fixes; log action history

  • fixes; black; flake8

  • add tests/openadapt/adapters

  • add missing test assets

  • DATA_DIR_PATH -> PARENT_DIR_PATH

  • get_completion dev_mode

  • anthropic dev_mode

  • fix tests

  • black

  • flake8

  • ignore .cache in flake8

  • vanilla.INCLUDE_WINDOW_DATA; utils.clean_data/filter_keys

  • flake8 (81074c4)

v0.28.0

05 Jun 00:43
Compare
Choose a tag to compare

v0.28.0 (2024-06-05)

Feature

  • feat: Delete/transfer video (#696)

  • feat: Delete recording files when deleting recording

  • fix: Fix share recording feature

  • feat: Share related files when transferring recording

  • fix: Fix tests and lint code


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

  • feat(alerts): Alert user when any exception occurs, via sentry hooks (#685)

  • feat: Alert user when any exception occurs, via sentry hooks

  • chore: Turn ERROR_REPORTING_BRANCH to a static config variable


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

v0.27.0

04 Jun 23:41
Compare
Choose a tag to compare

v0.27.0 (2024-06-04)

Feature

  • feat: Audio narration (#673)

  • feat: Add audio narration feature while recording

  • feat: Remove implicit scrubbing in display_event function and recursively convert reqd properties to str

  • feat: Add transcribed text to dashboard visualisation

  • feat: Use recording id as foreign key, and add interrupt signal handler in audio recording process

  • feat: Check if the lock is stale when acquiring locks

  • refactor: Convert database lock path to a constant in config file


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

v0.26.2

03 Jun 10:56
Compare
Choose a tag to compare

v0.26.2 (2024-06-03)

Documentation

Fix

  • fix(docs): add nvm install info in Readme.md in manual setup section. (#694) (4f240b6)

v0.26.1

28 May 15:14
Compare
Choose a tag to compare

v0.26.1 (2024-05-28)

Fix

  • fix(db): Database access refactor (#676)

  • feat: Remove global sessions, and introduce read only sessions for cases where no writing is required

  • refactor: Rename db to session

  • feat: Raise exceptions if commit/write/delete is attempted on a read-only session

  • feat: Add tests for the read only session

  • chore: lint using flake8

  • rename test_database -> db_engine


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

v0.26.0

27 May 18:58
Compare
Choose a tag to compare

v0.26.0 (2024-05-27)

Feature

  • feat(dashboard): Dashboard scrubbing (#672)

  • feat: Add ability to download spacy model from within pyinstaller build

  • refactor: Add id column as foreign keys instead of timestamp

  • feat(scrubbing): Add api endpoints and scrubbing feature

  • fix: Fix code after merge with main

  • lint: flake8 lint

  • refactor: Cleanup code and add comments

  • chore: Fix comments

  • chore: Add comments on crud.py


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

v0.25.5

24 May 22:24
Compare
Choose a tag to compare

v0.25.5 (2024-05-24)

Fix

v0.25.4

22 May 20:12
Compare
Choose a tag to compare

v0.25.4 (2024-05-22)

Fix

  • fix(installer): Fix build failing due to replicate and other issues (#684) (fdf286c)

v0.25.3

22 May 16:58
Compare
Choose a tag to compare

v0.25.3 (2024-05-22)

Fix

  • fix(installer): add hidden import replicate (#680) (6621a04)