Skip to content

Commit

Permalink
release: v1.1.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Aug 23, 2024
1 parent 961fad2 commit f7a7c72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Translations: [简体中文](CHANGELOG_zh.md)

## new
## 1.1.0-beta01

* change: The `contentSize` properties of ZoomableState and ZoomableEngine now no longer return `containerSize` when empty
* change: Decisions about whether to disable Tile's memory cache are no longer based on the memory
cache setting of the thumbnail's image request
* new: ZoomState and ZoomImageView add `setImageSource()` method for setting ImageSource
* change: The minimum length of the scrollbar is now 10.dp
* improve: Improve SketchZoomImageview, CoilZoomImageView, GlideZoomImageView, PicassoZoomImageView.
Now when setting ImageSource, the ImageSource will be cleared whenever it fails.
* change: The minimum length of the scrollbar is now 10.dp
* new: ZoomState and ZoomImageView add `setImageSource()` method for setting ImageSource
* new: 'remember\*ZoomState()' series of functions add 'logLevel: Level' parameter

## 1.1.0-alpha06
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

翻译:[English](CHANGELOG.md)

## new
## 1.1.0-beta01

* change: ZoomableState 和 ZoomableEngine 的 `contentSize` 属性现在为空时不再返回 `containerSize`
* change: 现在不再根据缩略图的图像请求的内存缓存设置来决定是否禁用 Tile 的内存缓存
* new: ZoomState 和 ZoomImageView 增加 `setImageSource()` 方法,用于设置 ImageSource
* change: 滚动条的最小长度现在是 10.dp
* improve: 改进 SketchZoomImageview、CoilZoomImageView、GlideZoomImageView、PicassoZoomImageView,现在设置
ImageSource 时只要失败就会清空 ImageSource
* change: 滚动条的最小长度现在是 10.dp
* new: ZoomState 和 ZoomImageView 增加 `setImageSource()` 方法,用于设置 ImageSource
* new: 'remember\*ZoomState()' 系列函数增加 'logLevel: Level' 参数

## 1.1.0-alpha06
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ org.jetbrains.compose.experimental.wasm.enabled=true
minSdk=21
targetSdk=28
compileSdk=34
versionCode=1106
versionName=1.1.0-alpha06
versionCode=1107
versionName=1.1.0-beta01
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.zoomimage
Expand Down

0 comments on commit f7a7c72

Please sign in to comment.