Skip to content

Commit 6e7cf1b

Browse files
author
OpenAdapt Bot
committed
0.24.0
Automatically generated by python-semantic-release
1 parent 45c06c3 commit 6e7cf1b

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.24.0 (2024-05-12)
6+
7+
### Feature
8+
9+
* feat(VisualReplayStrategy): Remove model copy logic; avoid unnecessary segmentations (#669)
10+
11+
* preferences_dir -> root_dir; add data_dir; remove copying logic; disable dashboard from tray; avoid unnecessary segmentations; bugfixes
12+
13+
* fix json serialize error
14+
15+
* with session
16+
17+
* fix template paths
18+
19+
* black; flake8
20+
21+
* make dir if not exists
22+
23+
* fix confest.py: RECORDING_DIRECTORY_PATH -> RECORDING_DIR_PATH
24+
25+
* fix test_share.py: RECORDING_DIRECTORY_PATH -> RECORDING_DIR_PATH ([`45c06c3`](https://github.com/OpenAdaptAI/OpenAdapt/commit/45c06c33f977d18b8dd012e1b98d316e114651ca))
26+
27+
528
## v0.23.1 (2024-05-11)
629

730
### Fix

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

0 commit comments

Comments
 (0)