Skip to content

Commit 094984a

Browse files
author
OpenAdapt Bot
committed
0.30.2
Automatically generated by python-semantic-release
1 parent 1f67822 commit 094984a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

44

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+
524
## v0.30.1 (2024-06-08)
625

726
### Chore

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

0 commit comments

Comments
 (0)