Skip to content

Releases: OpenAdaptAI/OpenAdapt

v0.36.3

11 Jul 19:31
Compare
Choose a tag to compare

v0.36.3 (2024-07-11)

Fix

  • fix(replay): fix video not found (#845)

  • fix:modify Recording class to delete all associated records when recording is deleted (ab1f125)

v0.36.2

06 Jul 15:56
Compare
Choose a tag to compare

v0.36.2 (2024-07-06)

Fix

  • fix(release): add ngrok; run release on debug-release branch; fallback to python (#838) (8777574)

Unknown

v0.36.0

28 Jun 17:04
Compare
Choose a tag to compare

v0.36.0 (2024-06-28)

Feature

  • feat(logging): redirect stdout (#810)

  • feat: Override std out for application

  • feat: Separate logs by version number and date and use logger instead of print


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

Fix

  • fix(tray): fix tray signals (#812)

  • feat: Override std out for application

  • fix: Fix passing signals around using multiprocessing pipes

  • feat: Separate logs by version number and date and use logger instead of print

  • lint: flake8 lint


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

v0.35.2

27 Jun 13:59
Compare
Choose a tag to compare

v0.35.2 (2024-06-27)

Fix

  • fix(build): Fix build issues (#809)

  • fix: Fix build issues

  • fix: Add pyqttoast and whisper explicitly to build

  • black/flake8


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

Unknown

v0.35.1

23 Jun 04:30
Compare
Choose a tag to compare

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

22 Jun 23:36
Compare
Choose a tag to compare

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

20 Jun 14:36
Compare
Choose a tag to compare

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

20 Jun 13:23
Compare
Choose a tag to compare

v0.33.6 (2024-06-20)

Fix

  • fix(tray): Fix incorrect argument when visualizing from tary (#780)

Changed order in tray.py

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

v0.33.5

19 Jun 15:29
Compare
Choose a tag to compare

v0.33.5 (2024-06-19)

Fix

  • fix(analytics): Posthog event logging updates (#772)

  • feat: Add openadapt version to posthog events

  • feat: Update tracking text of replay, visualize and delete submenus

  • fix: Fix code in plotting.py not using correct arguments

  • fix: Update broken tests (59c2714)

v0.33.4

18 Jun 17:44
Compare
Choose a tag to compare

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)