|
20 | 20 | -->
|
21 | 21 | # Release Notes
|
22 | 22 |
|
| 23 | +### 2.4.0 (Sep 08, 2016) |
| 24 | +* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies |
| 25 | +* [CB-11793](https://issues.apache.org/jira/browse/CB-11793) fixed **android** build issue with last commit |
| 26 | +* [CB-11085](https://issues.apache.org/jira/browse/CB-11085) Fix error output using `println` to `LOG.e` |
| 27 | +* [CB-11757](https://issues.apache.org/jira/browse/CB-11757) (**ios**) Error out if trying to stop playback while in a wrong state |
| 28 | +* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Overloaded `audioFileForResource` method instead of modifying its signature |
| 29 | +* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Updated modified method signature in the .h file |
| 30 | +* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Fixed an unexpected error callback when initializing Media with file that doesn't exist |
| 31 | +* [CB-10849](https://issues.apache.org/jira/browse/CB-10849) (ios) Fixed a crash when playing soundfiles consecutively |
| 32 | +* [CB-11754](https://issues.apache.org/jira/browse/CB-11754) (**Android**) Fixed the build error |
| 33 | +* [CB-11086](https://issues.apache.org/jira/browse/CB-11086) (**Android**) Fixed a crash when `setVolume()` is called on unitialized audio This closes #93 |
| 34 | +* Plugin uses `Android Log class` and not `Cordova LOG class` |
| 35 | +* [CB-11655](https://issues.apache.org/jira/browse/CB-11655) (**Android**) Enabled asynchronous error handling |
| 36 | +* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Report duration NaN value to JS properly |
| 37 | +* [CB-11429](https://issues.apache.org/jira/browse/CB-11429) Update test stream URL |
| 38 | +* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Skip audio playback tests on Saucelabs |
| 39 | +* [CB-11458](https://issues.apache.org/jira/browse/CB-11458) - `media.spec.25` 'should be able to play an audio stream' fails on **iOS** platform |
| 40 | +* Add badges for paramedic builds on Jenkins |
| 41 | +* [CB-11313](https://issues.apache.org/jira/browse/CB-11313) Can't start media streaming on **Android 6.0** |
| 42 | +* Add pull request template. |
| 43 | +* Readme: Add fenced code blocks with langauage hints |
| 44 | +* [CB-11165](https://issues.apache.org/jira/browse/CB-11165) removed peer dependency |
| 45 | +* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**Android**) |
| 46 | +* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**iOS**) |
| 47 | +* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Don't update position when getting amplitude |
| 48 | +* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md |
| 49 | + |
23 | 50 | ### 2.3.0 (Apr 15, 2016)
|
24 | 51 | * Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again.
|
25 | 52 | * Replace `PermissionHelper.java` with `cordova-plugin-compat`
|
26 |
| -* CB-10783 Modify expected position to be in a proper range. |
27 |
| -* CB-9487 Support getting amplitude for recording |
| 53 | +* [CB-10783](https://issues.apache.org/jira/browse/CB-10783) Modify expected position to be in a proper range. |
| 54 | +* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Support getting amplitude for recording |
28 | 55 | * **iOS** audio should handle naked local file sources
|
29 |
| -* CB-10720 Fixing README for display on Cordova website |
30 |
| -* CB-10636 Add `JSHint` for plugins |
31 |
| -* CB-10535 Fix CI crash caused by media plugin |
| 56 | +* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixing README for display on Cordova website |
| 57 | +* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins |
| 58 | +* [CB-10535](https://issues.apache.org/jira/browse/CB-10535) Fix CI crash caused by media plugin |
32 | 59 |
|
33 | 60 | ### 2.2.0 (Feb 09, 2016)
|
34 | 61 | * [CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call
|
|
39 | 66 |
|
40 | 67 | ### 2.1.0 (Jan 15, 2016)
|
41 | 68 | * Fixed example referencing non-existent variable
|
42 |
| -* CB-9452: Treat `RTSP streams` as `remote URLs` |
| 69 | +* [CB-9452](https://issues.apache.org/jira/browse/CB-9452) Treat `RTSP streams` as `remote URLs` |
43 | 70 | * add JIRA issue tracker link
|
44 |
| -* fix CB-9884 & CB-9885 |
45 |
| -* CB-10100 updated file dependency to not grab new majors |
| 71 | +* fix [CB-9884](https://issues.apache.org/jira/browse/CB-9884) & [CB-9885](https://issues.apache.org/jira/browse/CB-9885) |
| 72 | +* [CB-10100](https://issues.apache.org/jira/browse/CB-10100) updated file dependency to not grab new majors |
46 | 73 | * Fix block usage of self
|
47 | 74 |
|
48 | 75 | ### 2.0.0 (Nov 18, 2015)
|
|
0 commit comments