Skip to content

Commit

Permalink
0.27.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
OpenAdapt Bot committed Jun 4, 2024
1 parent 1e11906 commit eff7152
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## 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`](https://github.com/OpenAdaptAI/OpenAdapt/commit/1e1190650ac1f42a725c360dd3f52214adf8847c))


## v0.26.2 (2024-06-03)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openadapt"
version = "0.26.2"
version = "0.27.0"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
Expand Down

0 comments on commit eff7152

Please sign in to comment.