Skip to content

Commit b128d34

Browse files
committed
update version and readme
1 parent 005186b commit b128d34

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,16 @@ For more information, see the [GitHub Wiki](https://github.com/ArthurHub/Android
120120
- [Adding auto-zoom feature to Android-Image-Cropper](https://theartofdev.com/2016/04/25/adding-auto-zoom-feature-to-android-image-cropper/)
121121

122122
## Change log
123-
*2.4.3* (WIP)
123+
*2.4.3*
124124

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

129134
*2.4.2*
130135

cropper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
66
ext {
77
PUBLISH_GROUP_ID = 'com.theartofdev.edmodo'
88
PUBLISH_ARTIFACT_ID = 'android-image-cropper'
9-
PUBLISH_VERSION = '2.4.2'
9+
PUBLISH_VERSION = '2.4.3'
1010
// gradlew clean build generateRelease
1111
}
1212

0 commit comments

Comments
 (0)