Skip to content

Commit 0200e2c

Browse files
authored
Bump version (#175)
1 parent e9cba8c commit 0200e2c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.5.0
2+
3+
- New: set encoder for video recordings with `cameraVideoCodec` ([#174][174])
4+
- New: set max duration for videos with `cameraVideoMaxDuration` ([#172][172])
5+
- Enhancement: reduced lag with continuous gestures (ev, zoom) ([#170][170])
6+
- Bug: tap to focus was crashing on some devices ([#167][167])
7+
- Bug: capturePicture was breaking if followed by another event soon after ([#173][173])
8+
9+
https://github.com/natario1/CameraView/compare/v1.4.2...v1.5.0
10+
111
### v1.4.2
212

313
- Add prefix to XML resources so they don't collide, thanks to [@RocketRider][RocketRider] ([#162][162])
@@ -89,3 +99,8 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
8999
[133]: https://github.com/natario1/CameraView/pull/133
90100
[143]: https://github.com/natario1/CameraView/pull/143
91101
[162]: https://github.com/natario1/CameraView/pull/162
102+
[167]: https://github.com/natario1/CameraView/pull/167
103+
[170]: https://github.com/natario1/CameraView/pull/170
104+
[172]: https://github.com/natario1/CameraView/pull/172
105+
[173]: https://github.com/natario1/CameraView/pull/173
106+
[174]: https://github.com/natario1/CameraView/pull/174

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addressing most of the common issues and needs, and still leaving you with flexi
1212
See [CHANGELOG](https://github.com/natario1/CameraView/blob/master/CHANGELOG.md).
1313

1414
```groovy
15-
compile 'com.otaliastudios:cameraview:1.4.2'
15+
compile 'com.otaliastudios:cameraview:1.5.0'
1616
```
1717

1818
Make sure your project repositories include the `jcenter()`:

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 = '1.4.2'
6+
version = '1.5.0'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

0 commit comments

Comments
 (0)