Skip to content

Commit

Permalink
release: v1.0.0-beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Sep 28, 2023
1 parent 8bd6779 commit 05fba24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05fba24

Please sign in to comment.