Skip to content

Commit 778cded

Browse files
authored
Release v2.6.2 (#794)
* Remove codecov token * Release v2.6.2
1 parent fa26b2a commit 778cded

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,5 @@ jobs:
110110
- name: Upload merged coverage report (Codecov)
111111
uses: codecov/codecov-action@v1
112112
with:
113-
token: ${{ secrets.CODECOV_KEY }}
114113
file: ./cameraview/build/reports/mergedCoverageReport/*
115114
fail_ci_if_error: true

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.1'
25+
api 'com.otaliastudios:cameraview:2.6.2'
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.6.1'
6+
version = '2.6.2'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

docs/_about/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ 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.2
13+
14+
- <small>[Frame processing]</small> New: `frame.getRotationToUser()` and `frame.getRotationToView()` APIs to help with processing vs. rendering ([#745][745])
15+
- <small>[Camera1, Camera2]</small> New: `cameraPreviewFrameRateExact="true|false"` to tell whether the desired preview frame rate should be as exact as possible, thanks to [@hualong-shen][hualong-shenn] ([#754][754])
16+
- <small>[Logging]</small> Improvement: `CameraLogger` is now thread safe, thanks to [@Namazed][Namazed] ([#779][779])
17+
- <small>[Permissions]</small> Improvement: added runtime API `setRequestPermissions()` that matches the XML attribute, thanks to [@Namazed][Namazed] ([#775][775])
18+
19+
<https://github.com/natario1/CameraView/compare/v2.6.1...v2.6.2>
20+
1221
##### v2.6.1
1322

1423
- <small>[Video]</small> New: `takeVideo(FileDescriptor)` for file descriptors, thanks to [@sewar][sewar] ([#732][732])
@@ -316,6 +325,7 @@ This is the last release before v2.
316325
[RAN3000]: https://github.com/RAN3000
317326
[vaibhavbhandula]: https://github.com/vaibhavbhandula
318327
[sewar]: https://github.com/sewar
328+
[hualong-shen]: https://github.com/hualong-shen
319329

320330

321331
[73]: https://github.com/natario1/CameraView/pull/73
@@ -403,3 +413,7 @@ This is the last release before v2.
403413
[724]: https://github.com/natario1/CameraView/pull/724
404414
[732]: https://github.com/natario1/CameraView/pull/732
405415
[741]: https://github.com/natario1/CameraView/pull/741
416+
[745]: https://github.com/natario1/CameraView/pull/745
417+
[754]: https://github.com/natario1/CameraView/pull/754
418+
[775]: https://github.com/natario1/CameraView/pull/775
419+
[779]: https://github.com/natario1/CameraView/pull/779

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.1
15+
github_version: 2.6.2
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)