Release v2.0.0-rc1 (#508)

* Bump version

* Clarify changelog

* Remove README header

* Add whitespace
pull/513/head v2.0.0-rc1
Mattia Iavarone 5 years ago committed by GitHub
parent 1318b7d10b
commit 86b18c5832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md
  2. 2
      cameraview/build.gradle
  3. 4
      docs/_posts/2018-12-20-changelog.md
  4. 2
      docs/_posts/2018-12-20-install.md

@ -4,13 +4,6 @@
[![Issues](https://img.shields.io/github/issues-raw/natario1/CameraView.svg)](https://github.com/natario1/CameraView/issues)
[![Funding](https://img.shields.io/opencollective/all/CameraView.svg?colorB=r)](https://natario1.github.io/CameraView/extra/donate)
*This is a new major version (v2) of the library. It includes breaking changes, signature changes and new functionality.
Keep reading if interested, or head to the legacy-v1 branch to read v1 documentation and info.*
*The v2 version is still in beta and its API surface might still change. Functions might be renamed,
options might be removed (though they probably won't), signatures might change. If this is a problem,
please wait for the final release and keep using v1*.
<p align="center">
<img src="docs/static/icon.png" vspace="10" width="250" height="250">
@ -22,7 +15,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
compile 'com.otaliastudios:cameraview:2.0.0-beta06'
compile 'com.otaliastudios:cameraview:2.0.0-rc1'
```
- Fast & reliable

@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
// Required by bintray
version = '2.0.0-beta06'
version = '2.0.0-rc1'
group = 'com.otaliastudios'
//region android dependencies

@ -8,7 +8,9 @@ order: 3
New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page.
### v2.0.0 (to be released)
### v2.0.0-rc1
This is likely to be the last release before v2.0.0.
- New: support for watermarks and animated overlays ([docs](../docs/watermarks-and-overlays.html)), thanks to [@RAN3000][RAN3000] ([#502][502], [#421][421])
- New: added `onVideoRecordingStart()` to be notified when video recording starts, thanks to [@agrawalsuneet][agrawalsuneet] ([#498][498])

@ -24,7 +24,7 @@ allprojects {
Then simply download the latest version:
```groovy
api 'com.otaliastudios:cameraview:2.0.0-beta06'
api 'com.otaliastudios:cameraview:2.0.0-rc1'
```
No other configuration steps are needed.
Loading…
Cancel
Save