Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed Feb 13, 2016
1 parent f70783c commit 0807bb8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ compile 'com.theartofdev.edmodo:android-image-cropper:1.2.+'
- [Android Image Cropper async support and custom progress UI](http://theartofdev.com/2016/01/15/android-image-cropper-async-support-and-custom-progress-ui/)

## Change log
*1.2.1 (beta)*

* Fix crop window resize bug with fixed aspect ratio
* Add `getRotatedDegrees()` to get how much the image was rotated during cropping
* Add `setCropRect(Rect)` to set initial cropping window location and size to specific window on the image.

*1.2.0 (beta)*

Due too large changes in the internals please consider this a **beta** release, if you use it be sure to test is thoroughly and report any bugs you find (report no bugs will also be awesome) or use 1.1.0 until I feel 1.2.* is stable enough.
Expand All @@ -53,10 +59,6 @@ Due too large changes in the internals please consider this a **beta** release,
- Add min limit config on cropping window width/height in the UI (`cropMinCropWindowWidth`, `cropMinCropWindowHeight`)
- Add min/max config on cropping image result width/height (`cropMinCropResultWidthPX`,`cropMinCropResultHeightPX`,`cropMaxCropResultWidthPX`,`cropMaxCropResultHeightPX`)

*1.1.1*
- Add customization support for border line, border corner, guidelines and background.
- Fix progress bar not showing on loading if previously bitmap was directly set.

See [full change log](https://github.com/ArthurHub/Android-Image-Cropper/wiki/Change-Log).

## License
Expand Down

0 comments on commit 0807bb8

Please sign in to comment.