Skip to content

Commit 129b43e

Browse files
authored
Release v2.4.0 (#662)
1 parent 218aa9d commit 129b43e

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.3.1'
25+
api 'com.otaliastudios:cameraview:2.4.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.3.1'
6+
version = '2.4.0'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ 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+
Starting from 2.4.0, you can now [support development](https://github.com/sponsors/natario1) through the GitHub Sponsors program.
12+
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
13+
14+
## v2.4.0
15+
16+
- [*Camera2*] New: support for `previewFrameRate`. Controls preview FPS, snapshot FPS, processor FPS, thanks to [@vaibhavbhandula][vaibhavbhandula] ([#653][653])
17+
- [*Camera1*] New: support for `previewFrameRate` for Camera1 ([#661][661])
18+
- [*Camera2*] Fix: fix crashes when taking snapshots very early ([#651][651])
19+
- [*Preview*] Fix: Fixed preview being upside-down for 180 degrees flips ([#651][651])
20+
- Fix: other bug fixes ([#651][651])
21+
22+
https://github.com/natario1/CameraView/compare/v2.3.1...v2.4.0
23+
1124
### v2.3.1
1225

1326
- [*Video*] Improvement: better timing for `onVideoRecordingStart()` thanks to [@agrawalsuneet][agrawalsuneet] ([#632][632])
@@ -261,6 +274,7 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
261274
[cneuwirt]: https://github.com/cneuwirt
262275
[agrawalsuneet]: https://github.com/agrawalsuneet
263276
[RAN3000]: https://github.com/RAN3000
277+
[vaibhavbhandula]: https://github.com/vaibhavbhandula
264278

265279

266280
[73]: https://github.com/natario1/CameraView/pull/73
@@ -336,3 +350,6 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
336350
[617]: https://github.com/natario1/CameraView/pull/617
337351
[630]: https://github.com/natario1/CameraView/pull/630
338352
[632]: https://github.com/natario1/CameraView/pull/632
353+
[651]: https://github.com/natario1/CameraView/pull/651
354+
[653]: https://github.com/natario1/CameraView/pull/653
355+
[661]: https://github.com/natario1/CameraView/pull/661

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

3030
No other configuration steps are needed.

0 commit comments

Comments
 (0)