Skip to content

Commit 91eabbd

Browse files
authored
Release v2.1.0 (#541)
1 parent 95b1b2c commit 91eabbd

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CameraView is a well documented, high-level library that makes capturing picture
1616
addressing most of the common issues and needs, and still leaving you with flexibility where needed.
1717

1818
```groovy
19-
api 'com.otaliastudios:cameraview:2.0.0'
19+
api 'com.otaliastudios:cameraview:2.1.0'
2020
```
2121

2222
- Fast & reliable

cameraview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// Required by bintray
6-
version = '2.0.0'
6+
version = '2.1.0'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

docs/_posts/2018-12-20-changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ order: 3
88

99
New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page.
1010

11+
## v2.1.0
12+
13+
This release adds experimental support for [real-time filters](../docs.filters.html) thanks to [@agrawalsuneet][agrawalsuneet].
14+
Please read the documentation page for usage instructions.
15+
16+
- New: Real-time filters support ([#527][527])
17+
- New: Add filters through XML ([#535][535])
18+
- New: Map filter controls to scroll/pinch gestures ([#537][537])
19+
20+
https://github.com/natario1/CameraView/compare/v2.0.0...v2.1.0
21+
1122
## v2.0.0
1223

1324
- Fix: bug with picture recorder ([#521][521])
@@ -272,3 +283,5 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
272283
[517]: https://github.com/natario1/CameraView/pull/517
273284
[521]: https://github.com/natario1/CameraView/pull/521
274285
[528]: https://github.com/natario1/CameraView/pull/528
286+
[535]: https://github.com/natario1/CameraView/pull/535
287+
[537]: https://github.com/natario1/CameraView/pull/537

docs/_posts/2018-12-20-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
Then simply download the latest version:
2525

2626
```groovy
27-
api 'com.otaliastudios:cameraview:2.0.0'
27+
api 'com.otaliastudios:cameraview:2.1.0'
2828
```
2929

3030
No other configuration steps are needed.

0 commit comments

Comments
 (0)