From 6f98ae268a7eeac4dfab53243e60dd8efe429f81 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Wed, 17 Jul 2019 12:32:52 -0300 Subject: [PATCH] Add changelog notes --- docs/_posts/2018-12-20-changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_posts/2018-12-20-changelog.md b/docs/_posts/2018-12-20-changelog.md index c977ee17..61976a49 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -12,8 +12,11 @@ New versions are released through GitHub, so the reference page is the [GitHub R - New: support for watermarks and animated overlays ([docs](../docs/watermarks-and-overlays.html)), thanks to [@RAN3000][RAN3000] ([#502][502], [#421][421]) - New: added `onVideoRecordingStart()` to be notified when video recording starts, thanks to [@agrawalsuneet][agrawalsuneet] ([#498][498]) +- New: added `onVideoRecordingEnd()` to be notified when video recording ends ([#506][506]) +- New: added `Audio.MONO` and `Audio.STEREO` to control the channel count for videos and video snapshots ([#506][506]) - New: added `cameraUseDeviceOrientation` to choose whether picture and video outputs should consider the device orientation or not ([#497][497]) - Improvement: improved Camera2 stability and various bugs fixed (e.g. [#501][501]) +- Improvement: improved video snapshots speed, quality and stability ([#506][506]) ### v2.0.0-beta06 @@ -79,3 +82,4 @@ This is the first beta release. For changes with respect to v1, please take a lo [498]: https://github.com/natario1/CameraView/pull/498 [501]: https://github.com/natario1/CameraView/pull/501 [502]: https://github.com/natario1/CameraView/pull/502 +[506]: https://github.com/natario1/CameraView/pull/506