Skip to content

Commit

Permalink
0.18.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
OpenAdapt Bot committed Apr 22, 2024
1 parent d354b94 commit efd8c6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.18.1 (2024-04-22)

### Fix

* fix: performance, windows cursor flicker

* CAPTURES_DIR -> CAPTURE_DIR_PATH; add capture/__main__.py

* save as mp4

* mss.windows.CAPTUREBLT = 0

* return PIL.image in utils.take_screenshot() ([`d354b94`](https://github.com/OpenAdaptAI/OpenAdapt/commit/d354b94846e99a8911b4f748b3a01b72cd5d1a10))


## v0.18.0 (2024-04-16)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openadapt"
version = "0.18.0"
version = "0.18.1"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
Expand Down

0 comments on commit efd8c6b

Please sign in to comment.