Skip to content

Commit 0eacd8c

Browse files
authored
Release v2.6.0 (#725)
1 parent df13999 commit 0eacd8c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

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

2424
```groovy
25-
api 'com.otaliastudios:cameraview:2.5.0'
25+
api 'com.otaliastudios:cameraview:2.6.0'
2626
```
2727

2828
- 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.5.0'
6+
version = '2.6.0'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Companies can share a tiny part of their revenue and get private support hours i
1919
-<small>[Frame processing]</small> New: `setFrameProcessingExecutors()` to set the number of threads involved in frame processing. Useful in conjunction with `setFrameProcessingPoolSize()`. Please read docs ([#716][716])
2020
-<small>[Frame processing, Camera2]</small> Improvement: ensure that slow processing does now slow down the preview ([#716][716])
2121

22+
<https://github.com/natario1/CameraView/compare/v2.5.0...v2.6.0>
23+
2224
## v2.5.0
2325

2426
- <small>[Camera2]</small> New: support for RAW pictures with new APIs `setPictureFormat()` and `CameraOptions.getSupportedPictureFormats()`. Contains a **breaking change**: `PictureResult.getFormat()` is not an integer anymore but rather a `PictureFormat`. This API had no real purpose so this might not affect you ([#691][691])

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.5.0'
27+
api 'com.otaliastudios:cameraview:2.6.0'
2828
```
2929

3030
No other configuration steps are needed.

0 commit comments

Comments
 (0)