Skip to content

Commit

Permalink
Prepare version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Nov 2, 2022
1 parent 75e2837 commit c845219
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Version 4.5.0 *(In development)*
--------------------------------
Version 4.5.0 *(2022-11-02)*
----------------------------

- README: Slightly improve the Migration section. [\#520](https://github.com/CanHub/Android-Image-Cropper/pull/520) ([vanniktech](https://github.com/vanniktech))
- API: Deprecate CropImageView.croppedImage [\#519](https://github.com/CanHub/Android-Image-Cropper/pull/519) ([vanniktech](https://github.com/vanniktech))
- API: Deprecate CropImageView.isSaveBitmapToInstanceState [\#518](https://github.com/CanHub/Android-Image-Cropper/pull/518) ([vanniktech](https://github.com/vanniktech))
- API: Remove deprecated methods from Version 4.4.0 in CropImageContractOption. [\#513](https://github.com/CanHub/Android-Image-Cropper/pull/513) ([vanniktech](https://github.com/vanniktech))
- API: Remove deprecated methods from Version 4.4.0 in CropImage. [\#512](https://github.com/CanHub/Android-Image-Cropper/pull/512) ([vanniktech](https://github.com/vanniktech))
- Behavior Change: Always try to return resized bitmap in CropResult. [\#509](https://github.com/CanHub/Android-Image-Cropper/pull/509) ([vanniktech](https://github.com/vanniktech))
- Behavior Change: The crop area for CropShapes \(Rectangle, Rectangle vertical only, Rectangle horizontal only\) can now also be adjusted by dragging outside the Crop Area just like it's always been possible for CropShape.OVAL. [\#508](https://github.com/CanHub/Android-Image-Cropper/pull/508) ([vanniktech](https://github.com/vanniktech))

Version 4.4.0 *(2022-10-24)*
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Android Image Cropper

```groovy
dependencies {
implementation("com.vanniktech:android-image-cropper:4.4.0")
implementation("com.vanniktech:android-image-cropper:4.5.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=4.5.0-SNAPSHOT
VERSION_NAME=4.5.0

POM_DESCRIPTION=Image Cropping Library for Android, optimised for Camera / Gallery.

Expand Down

0 comments on commit c845219

Please sign in to comment.