This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
PiratX-Archive/libs/android-transcoder/CHANGELOG.md
2019-01-07 20:28:07 +01:00

17 lines
507 B
Markdown

## 0.3.0
- Fix cancel() sometimes not working. (Thanks @strayerM and @PinkFloyded)
- Geolocation support on API>=19. (Thanks @hkurokawa)
## 0.2.0
- Experimental audio transcoding support. (Thanks @aaron112)
- Fix transcode does not run on Huawei Ascend P7. (Thanks @spiritedRunning)
- Fix race condition caused by not closing output before callback. (Thanks @ryanwilliams83)
## 0.1.10
- `Future` support. (Thanks @MaiKambayashi)
## 0.1.X
- Stability updates. (Thanks @ozyozyo)
## 0.1.0
- First release.