diff --git a/README.md b/README.md index ba7090c5..7f8997d3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ CameraView is a well documented, high-level library that makes capturing picture addressing most of the common issues and needs, and still leaving you with flexibility where needed. ```groovy -api 'com.otaliastudios:cameraview:2.6.3' +api 'com.otaliastudios:cameraview:2.6.4' ``` - Fast & reliable diff --git a/cameraview/build.gradle.kts b/cameraview/build.gradle.kts index 91fb6cc3..360d81df 100644 --- a/cameraview/build.gradle.kts +++ b/cameraview/build.gradle.kts @@ -14,7 +14,7 @@ android { setMinSdkVersion(property("minSdkVersion") as Int) setTargetSdkVersion(property("targetSdkVersion") as Int) versionCode = 1 - versionName = "2.6.3" + versionName = "2.6.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArgument("filter", "" + "com.otaliastudios.cameraview.tools.SdkExcludeFilter," + diff --git a/docs/_about/changelog.md b/docs/_about/changelog.md index cb6439ed..56614f3c 100644 --- a/docs/_about/changelog.md +++ b/docs/_about/changelog.md @@ -9,6 +9,12 @@ New versions are released through GitHub, so the reference page is the [GitHub R > Starting from 2.4.0, you can now [support development](https://github.com/sponsors/natario1) through the GitHub Sponsors program. Companies can share a tiny part of their revenue and get private support hours in return. Thanks! +##### v2.6.4 + +- Fix: Fix many small bugs ([#953][953]) + + + ##### v2.6.3 - [Video] New: `setAudioCodec` and `app:cameraAudioCodec` to choose the audio encoding format, thanks to [@EverydayPineapple][EverydayPineapple] ([#861][861]) @@ -435,3 +441,4 @@ This is the last release before v2. [861]: https://github.com/natario1/CameraView/pull/861 [877]: https://github.com/natario1/CameraView/pull/877 [897]: https://github.com/natario1/CameraView/pull/897 +[953]: https://github.com/natario1/CameraView/pull/953 diff --git a/docs/_config.yml b/docs/_config.yml index c20989d4..1662d58b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -12,7 +12,7 @@ google_analytics_id: 'UA-155077779-1' google_site_verification: '4x49i17ABIrSvUl52SeL0-t0341aTnWWaC62-FYCRT4' github: [metadata] # TODO What's this? github_repo: CameraView -github_version: 2.6.3 +github_version: 2.6.4 github_branch: master baseurl: '/CameraView' # Keep as an empty string if served up at the root collections: