-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
OpenAdapt Bot
committed
Jun 4, 2024
1 parent
1e11906
commit eff7152
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>', | ||
|