We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f67822 commit 094984aCopy full SHA for 094984a
CHANGELOG.md
@@ -2,6 +2,25 @@
2
3
4
5
+## v0.30.2 (2024-06-08)
6
+
7
+### Fix
8
9
+* fix(video): fix video playback with force_key_frame (#726)
10
11
+* force_key_frame
12
13
+* fix embedded video playback
14
15
+* disable fix_moov
16
17
+* black; flake8
18
19
+* fix typo
20
21
+* yuv420p -> yuv444p (lossless) ([`1f67822`](https://github.com/OpenAdaptAI/OpenAdapt/commit/1f67822b710836cb37cfbe578d5d89e4da8412d1))
22
23
24
## v0.30.1 (2024-06-08)
25
26
### Chore
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openadapt"
-version = "0.30.1"
+version = "0.30.2"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
0 commit comments