Skip to content

Commit 8afb5c5

Browse files
author
OpenAdapt Bot
committed
0.7.0
Automatically generated by python-semantic-release
1 parent 1e96a4f commit 8afb5c5

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.7.0 (2023-07-28)
6+
7+
### Feature
8+
9+
* feat: scrub toggle for gui (#375)
10+
11+
* add scrub toggle + write dark_mode to env
12+
13+
* Update config.py
14+
15+
* Update util.py
16+
17+
* Update config.py
18+
19+
* address comments
20+
21+
* Update config.py
22+
23+
* run isort
24+
25+
* from first
26+
27+
* Update openadapt/config.py
28+
29+
* Update openadapt/config.py
30+
31+
* Update openadapt/config.py
32+
33+
* Update openadapt/config.py
34+
35+
* Update openadapt/config.py
36+
37+
* Update openadapt/config.py
38+
39+
* add env file path (also where did the toggle go??)
40+
41+
* Update config.py
42+
43+
* Update config.py
44+
45+
* Update config.py
46+
47+
* isort
48+
49+
* Update util.py
50+
51+
* linted
52+
53+
---------
54+
55+
Co-authored-by: Richard Abrich <[email protected]> ([`1e96a4f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/1e96a4f599b9790509dad865ea3c7b1b254fb19b))
56+
57+
558
## v0.6.1 (2023-07-28)
659

760
### 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.6.1"
3+
version = "0.7.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'Mustafa Abdulrahman <[email protected]>',

0 commit comments

Comments
 (0)