Skip to content

Commit 53f40fb

Browse files
author
OpenAdapt Bot
committed
0.28.0
Automatically generated by python-semantic-release
1 parent 889d48c commit 53f40fb

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.28.0 (2024-06-05)
6+
7+
### Feature
8+
9+
* feat: Delete/transfer video (#696)
10+
11+
* feat: Delete recording files when deleting recording
12+
13+
* fix: Fix share recording feature
14+
15+
* feat: Share related files when transferring recording
16+
17+
* fix: Fix tests and lint code
18+
19+
---------
20+
21+
Co-authored-by: Richard Abrich <[email protected]> ([`889d48c`](https://github.com/OpenAdaptAI/OpenAdapt/commit/889d48c4cf3362ee87e41b432e0e844ba85d4023))
22+
23+
* feat(alerts): Alert user when any exception occurs, via sentry hooks (#685)
24+
25+
* feat: Alert user when any exception occurs, via sentry hooks
26+
27+
* chore: Turn ERROR_REPORTING_BRANCH to a static config variable
28+
29+
---------
30+
31+
Co-authored-by: Richard Abrich <[email protected]> ([`6492120`](https://github.com/OpenAdaptAI/OpenAdapt/commit/6492120069ed5b24fadd6c8ae4441ba2c34ccc5e))
32+
33+
534
## v0.27.0 (2024-06-04)
635

736
### Feature

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.27.0"
3+
version = "0.28.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)