Skip to content

Commit eff7152

Browse files
author
OpenAdapt Bot
committed
0.27.0
Automatically generated by python-semantic-release
1 parent 1e11906 commit eff7152

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33

44

5+
## v0.27.0 (2024-06-04)
6+
7+
### Feature
8+
9+
* feat: Audio narration (#673)
10+
11+
* feat: Add audio narration feature while recording
12+
13+
* feat: Remove implicit scrubbing in display_event function and recursively convert reqd properties to str
14+
15+
* feat: Add transcribed text to dashboard visualisation
16+
17+
* feat: Use recording id as foreign key, and add interrupt signal handler in audio recording process
18+
19+
* feat: Check if the lock is stale when acquiring locks
20+
21+
* refactor: Convert database lock path to a constant in config file
22+
23+
---------
24+
25+
Co-authored-by: Richard Abrich <[email protected]> ([`1e11906`](https://github.com/OpenAdaptAI/OpenAdapt/commit/1e1190650ac1f42a725c360dd3f52214adf8847c))
26+
27+
528
## v0.26.2 (2024-06-03)
629

730
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.26.2"
3+
version = "0.27.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)