diff --git a/CHANGELOG.md b/CHANGELOG.md index 621a41dec..62f19ef15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.0.0-beta03 + +zoom: + +* fix: Fixed a bug where the calculateUserOffsetBounds function could return the wrong bounds when + zooming to a full screen, causing a crash +* fix: Fixed a bug where GlideZoomAsyncImage would load bitmaps larger than the view, causing a + crash +* improve: Upgrade GlideImage 1.0.0-beta01 +* improve: NoClipImage rename to NoClipContentImage + ## 1.0.0-beta02 zoom: diff --git a/gradle.properties b/gradle.properties index 78df39642..377348ae6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,8 +27,8 @@ minSdk=16 minSdk21=21 compileSdk=34 targetSdk=28 -versionCode=5 -versionName=1.0.0-beta02 +versionCode=6 +versionName=1.0.0-beta03 # #------------------------------------------ publish config ----------------------------------------# GROUP=io.github.panpf.zoomimage