Skip to content

Commit d11bed0

Browse files
authored
Release v0.10.1 (#131)
1 parent 43fd90f commit d11bed0

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Transcodes and compresses video files into the MP4 format, with audio support, u
2020
Android codecs available on the device. Works on API 18+.
2121

2222
```groovy
23-
implementation 'com.otaliastudios:transcoder:0.10.0'
23+
implementation 'com.otaliastudios:transcoder:0.10.1'
2424
```
2525

2626
- Fast transcoding to AAC/AVC
2727
- Hardware accelerated
28-
- Multithreaded
2928
- Convenient, fluent API
29+
- Thumbnails support
3030
- Concatenate multiple video and audio tracks [[docs]](https://natario1.github.io/Transcoder/docs/concatenation)
3131
- Clip or trim video segments [[docs]](https://natario1.github.io/Transcoder/docs/clipping)
3232
- Choose output size, with automatic cropping [[docs]](https://natario1.github.io/Transcoder/docs/track-strategies#video-size)

docs/_about/changelog.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ New versions are released through GitHub, so the reference page is the [GitHub R
99
> Starting from 0.7.0, you can now [support development](https://github.com/sponsors/natario1) through the GitHub Sponsors program.
1010
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
1111

12-
### v0.10.0
12+
### v0.10.1
13+
14+
- Fix: thumbnails upside down ([#125][125])
15+
- Fix: clip/trim issues ([#127][127])
16+
- Fix: seeking issues ([#128][128])
17+
- Fix: concatenation failure ([#130][130])
18+
19+
<https://github.com/natario1/Transcoder/compare/v0.10.0...v0.10.1>
20+
21+
## v0.10.0
1322

1423
> Transcoder is now distributed through Maven Central. Snapshot releases are available as well.
1524
@@ -135,4 +144,8 @@ frames, the trim timestamp might be different than what was selected.
135144
[64]: https://github.com/natario1/Transcoder/pull/64
136145
[87]: https://github.com/natario1/Transcoder/pull/87
137146
[118]: https://github.com/natario1/Transcoder/pull/118
138-
[119]: https://github.com/natario1/Transcoder/pull/119
147+
[119]: https://github.com/natario1/Transcoder/pull/119
148+
[125]: https://github.com/natario1/Transcoder/pull/125
149+
[127]: https://github.com/natario1/Transcoder/pull/127
150+
[128]: https://github.com/natario1/Transcoder/pull/128
151+
[130]: https://github.com/natario1/Transcoder/pull/130

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ google_analytics_id: 'UA-155077779-2'
1212
google_site_verification: '4x49i17ABIrSvUl52SeL0-t0341aTnWWaC62-FYCRT4'
1313
github: [metadata] # TODO What's this?
1414
github_repo: Transcoder
15-
github_version: 0.10.0
15+
github_version: 0.10.1
1616
github_branch: main
1717
baseurl: '/Transcoder' # Keep as an empty string if served up at the root
1818
collections:

0 commit comments

Comments
 (0)