Skip to content

Commit 4869b2d

Browse files
author
OpenAdapt Bot
committed
0.16.2
Automatically generated by python-semantic-release
1 parent 21f229b commit 4869b2d

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.16.2 (2024-03-08)
6+
7+
### Documentation
8+
9+
* docs(README): add image of system tray icon and client GUI app ([`985cc6e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/985cc6e37b82932764802aa5b09ed1cfc35d583b))
10+
11+
* docs(README): update System Overview diagram ([`edf2241`](https://github.com/OpenAdaptAI/OpenAdapt/commit/edf224147aa62092bfdf6d20a623faf5ce15d924))
12+
13+
* docs(README): update System Overview diagram ([`1b12ffb`](https://github.com/OpenAdaptAI/OpenAdapt/commit/1b12ffbb06dcbdb28031c4b58c331696d09c64db))
14+
15+
* docs(README): update System Overview diagram
16+
17+
* Update README.md
18+
19+
Update system overview diagram ([`15f2818`](https://github.com/OpenAdaptAI/OpenAdapt/commit/15f2818ac4bd91a5320cddafdcfbd6f8acaba413))
20+
21+
* docs(README): add notable works-in-progress under contributing ([`e44aa1f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/e44aa1fdcd5f46e983ea12dd9a3b575290cf0b21))
22+
23+
* docs(README): update system overview image (#587)
24+
25+
* Update README.md
26+
27+
Update system overview image
28+
29+
* Update README.md ([`91c3eab`](https://github.com/OpenAdaptAI/OpenAdapt/commit/91c3eabcf01cadd683b13d715a8be9a58e0a916f))
30+
31+
* docs(README): document root directory requirement ([`a021c2b`](https://github.com/OpenAdaptAI/OpenAdapt/commit/a021c2b0e00276e03ab0f4b9771e6e80bf926781))
32+
33+
* docs(README): poetry shell ([`dd9dc9f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/dd9dc9f962788a0736299c732777c5a6311a86f6))
34+
35+
### Fix
36+
37+
* fix(app): use default logo for tray icon ([`21f229b`](https://github.com/OpenAdaptAI/OpenAdapt/commit/21f229b4eb198887be28f6da0de7bca8bd8eedb2))
38+
39+
### Refactor
40+
41+
* refactor(visualize): /visualize.py to /app; move deprecated/visualize.py to /
42+
43+
* mv visualize.py -> app.py; restore deprecated/visualize.py
44+
45+
* remove deprecated
46+
47+
* swallow AssertionError regarding timestamps
48+
49+
* fix logo path
50+
51+
---------
52+
53+
Co-authored-by: Aaron <[email protected]> ([`9ed9ac3`](https://github.com/OpenAdaptAI/OpenAdapt/commit/9ed9ac3bcb46bd2485c0abe7398a9130218e2c17))
54+
55+
556
## v0.16.1 (2024-02-29)
657

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

0 commit comments

Comments
 (0)