-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
OpenAdapt Bot
committed
Aug 29, 2023
1 parent
581b9b8
commit 44c2ce9
Showing
2 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,100 @@ | |
|
||
|
||
|
||
## v0.11.0 (2023-08-29) | ||
|
||
### Feature | ||
|
||
* feat: add capture.py - also fixes audio recording (#362) | ||
|
||
* merge | ||
|
||
* Create capture.py | ||
|
||
* Update capture.py | ||
|
||
* Update capture.py | ||
|
||
* it's finally fixed | ||
|
||
* add dependencies | ||
|
||
* comment | ||
|
||
* move code + use config.CAPTURE_DIR_PATH | ||
|
||
* remove debug lines | ||
|
||
* Update capture.py | ||
|
||
* OpenAdaptCapture -> Capture | ||
|
||
* add camera | ||
|
||
* Let's have this off by default. | ||
|
||
* hotfix | ||
|
||
* fix | ||
|
||
* linting | ||
|
||
* Create capture.py | ||
|
||
* windows | ||
|
||
* cleanup + lint | ||
|
||
* Update _windows.py | ||
|
||
* add audio + new windows recording | ||
|
||
* screen_recorder.free_resources() | ||
|
||
* Update _windows.py | ||
|
||
* isort | ||
|
||
* add playback recording | ||
|
||
* Update replay.py | ||
|
||
* Update replay.py | ||
|
||
* Update README.md | ||
|
||
* Revert "Update README.md" | ||
|
||
This reverts commit 706410358d5e47ceccb34b77d82d5ffd0f3821a8. | ||
|
||
* Update README.md | ||
|
||
* Revert "Revert "Update README.md"" | ||
|
||
This reverts commit 0fe81563e88417d61012e24e1dc55befa960c2ed. | ||
|
||
* Update README.md | ||
|
||
* run pre-commit | ||
|
||
* Update pyproject.toml | ||
|
||
* Update openadapt/replay.py | ||
|
||
* Update openadapt/replay.py | ||
|
||
* Update openadapt/replay.py | ||
|
||
* Update replay.py | ||
|
||
* update poetry.lock | ||
|
||
--------- | ||
|
||
Co-authored-by: Richard Abrich <[email protected]> | ||
Co-authored-by: Richard Abrich <[email protected]> ([`581b9b8`](https://github.com/OpenAdaptAI/OpenAdapt/commit/581b9b831fe208e143169e90a1e7a02cd1a2c68d)) | ||
|
||
|
||
## v0.10.0 (2023-08-29) | ||
|
||
### Feature | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openadapt" | ||
version = "0.10.0" | ||
version = "0.11.0" | ||
description = "GUI Process Automation with Transformers" | ||
authors = [ | ||
'OpenAdapt.AI Team <[email protected]>', | ||
|