diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfeec9b..cc195d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,22 @@ Translations: [简体中文](CHANGELOG_zh.md) -## new +## 1.1.0-alpha06 zoom: -* broken: Add the suspend modifier to the \*ToImageSource methods of the CoilModelToImageSource, GlideModelToImageSource, and PicassoDataToImageSource interfaces * broken: Remove the logger parameter of the 'remember\*ZoomState()' series of functions -* broken: Remove the view parameter of SubsamplingEngine's constructor * new: Added support for mouse wheel scale function. [#35](https://github.com/panpf/zoomimage/issues/35) * new: Added support for keyboard scale and drag functions. [#42](https://github.com/panpf/zoomimage/issues/42) +subsampling: + +* broken: Add the suspend modifier to the \*ToImageSource methods of the CoilModelToImageSource, + GlideModelToImageSource, and PicassoDataToImageSource interfaces +* broken: Remove the view parameter of SubsamplingEngine's constructor + ## 1.1.0-alpha05 subsampling: diff --git a/CHANGELOG_zh.md b/CHANGELOG_zh.md index 86c313c4..09326ce0 100644 --- a/CHANGELOG_zh.md +++ b/CHANGELOG_zh.md @@ -2,16 +2,20 @@ 翻译:[English](CHANGELOG.md) -## new +## 1.1.0-alpha06 zoom: -* broken: CoilModelToImageSource、GlideModelToImageSource、PicassoDataToImageSource 接口的 \*ToImageSource 方法添加 suspend 修饰符 * broken: 移除 'remember\*ZoomState()' 系列函数的 logger 参数 -* broken: 移除 SubsamplingEngine 的构造函数的 view 参数 * new: 新增支持鼠标滚轮缩放功能。 [#35](https://github.com/panpf/zoomimage/issues/35) * new: 新增支持键盘缩放和拖动功能。 [#42](https://github.com/panpf/zoomimage/issues/42) +subsampling: + +* broken: CoilModelToImageSource、GlideModelToImageSource、PicassoDataToImageSource 接口的 + \*ToImageSource 方法添加 suspend 修饰符 +* broken: 移除 SubsamplingEngine 的构造函数的 view 参数 + ## 1.1.0-alpha05 subsampling: diff --git a/gradle.properties b/gradle.properties index 09f93ddb..d1315112 100644 --- a/gradle.properties +++ b/gradle.properties @@ -40,15 +40,15 @@ org.jetbrains.compose.experimental.wasm.enabled=true minSdk=21 targetSdk=28 compileSdk=34 -versionCode=1105 -versionName=1.1.0-alpha05 +versionCode=1106 +versionName=1.1.0-alpha06 # #------------------------------------------ publish config ----------------------------------------# GROUP=io.github.panpf.zoomimage SONATYPE_HOST=S01 # POM_NAME=ZoomImage -POM_DESCRIPTION=Android Zoom Image Component +POM_DESCRIPTION=Compose multiplatform and android view image zoom component POM_URL=https://github.com/panpf/zoomimage # POM_SCM_URL=https://github.com/panpf/zoomimage