Skip to content

Commit 610f511

Browse files
authored
Release v2.6.3 (#912)
1 parent a7c1832 commit 610f511

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.6.2'
25+
api 'com.otaliastudios:cameraview:2.6.3'
2626
```
2727

2828
- Fast & reliable

cameraview/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
setMinSdkVersion(rootProject.property("minSdkVersion") as Int)
1515
setTargetSdkVersion(rootProject.property("targetSdkVersion") as Int)
1616
versionCode = 1
17-
versionName = "2.6.2"
17+
versionName = "2.6.3"
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
testInstrumentationRunnerArgument("filter", "" +
2020
"com.otaliastudios.cameraview.tools.SdkExcludeFilter," +

docs/_about/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ New versions are released through GitHub, so the reference page is the [GitHub R
99
> Starting from 2.4.0, you can now [support development](https://github.com/sponsors/natario1) through the GitHub Sponsors program.
1010
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
1111

12+
##### v2.6.3
13+
14+
- <small>[Video]</small> New: `setAudioCodec` and `app:cameraAudioCodec` to choose the audio encoding format, thanks to [@EverydayPineapple][EverydayPineapple] ([#861][861])
15+
- <small>[Camera1, Frame processing]</small> Fix: frame processing restarts automatically after taking a picture, thanks to [@jeffreyfjohnson][jeffreyfjohnson] ([#877][877])
16+
- <small>[Camera1]</small> Improvement: catch more errors in Camera1 lifecycle to avoid crashes, thanks to [@Namazed][Namazed] ([#851][851] and [#897][897])
17+
- <small>[CameraView]</small> Improvement: `setLifecycleOwner` is now nullable and will unbind the lifecycle, thanks to [@Namazed][Namazed] ([#798][798])
18+
- <small>[Preview]</small> Improvement: the `CameraPreview` APIs are much more friendly for subclassing ([#816][816])
19+
20+
<https://github.com/natario1/CameraView/compare/v2.6.2...v2.6.3>
21+
1222
##### v2.6.2
1323

1424
- <small>[Frame processing]</small> New: `frame.getRotationToUser()` and `frame.getRotationToView()` APIs to help with processing vs. rendering ([#745][745])
@@ -326,6 +336,8 @@ This is the last release before v2.
326336
[vaibhavbhandula]: https://github.com/vaibhavbhandula
327337
[sewar]: https://github.com/sewar
328338
[hualong-shen]: https://github.com/hualong-shen
339+
[EverydayPineapple]: https://github.com/EverydayPineapple
340+
[jeffreyfjohnson]: https://github.com/jeffreyfjohnson
329341

330342

331343
[73]: https://github.com/natario1/CameraView/pull/73
@@ -417,3 +429,9 @@ This is the last release before v2.
417429
[754]: https://github.com/natario1/CameraView/pull/754
418430
[775]: https://github.com/natario1/CameraView/pull/775
419431
[779]: https://github.com/natario1/CameraView/pull/779
432+
[798]: https://github.com/natario1/CameraView/pull/798
433+
[816]: https://github.com/natario1/CameraView/pull/816
434+
[851]: https://github.com/natario1/CameraView/pull/851
435+
[861]: https://github.com/natario1/CameraView/pull/861
436+
[877]: https://github.com/natario1/CameraView/pull/877
437+
[897]: https://github.com/natario1/CameraView/pull/897

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ google_analytics_id: 'UA-155077779-1'
1212
google_site_verification: '4x49i17ABIrSvUl52SeL0-t0341aTnWWaC62-FYCRT4'
1313
github: [metadata] # TODO What's this?
1414
github_repo: CameraView
15-
github_version: 2.6.2
15+
github_version: 2.6.3
1616
github_branch: master
1717
baseurl: '/CameraView' # Keep as an empty string if served up at the root
1818
collections:

0 commit comments

Comments
 (0)