aboutsummaryrefslogtreecommitdiffstats
path: root/libs/android-transcoder/CHANGELOG.md
blob: a79483bd0fe18a238236e392188e8f6c05c4df82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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.