Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed Apr 28, 2017
1 parent 005186b commit b128d34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,16 @@ For more information, see the [GitHub Wiki](https://github.com/ArthurHub/Android
- [Adding auto-zoom feature to Android-Image-Cropper](https://theartofdev.com/2016/04/25/adding-auto-zoom-feature-to-android-image-cropper/)

## Change log
*2.4.3* (WIP)
*2.4.3*

- Adding option to omit camera intents on getPickImageChooserIntent (thx Hugo Rossi)
- Portuguese Language localization (thx Hugo Rossi)
- Removed saving bitmap into parcel in `onSaveInstanceState` to prevent `TransactionTooLargeException`
- By default nothing will happen and the view will be restored empty (if cropping image loaded using bitmap).
- Added config `SaveBitmapToInstanceState` to enable saving bitmap to temp file so it can be restored (default is false because of possible performance implications).
- Always prefer using URI to load image from cropping!
- Fix restore state not restoring rotation.
- Fix initial crop window invalid position because reading previous image instance state.
- Fix initial crop window may be in invalid position because reading previous image instance state.

*2.4.2*

Expand Down
2 changes: 1 addition & 1 deletion cropper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
ext {
PUBLISH_GROUP_ID = 'com.theartofdev.edmodo'
PUBLISH_ARTIFACT_ID = 'android-image-cropper'
PUBLISH_VERSION = '2.4.2'
PUBLISH_VERSION = '2.4.3'
// gradlew clean build generateRelease
}

Expand Down

0 comments on commit b128d34

Please sign in to comment.