Skip to content

Commit a28e1ea

Browse files
committed
Release 0.11.2
1 parent a7cebe3 commit a28e1ea

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Android codecs available on the device. Works on API 21+.
2929
```kotlin
3030
// build.gradle.kts
3131
dependencies {
32-
implementation("io.deepmedia.community:transcoder-android:0.11.1")
32+
implementation("io.deepmedia.community:transcoder-android:0.11.2")
3333
}
3434
```
3535

Diff for: docs/changelog.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ New versions are released through GitHub, so the reference page is the [GitHub R
88

99
## 0.11.X
1010

11+
### 0.11.2
12+
13+
- Enhancement: support pass-through audio with more than 2 channels, thanks to [@natario1](https://github.com/natario1) ([#209](https://github.com/deepmedia/Transcoder/pull/209))
14+
15+
[Compare 0.11.1...0.11.2](https://github.com/deepmedia/Transcoder/compare/v0.11.1...v0.11.2).
16+
1117
### 0.11.1
1218

1319
- Fix: add unbounded queue for drifted tracks during initialization, thanks to [@jumperson](https://github.com/jumperson) ([#166](https://github.com/deepmedia/Transcoder/pull/166))

Diff for: lib-legacy/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deployer {
2828
projectInfo {
2929
groupId = "com.otaliastudios"
3030
artifactId = "transcoder"
31-
release.version = "0.11.1" // change :lib and README
31+
release.version = "0.11.2" // change :lib and README
3232
description = "Accelerated video compression and transcoding on Android using MediaCodec APIs (no FFMPEG/LGPL licensing issues). Supports cropping to any dimension, concatenation, audio processing and much more."
3333
url = "https://opensource.deepmedia.io/transcoder"
3434
scm.fromGithub("deepmedia", "Transcoder")

Diff for: lib/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ deployer {
6363
projectInfo {
6464
groupId = "io.deepmedia.community"
6565
artifactId = "transcoder-android"
66-
release.version = "0.11.1" // change :lib-legacy and README
66+
release.version = "0.11.2" // change :lib-legacy and README
6767
description = "Accelerated video compression and transcoding on Android using MediaCodec APIs (no FFMPEG/LGPL licensing issues). Supports cropping to any dimension, concatenation, audio processing and much more."
6868
url = "https://opensource.deepmedia.io/transcoder"
6969
scm.fromGithub("deepmedia", "Transcoder")

0 commit comments

Comments
 (0)