From 91eabbd4cdf6b6a747723c7de5e51f532499a49b Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 8 Aug 2019 13:46:28 +0200 Subject: [PATCH] Release v2.1.0 (#541) --- README.md | 2 +- cameraview/build.gradle | 2 +- docs/_posts/2018-12-20-changelog.md | 13 +++++++++++++ docs/_posts/2018-12-20-install.md | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55801a9f..385be0e0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ CameraView is a well documented, high-level library that makes capturing picture addressing most of the common issues and needs, and still leaving you with flexibility where needed. ```groovy -api 'com.otaliastudios:cameraview:2.0.0' +api 'com.otaliastudios:cameraview:2.1.0' ``` - Fast & reliable diff --git a/cameraview/build.gradle b/cameraview/build.gradle index 2b9f9bd1..824cf89a 100644 --- a/cameraview/build.gradle +++ b/cameraview/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' // Required by bintray -version = '2.0.0' +version = '2.1.0' group = 'com.otaliastudios' //region android dependencies diff --git a/docs/_posts/2018-12-20-changelog.md b/docs/_posts/2018-12-20-changelog.md index 1bd73ec5..c9d87e09 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -8,6 +8,17 @@ order: 3 New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page. +## v2.1.0 + +This release adds experimental support for [real-time filters](../docs.filters.html) thanks to [@agrawalsuneet][agrawalsuneet]. +Please read the documentation page for usage instructions. + +- New: Real-time filters support ([#527][527]) +- New: Add filters through XML ([#535][535]) +- New: Map filter controls to scroll/pinch gestures ([#537][537]) + +https://github.com/natario1/CameraView/compare/v2.0.0...v2.1.0 + ## v2.0.0 - Fix: bug with picture recorder ([#521][521]) @@ -272,3 +283,5 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0 [517]: https://github.com/natario1/CameraView/pull/517 [521]: https://github.com/natario1/CameraView/pull/521 [528]: https://github.com/natario1/CameraView/pull/528 +[535]: https://github.com/natario1/CameraView/pull/535 +[537]: https://github.com/natario1/CameraView/pull/537 diff --git a/docs/_posts/2018-12-20-install.md b/docs/_posts/2018-12-20-install.md index 76ac533e..4dd3d07a 100644 --- a/docs/_posts/2018-12-20-install.md +++ b/docs/_posts/2018-12-20-install.md @@ -24,7 +24,7 @@ allprojects { Then simply download the latest version: ```groovy -api 'com.otaliastudios:cameraview:2.0.0' +api 'com.otaliastudios:cameraview:2.1.0' ``` No other configuration steps are needed. \ No newline at end of file