Skip to content

Commit

Permalink
Release v0.10.5 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Feb 20, 2023
1 parent f51a806 commit 77fc790
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Transcodes and compresses video files into the MP4 format, with audio support, u
Android codecs available on the device. Works on API 18+.

```groovy
implementation 'com.otaliastudios:transcoder:0.10.4'
implementation 'com.otaliastudios:transcoder:0.10.5'
```

- Fast transcoding to AAC/AVC
Expand Down
13 changes: 12 additions & 1 deletion docs/_about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ New versions are released through GitHub, so the reference page is the [GitHub R
> Starting from 0.7.0, you can now [support development](https://github.com/sponsors/natario1) through the GitHub Sponsors program.
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!

### v0.10.5

- Fix: Honor buffer.hasRemaining() and otherwise release the buffer. ([#182][182])
- Fix: Call progress even when not advenced. ([#170][170])
- Fix: FilePathDataSource crash before initialize. ([#160][160])

<https://github.com/natario1/Transcoder/compare/v0.10.4...v0.10.5>

### v0.10.4

- Fix: fixed crash in specific conditions ([#140][140])
Expand Down Expand Up @@ -172,4 +180,7 @@ frames, the trim timestamp might be different than what was selected.
[130]: https://github.com/natario1/Transcoder/pull/130
[132]: https://github.com/natario1/Transcoder/pull/132
[134]: https://github.com/natario1/Transcoder/pull/134
[140]: https://github.com/natario1/Transcoder/pull/140
[140]: https://github.com/natario1/Transcoder/pull/140
[160]: https://github.com/natario1/Transcoder/pull/160
[170]: https://github.com/natario1/Transcoder/pull/170
[182]: https://github.com/natario1/Transcoder/pull/182
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ google_analytics_id: 'UA-155077779-2'
google_site_verification: '4x49i17ABIrSvUl52SeL0-t0341aTnWWaC62-FYCRT4'
github: [metadata] # TODO What's this?
github_repo: Transcoder
github_version: 0.10.4
github_version: 0.10.5
github_branch: main
baseurl: '/Transcoder' # Keep as an empty string if served up at the root
collections:
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ publisher {
project.addDeveloper("natario1", "[email protected]")
release.sources = Release.SOURCES_AUTO
release.docs = Release.DOCS_AUTO
release.version = "0.10.4"
release.version = "0.10.5"

directory()

Expand Down

0 comments on commit 77fc790

Please sign in to comment.